#2A0072

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

Shades of Persian Indigo #2A0072

Tints of Persian Indigo #2A0072

Color information

#2A0072 (or 0x2A0072) is unknown color: approx Persian Indigo. HEX triplet: 2A, 00 and 72. RGB value is (42,0,114). Sum of RGB (Red+Green+Blue) = 42+0+114=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0072 is #D5FF8D. Grayscale: #191919. Windows color (decimal): -14024590 or 7471146. OLE color: 7471146.

HSL color Cylindrical-coordinate representation of color #2A0072: hue angle of 262.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0072 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB420114-
CMYK0.63100.55
HSL262.11º100%22.35%-
HSV(B)262.11º100%44.71%-
XYZ3.991.7116.04-
YUV25.55177.91139.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 73.08%
R=26.92%
G=0%
B=73.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4201140.63100.55262.1110022.35
Hex2A0723F640371066416
Octal5201627714406740614426
Binary1010100111001011111111001000110111100000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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