#2A0970

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

Shades of Persian Indigo #2A0970

Tints of Persian Indigo #2A0970

Color information

#2A0970 (or 0x2A0970) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 70. RGB value is (42,9,112). Sum of RGB (Red+Green+Blue) = 42+9+112=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A0970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0970 is #D5F68F. Grayscale: #1E1E1E. Windows color (decimal): -14022288 or 7342378. OLE color: 7342378.

HSL color Cylindrical-coordinate representation of color #2A0970: hue angle of 259.22º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0970 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB429112-
CMYK0.620.9200.56
HSL259.22º85.12%23.73%-
HSV(B)259.22º91.96%43.92%-
XYZ3.981.8615.48-
YUV30.61173.93136.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=25.77%
G=5.52%
B=68.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4291120.620.9200.56259.2285.1223.73
Hex2A9703E5C0381035518
Octal52111607613407040312530
Binary1010101001111000011111010111000111000100000011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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