#2A0A88

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

Shades of Persian Indigo #2A0A88

Tints of Persian Indigo #2A0A88

Color information

#2A0A88 (or 0x2A0A88) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0A and 88. RGB value is (42,10,136). Sum of RGB (Red+Green+Blue) = 42+10+136=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A0A88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0A88 is #D5F577. Grayscale: #212121. Windows color (decimal): -14022008 or 8915498. OLE color: 8915498.

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

Color convert

RGB4210136-
CMYK0.690.9300.47
HSL255.24º86.3%28.63%-
HSV(B)255.24º92.65%53.33%-
XYZ5.512.4923.48-
YUV33.93185.6133.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 136 (53.52% from 255) = 72.34%
R=22.34%
G=5.32%
B=72.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42101360.690.9300.47255.2486.328.63
Hex2AA88455D02Fff561d
Octal521221010513505737712635
Binary10101010101000100010001011011101010111111111111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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