#291862

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

Shades of Paris M #291862

Tints of Paris M #291862

Color information

#291862 (or 0x291862) is unknown color: approx Paris M. HEX triplet: 29, 18 and 62. RGB value is (41,24,98). Sum of RGB (Red+Green+Blue) = 41+24+98=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #291862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291862 is #D6E79D. Grayscale: #252525. Windows color (decimal): -14083998 or 6428713. OLE color: 6428713.

HSL color Cylindrical-coordinate representation of color #291862: hue angle of 253.78º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291862 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB412498-
CMYK0.580.7600.62
HSL253.78º60.66%23.92%-
HSV(B)253.78º75.51%38.43%-
XYZ3.452.0111.76-
YUV37.52162.13130.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=25.15%
G=14.72%
B=60.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4124980.580.7600.62253.7860.6623.92
Hex2918623A4C03Efe3d18
Octal5130142721140763767530
Binary101001110001100010111010100110001111101111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291862; }

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

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

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

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

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

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

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

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