#2C016D

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

Shades of Persian Indigo #2C016D

Tints of Persian Indigo #2C016D

Color information

#2C016D (or 0x2C016D) is unknown color: approx Persian Indigo. HEX triplet: 2C, 01 and 6D. RGB value is (44,1,109). Sum of RGB (Red+Green+Blue) = 44+1+109=154 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.57% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C016D is #D3FE92. Grayscale: #191919. Windows color (decimal): -13893267 or 7143724. OLE color: 7143724.

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

Color convert

RGB441109-
CMYK0.600.9900.57
HSL263.89º98.18%21.57%-
HSV(B)263.89º99.08%42.75%-
XYZ3.811.6614.59-
YUV26.17174.75140.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 109 (42.97% from 255) = 70.78%
R=28.57%
G=0.65%
B=70.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4411090.600.9900.57263.8998.1821.57
Hex2C16D3C630391086216
Octal5411557414307141014226
Binary1011001110110111110011000110111001100001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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