#291973

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

Shades of Persian Indigo #291973

Tints of Persian Indigo #291973

Color information

#291973 (or 0x291973) is unknown color: approx Persian Indigo. HEX triplet: 29, 19 and 73. RGB value is (41,25,115). Sum of RGB (Red+Green+Blue) = 41+25+115=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 25 (10.16% from 255 or 13.81% 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 #291973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291973 is #D6E68C. Grayscale: #272727. Windows color (decimal): -14083725 or 7543081. OLE color: 7543081.

HSL color Cylindrical-coordinate representation of color #291973: hue angle of 250.67º 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 #291973 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4125115-
CMYK0.640.7800.55
HSL250.67º64.29%27.45%-
HSV(B)250.67º78.26%45.1%-
XYZ4.362.416.45-
YUV40.04170.3128.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=22.65%
G=13.81%
B=63.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41251150.640.7800.55250.6764.2927.45
Hex291973404E037fb401b
Octal513116310011606737310033
Binary10100111001111001110000001001110011011111111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291973; }

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

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

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

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

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

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

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

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