#2C116E

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

Shades of Persian Indigo #2C116E

Tints of Persian Indigo #2C116E

Color information

#2C116E (or 0x2C116E) is unknown color: approx Persian Indigo. HEX triplet: 2C, 11 and 6E. RGB value is (44,17,110). Sum of RGB (Red+Green+Blue) = 44+17+110=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C116E is #D3EE91. Grayscale: #232323. Windows color (decimal): -13889170 or 7213356. OLE color: 7213356.

HSL color Cylindrical-coordinate representation of color #2C116E: hue angle of 257.42º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C116E is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4417110-
CMYK0.60.8500.57
HSL257.42º73.23%24.9%-
HSV(B)257.42º84.55%43.14%-
XYZ4.052.0614.94-
YUV35.67169.95133.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 110 (43.36% from 255) = 64.33%
R=25.73%
G=9.94%
B=64.33%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44171100.60.8500.57257.4273.2324.9
Hex2C116E3C550391014919
Octal54211567412507140111131
Binary10110010001110111011110010101010111001100000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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