#291F80

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

Shades of Persian Indigo #291F80

Tints of Persian Indigo #291F80

Color information

#291F80 (or 0x291F80) is unknown color: approx Persian Indigo. HEX triplet: 29, 1F and 80. RGB value is (41,31,128). Sum of RGB (Red+Green+Blue) = 41+31+128=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #291F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F80 is #D6E07F. Grayscale: #2C2C2C. Windows color (decimal): -14082176 or 8396585. OLE color: 8396585.

HSL color Cylindrical-coordinate representation of color #291F80: hue angle of 246.19º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291F80 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4131128-
CMYK0.680.7600.50
HSL246.19º61.01%31.18%-
HSV(B)246.19º75.78%50.2%-
XYZ5.33.0120.72-
YUV45.05174.81125.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 128 (50.39% from 255) = 64%
R=20.5%
G=15.5%
B=64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41311280.680.7600.50246.1961.0131.18
Hex291F80444C032f63d1f
Octal51372001041140623667537
Binary10100111111100000001000100100110001100101111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291F80; }

 p { color: rgb(41,31,128); }

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

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

 a { background-color: rgb(41,31,128); }

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

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

 span { border-color: rgb(41,31,128); }

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