#2A1770

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

Shades of Persian Indigo #2A1770

Tints of Persian Indigo #2A1770

Color information

#2A1770 (or 0x2A1770) is unknown color: approx Persian Indigo. HEX triplet: 2A, 17 and 70. RGB value is (42,23,112). Sum of RGB (Red+Green+Blue) = 42+23+112=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1770 is #D5E88F. Grayscale: #262626. Windows color (decimal): -14018704 or 7345962. OLE color: 7345962.

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

Color convert

RGB4223112-
CMYK0.620.7900.56
HSL252.81º65.93%26.47%-
HSV(B)252.81º79.46%43.92%-
XYZ4.192.2715.55-
YUV38.83169.29130.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.73%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 112 (44.14% from 255) = 63.28%
R=23.73%
G=12.99%
B=63.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42231120.620.7900.56252.8165.9326.47
Hex2A17703E4F038fd421a
Octal52271607611707037510232
Binary1010101011111100001111101001111011100011111101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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