#2C0D6F

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

Shades of Persian Indigo #2C0D6F

Tints of Persian Indigo #2C0D6F

Color information

#2C0D6F (or 0x2C0D6F) is unknown color: approx Persian Indigo. HEX triplet: 2C, 0D and 6F. RGB value is (44,13,111). Sum of RGB (Red+Green+Blue) = 44+13+111=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C0D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0D6F is #D3F290. Grayscale: #212121. Windows color (decimal): -13890193 or 7277868. OLE color: 7277868.

HSL color Cylindrical-coordinate representation of color #2C0D6F: hue angle of 258.98º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C0D6F is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4413111-
CMYK0.600.8800.56
HSL258.98º79.03%24.31%-
HSV(B)258.98º88.29%43.53%-
XYZ4.051.9715.21-
YUV33.44171.77135.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 13 (5.47% from 255) = 7.74%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=26.19%
G=7.74%
B=66.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44131110.600.8800.56258.9879.0324.31
Hex2CD6F3C580381034f18
Octal54151577413007040311730
Binary1011001101110111111110010110000111000100000011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,13,111); }

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

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

 a { background-color: rgb(44,13,111); }

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

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

 span { border-color: rgb(44,13,111); }

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