#2A1973

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

Shades of Persian Indigo #2A1973

Tints of Persian Indigo #2A1973

Color information

#2A1973 (or 0x2A1973) is unknown color: approx Persian Indigo. HEX triplet: 2A, 19 and 73. RGB value is (42,25,115). Sum of RGB (Red+Green+Blue) = 42+25+115=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1973 is #D5E68C. Grayscale: #282828. Windows color (decimal): -14018189 or 7543082. OLE color: 7543082.

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

Color convert

RGB4225115-
CMYK0.630.7800.55
HSL251.33º64.29%27.45%-
HSV(B)251.33º78.26%45.1%-
XYZ4.42.4316.46-
YUV40.34170.13129.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 115 (45.31% from 255) = 63.19%
R=23.08%
G=13.74%
B=63.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42251150.630.7800.55251.3364.2927.45
Hex2A19733F4E037fb401b
Octal52311637711606737310033
Binary1010101100111100111111111001110011011111111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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