#2A0976

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

Shades of Persian Indigo #2A0976

Tints of Persian Indigo #2A0976

Color information

#2A0976 (or 0x2A0976) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 76. RGB value is (42,9,118). Sum of RGB (Red+Green+Blue) = 42+9+118=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A0976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0976 is #D5F689. Grayscale: #1E1E1E. Windows color (decimal): -14022282 or 7735594. OLE color: 7735594.

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

Color convert

RGB429118-
CMYK0.640.9200.54
HSL258.17º85.83%24.9%-
HSV(B)258.17º92.37%46.27%-
XYZ4.32217.3-
YUV31.29176.93135.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 118 (46.48% from 255) = 69.82%
R=24.85%
G=5.33%
B=69.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4291180.640.9200.54258.1785.8324.9
Hex2A976405C0361025619
Octal521116610013406640212631
Binary10101010011110110100000010111000110110100000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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