#2E118C

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

Shades of Persian Indigo #2E118C

Tints of Persian Indigo #2E118C

Color information

#2E118C (or 0x2E118C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 8C. RGB value is (46,17,140). Sum of RGB (Red+Green+Blue) = 46+17+140=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E118C is #D1EE73. Grayscale: #272727. Windows color (decimal): -13758068 or 9179438. OLE color: 9179438.

HSL color Cylindrical-coordinate representation of color #2E118C: hue angle of 254.15º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E118C is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4617140-
CMYK0.670.8800.45
HSL254.15º78.34%30.78%-
HSV(B)254.15º87.86%54.9%-
XYZ6.062.8825.05-
YUV39.69184.61132.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=22.66%
G=8.37%
B=68.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46171400.670.8800.45254.1578.3430.78
Hex2E118C435802Dfe4e1f
Octal562121410313005537611637
Binary101110100011000110010000111011000010110111111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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