#291C81

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

Shades of Persian Indigo #291C81

Tints of Persian Indigo #291C81

Color information

#291C81 (or 0x291C81) is unknown color: approx Persian Indigo. HEX triplet: 29, 1C and 81. RGB value is (41,28,129). Sum of RGB (Red+Green+Blue) = 41+28+129=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #291C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C81 is #D6E37E. Grayscale: #2B2B2B. Windows color (decimal): -14082943 or 8461353. OLE color: 8461353.

HSL color Cylindrical-coordinate representation of color #291C81: hue angle of 247.72º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #291C81 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4128129-
CMYK0.680.7800.49
HSL247.72º64.33%30.78%-
HSV(B)247.72º78.29%50.59%-
XYZ5.292.8921.05-
YUV43.4176.31126.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 129 (50.78% from 255) = 65.15%
R=20.71%
G=14.14%
B=65.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41281290.680.7800.49247.7264.3330.78
Hex291C81444E031f8401f
Octal513420110411606137010037
Binary101001111001000000110001001001110011000111111000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,28,129); }

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

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

 a { background-color: rgb(41,28,129); }

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

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

 span { border-color: rgb(41,28,129); }

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