#2a0a8a

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

Shades of Persian Indigo #2A0A8A

Tints of Persian Indigo #2A0A8A

Color information

#2A0A8A (or 0x2A0A8A) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0A and 8A. RGB value is (42,10,138). Sum of RGB (Red+Green+Blue) = 42+10+138=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A0A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0A8A is #D5F575. Grayscale: #212121. Windows color (decimal): -14022006 or 9046570. OLE color: 9046570.

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

Color convert

RGB4210138-
CMYK0.700.9300.46
HSL255º86.49%29.02%-
HSV(B)255º92.75%54.12%-
XYZ5.652.5424.24-
YUV34.16186.6133.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 138 (54.30% from 255) = 72.63%
R=22.11%
G=5.26%
B=72.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42101380.700.9300.4625586.4929.02
Hex2AA8A465D02Eff561d
Octal521221210613505637712635
Binary10101010101000101010001101011101010111011111111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a0a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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