#2A0076

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

Shades of Persian Indigo #2A0076

Tints of Persian Indigo #2A0076

Color information

#2A0076 (or 0x2A0076) is unknown color: approx Persian Indigo. HEX triplet: 2A, 00 and 76. RGB value is (42,0,118). Sum of RGB (Red+Green+Blue) = 42+0+118=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0076 is #D5FF89. Grayscale: #191919. Windows color (decimal): -14024586 or 7733290. OLE color: 7733290.

HSL color Cylindrical-coordinate representation of color #2A0076: hue angle of 261.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0076 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB420118-
CMYK0.64100.54
HSL261.36º100%23.14%-
HSV(B)261.36º100%46.27%-
XYZ4.221.817.26-
YUV26.01179.91139.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 73.75%
R=26.25%
G=0%
B=73.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4201180.64100.54261.3610023.14
Hex2A07640640361056417
Octal52016610014406640514427
Binary10101001110110100000011001000110110100000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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