#291882

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

Shades of Persian Indigo #291882

Tints of Persian Indigo #291882

Color information

#291882 (or 0x291882) is unknown color: approx Persian Indigo. HEX triplet: 29, 18 and 82. RGB value is (41,24,130). Sum of RGB (Red+Green+Blue) = 41+24+130=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #291882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291882 is #D6E77D. Grayscale: #282828. Windows color (decimal): -14083966 or 8525865. OLE color: 8525865.

HSL color Cylindrical-coordinate representation of color #291882: hue angle of 249.62º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291882 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4124130-
CMYK0.680.8200.49
HSL249.62º68.83%30.2%-
HSV(B)249.62º81.54%50.98%-
XYZ5.272.7421.37-
YUV41.17178.13127.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=21.03%
G=12.31%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41241300.680.8200.49249.6268.8330.2
Hex2918824452031fa451e
Octal513020210412206137210536
Binary101001110001000001010001001010010011000111111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291882; }

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

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

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

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

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

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

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

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