#2C1168

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

Shades of Persian Indigo #2C1168

Tints of Persian Indigo #2C1168

Color information

#2C1168 (or 0x2C1168) is unknown color: approx Persian Indigo. HEX triplet: 2C, 11 and 68. RGB value is (44,17,104). Sum of RGB (Red+Green+Blue) = 44+17+104=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1168 is #D3EE97. Grayscale: #222222. Windows color (decimal): -13889176 or 6820140. OLE color: 6820140.

HSL color Cylindrical-coordinate representation of color #2C1168: hue angle of 258.62º 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 #2C1168 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4417104-
CMYK0.580.8400.59
HSL258.62º71.9%23.73%-
HSV(B)258.62º83.65%40.78%-
XYZ3.741.9413.27-
YUV34.99166.95134.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=26.67%
G=10.30%
B=63.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44171040.580.8400.59258.6271.923.73
Hex2C11683A5403B1034818
Octal54211507212407340311030
Binary10110010001110100011101010101000111011100000011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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