#2C0572

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

Shades of Persian Indigo #2C0572

Tints of Persian Indigo #2C0572

Color information

#2C0572 (or 0x2C0572) is unknown color: approx Persian Indigo. HEX triplet: 2C, 05 and 72. RGB value is (44,5,114). Sum of RGB (Red+Green+Blue) = 44+5+114=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0572 is #D3FA8D. Grayscale: #1C1C1C. Windows color (decimal): -13892238 or 7472428. OLE color: 7472428.

HSL color Cylindrical-coordinate representation of color #2C0572: hue angle of 261.47º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0572 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB445114-
CMYK0.610.9600.55
HSL261.47º91.6%23.33%-
HSV(B)261.47º95.61%44.71%-
XYZ4.131.8616.06-
YUV29.09175.92138.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=26.99%
G=3.07%
B=69.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4451140.610.9600.55261.4791.623.33
Hex2C5723D600371055c17
Octal5451627514006740513427
Binary101100101111001011110111000000110111100000101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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