#2A0588

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

Shades of Persian Indigo #2A0588

Tints of Persian Indigo #2A0588

Color information

#2A0588 (or 0x2A0588) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 88. RGB value is (42,5,136). Sum of RGB (Red+Green+Blue) = 42+5+136=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 136 (53.52% from 255 or 74.32% from 183); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0588 is #D5FA77. Grayscale: #1E1E1E. Windows color (decimal): -14023288 or 8914218. OLE color: 8914218.

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

Color convert

RGB425136-
CMYK0.690.9600.47
HSL256.95º92.91%27.65%-
HSV(B)256.95º96.32%53.33%-
XYZ5.452.3823.46-
YUV31187.26135.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 136 (53.52% from 255) = 74.32%
R=22.95%
G=2.73%
B=74.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4251360.690.9600.47256.9592.9127.65
Hex2A588456002F1015d1c
Octal52521010514005740113534
Binary10101010110001000100010111000000101111100000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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