#2A1772

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

Shades of Persian Indigo #2A1772

Tints of Persian Indigo #2A1772

Color information

#2A1772 (or 0x2A1772) is unknown color: approx Persian Indigo. HEX triplet: 2A, 17 and 72. RGB value is (42,23,114). Sum of RGB (Red+Green+Blue) = 42+23+114=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1772 is #D5E88D. Grayscale: #262626. Windows color (decimal): -14018702 or 7477034. OLE color: 7477034.

HSL color Cylindrical-coordinate representation of color #2A1772: hue angle of 252.53º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A1772 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4223114-
CMYK0.630.8000.55
HSL252.53º66.42%26.86%-
HSV(B)252.53º79.82%44.71%-
XYZ4.32.3216.14-
YUV39.06170.29130.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=23.46%
G=12.85%
B=63.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42231140.630.8000.55252.5366.4226.86
Hex2A17723F50037fd421b
Octal52271627712006737510233
Binary1010101011111100101111111010000011011111111101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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