#291566

Color #291566 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #291566

Tints of Paris M #291566

Color information

#291566 (or 0x291566) is unknown color: approx Paris M. HEX triplet: 29, 15 and 66. RGB value is (41,21,102). Sum of RGB (Red+Green+Blue) = 41+21+102=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #291566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291566 is #D6EA99. Grayscale: #232323. Windows color (decimal): -14084762 or 6690089. OLE color: 6690089.

HSL color Cylindrical-coordinate representation of color #291566: hue angle of 254.81º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291566 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4121102-
CMYK0.600.7900.6
HSL254.81º65.85%24.12%-
HSV(B)254.81º79.41%40%-
XYZ3.581.9712.76-
YUV36.21165.13131.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=25%
G=12.80%
B=62.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41211020.600.7900.6254.8165.8524.12
Hex2915663C4F03Cff4218
Octal51251467411707437710230
Binary1010011010111001101111001001111011110011111111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291566; }

 p { color: rgb(41,21,102); }

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

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

 a { background-color: rgb(41,21,102); }

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

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

 span { border-color: rgb(41,21,102); }

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