#2E1168

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

Shades of Persian Indigo #2E1168

Tints of Persian Indigo #2E1168

Color information

#2E1168 (or 0x2E1168) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 68. RGB value is (46,17,104). Sum of RGB (Red+Green+Blue) = 46+17+104=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1168 is #D1EE97. Grayscale: #232323. Windows color (decimal): -13758104 or 6820142. OLE color: 6820142.

HSL color Cylindrical-coordinate representation of color #2E1168: hue angle of 260º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1168 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4617104-
CMYK0.560.8400.59
HSL260º71.9%23.73%-
HSV(B)260º83.65%40.78%-
XYZ3.831.9813.28-
YUV35.59166.61135.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=27.54%
G=10.18%
B=62.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46171040.560.8400.5926071.923.73
Hex2E1168385403B1044818
Octal56211507012407340411030
Binary10111010001110100011100010101000111011100000100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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