#2E117D

Color #2E117D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2E117D

Tints of Persian Indigo #2E117D

Color information

#2E117D (or 0x2E117D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 7D. RGB value is (46,17,125). Sum of RGB (Red+Green+Blue) = 46+17+125=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E117D is #D1EE82. Grayscale: #252525. Windows color (decimal): -13758083 or 8196398. OLE color: 8196398.

HSL color Cylindrical-coordinate representation of color #2E117D: hue angle of 256.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E117D is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4617125-
CMYK0.630.8600.51
HSL256.11º76.06%27.84%-
HSV(B)256.11º86.4%49.02%-
XYZ5.032.4619.61-
YUV37.98177.11133.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 125 (49.22% from 255) = 66.49%
R=24.47%
G=9.04%
B=66.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46171250.630.8600.51256.1176.0627.84
Hex2E117D3F560331004c1c
Octal56211757712606340011434
Binary10111010001111110111111110101100110011100000000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E117D; }

 p { color: rgb(46,17,125); }

 H1.HeaderClassName
 {
   color: #2E117D;
 }
 .AnyTagClassName
 {
   color: #2E117D;
 }
</style>
background-color css

<style>
 a { background-color: #2E117D; }

 a { background-color: rgb(46,17,125); }

 div.DivClassName
 {
   background-color: #2E117D;
 }
 .BgClassName
 {
   background-color: #2E117D;
 }
</style>
border-color css

<style>
 span { border-color: #2E117D; }

 span { border-color: rgb(46,17,125); }

 td.TdClassName
 {
   border-color: #2E117D;
 }
 .TagClassName
 {
   border-color: #2E117D;
 }
</style>