#2C056E

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

Shades of Persian Indigo #2C056E

Tints of Persian Indigo #2C056E

Color information

#2C056E (or 0x2C056E) is unknown color: approx Persian Indigo. HEX triplet: 2C, 05 and 6E. RGB value is (44,5,110). Sum of RGB (Red+Green+Blue) = 44+5+110=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C056E is #D3FA91. Grayscale: #1C1C1C. Windows color (decimal): -13892242 or 7210284. OLE color: 7210284.

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

Color convert

RGB445110-
CMYK0.60.9500.57
HSL262.29º91.3%22.55%-
HSV(B)262.29º95.45%43.14%-
XYZ3.911.7714.89-
YUV28.63173.92138.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 110 (43.36% from 255) = 69.18%
R=27.67%
G=3.14%
B=69.18%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4451100.60.9500.57262.2991.322.55
Hex2C56E3C5F0391065b17
Octal5451567413707140613327
Binary101100101110111011110010111110111001100000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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