#2A1873

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

Shades of Persian Indigo #2A1873

Tints of Persian Indigo #2A1873

Color information

#2A1873 (or 0x2A1873) is unknown color: approx Persian Indigo. HEX triplet: 2A, 18 and 73. RGB value is (42,24,115). Sum of RGB (Red+Green+Blue) = 42+24+115=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A1873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1873 is #D5E78C. Grayscale: #272727. Windows color (decimal): -14018445 or 7542826. OLE color: 7542826.

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

Color convert

RGB4224115-
CMYK0.630.7900.55
HSL251.87º65.47%27.25%-
HSV(B)251.87º79.13%45.1%-
XYZ4.382.3816.45-
YUV39.76170.46129.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=23.20%
G=13.26%
B=63.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42241150.630.7900.55251.8765.4727.25
Hex2A18733F4F037fc411b
Octal52301637711706737410133
Binary1010101100011100111111111001111011011111111100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,115); }

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

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

 a { background-color: rgb(42,24,115); }

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

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

 span { border-color: rgb(42,24,115); }

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