#2A0770

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

Shades of Persian Indigo #2A0770

Tints of Persian Indigo #2A0770

Color information

#2A0770 (or 0x2A0770) is unknown color: approx Persian Indigo. HEX triplet: 2A, 07 and 70. RGB value is (42,7,112). Sum of RGB (Red+Green+Blue) = 42+7+112=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A0770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0770 is #D5F88F. Grayscale: #1D1D1D. Windows color (decimal): -14022800 or 7341866. OLE color: 7341866.

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

Color convert

RGB427112-
CMYK0.620.9400.56
HSL260º88.24%23.33%-
HSV(B)260º93.75%43.92%-
XYZ3.961.8115.47-
YUV29.44174.6136.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=26.09%
G=4.35%
B=69.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4271120.620.9400.5626088.2423.33
Hex2A7703E5E0381045817
Octal5271607613607040413027
Binary101010111111000011111010111100111000100000100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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