#2C116D

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

Shades of Persian Indigo #2C116D

Tints of Persian Indigo #2C116D

Color information

#2C116D (or 0x2C116D) is unknown color: approx Persian Indigo. HEX triplet: 2C, 11 and 6D. RGB value is (44,17,109). Sum of RGB (Red+Green+Blue) = 44+17+109=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C116D is #D3EE92. Grayscale: #232323. Windows color (decimal): -13889171 or 7147820. OLE color: 7147820.

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

Color convert

RGB4417109-
CMYK0.600.8400.57
HSL257.61º73.02%24.71%-
HSV(B)257.61º84.4%42.75%-
XYZ42.0414.65-
YUV35.56169.45134.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=25.88%
G=10%
B=64.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44171090.600.8400.57257.6173.0224.71
Hex2C116D3C540391024919
Octal54211557412407140211131
Binary10110010001110110111110010101000111001100000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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