#291c84

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

Shades of Persian Indigo #291C84

Tints of Persian Indigo #291C84

Color information

#291C84 (or 0x291C84) is unknown color: approx Persian Indigo. HEX triplet: 29, 1C and 84. RGB value is (41,28,132). Sum of RGB (Red+Green+Blue) = 41+28+132=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #291C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C84 is #D6E37B. Grayscale: #2B2B2B. Windows color (decimal): -14082940 or 8657961. OLE color: 8657961.

HSL color Cylindrical-coordinate representation of color #291C84: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291C84 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4128132-
CMYK0.690.7900.48
HSL247.5º65%31.37%-
HSV(B)247.5º78.79%51.76%-
XYZ5.492.9722.11-
YUV43.74177.81126.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 132 (51.95% from 255) = 65.67%
R=20.40%
G=13.93%
B=65.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41281320.690.7900.48247.56531.37
Hex291C84454F030f8411f
Octal513420410511706037010137
Binary101001111001000010010001011001111011000011111000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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