#2A0572

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

Shades of Persian Indigo #2A0572

Tints of Persian Indigo #2A0572

Color information

#2A0572 (or 0x2A0572) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 72. RGB value is (42,5,114). Sum of RGB (Red+Green+Blue) = 42+5+114=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0572 is #D5FA8D. Grayscale: #1C1C1C. Windows color (decimal): -14023310 or 7472426. OLE color: 7472426.

HSL color Cylindrical-coordinate representation of color #2A0572: hue angle of 260.37º 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 #2A0572 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB425114-
CMYK0.630.9600.55
HSL260.37º91.6%23.33%-
HSV(B)260.37º95.61%44.71%-
XYZ4.051.8216.06-
YUV28.49176.26137.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=26.09%
G=3.11%
B=70.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4251140.630.9600.55260.3791.623.33
Hex2A5723F600371045c17
Octal5251627714006740413427
Binary101010101111001011111111000000110111100000100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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