#291871

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

Shades of Persian Indigo #291871

Tints of Persian Indigo #291871

Color information

#291871 (or 0x291871) is unknown color: approx Persian Indigo. HEX triplet: 29, 18 and 71. RGB value is (41,24,113). Sum of RGB (Red+Green+Blue) = 41+24+113=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #291871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291871 is #D6E78E. Grayscale: #262626. Windows color (decimal): -14083983 or 7411753. OLE color: 7411753.

HSL color Cylindrical-coordinate representation of color #291871: hue angle of 251.46º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291871 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4124113-
CMYK0.640.7900.56
HSL251.46º64.96%26.86%-
HSV(B)251.46º78.76%44.31%-
XYZ4.222.3215.85-
YUV39.23169.63129.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 113 (44.53% from 255) = 63.48%
R=23.03%
G=13.48%
B=63.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41241130.640.7900.56251.4664.9626.86
Hex291871404F038fb411b
Octal513016110011707037310133
Binary10100111000111000110000001001111011100011111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291871; }

 p { color: rgb(41,24,113); }

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

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

 a { background-color: rgb(41,24,113); }

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

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

 span { border-color: rgb(41,24,113); }

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