#2A0579

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

Shades of Persian Indigo #2A0579

Tints of Persian Indigo #2A0579

Color information

#2A0579 (or 0x2A0579) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 79. RGB value is (42,5,121). Sum of RGB (Red+Green+Blue) = 42+5+121=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A0579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0579 is #D5FA86. Grayscale: #1C1C1C. Windows color (decimal): -14023303 or 7931178. OLE color: 7931178.

HSL color Cylindrical-coordinate representation of color #2A0579: hue angle of 259.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0579 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB425121-
CMYK0.650.9600.53
HSL259.14º92.06%24.71%-
HSV(B)259.14º95.87%47.45%-
XYZ4.461.9818.24-
YUV29.29179.76137.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 121 (47.66% from 255) = 72.02%
R=25%
G=2.98%
B=72.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4251210.650.9600.53259.1492.0624.71
Hex2A57941600351035c19
Octal52517110114006540313431
Binary1010101011111001100000111000000110101100000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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