#332866

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

Shades of Paris M #332866

Tints of Paris M #332866

Color information

#332866 (or 0x332866) is unknown color: approx Paris M. HEX triplet: 33, 28 and 66. RGB value is (51,40,102). Sum of RGB (Red+Green+Blue) = 51+40+102=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #332866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332866 is #CCD799. Grayscale: #323232. Windows color (decimal): -13424538 or 6694963. OLE color: 6694963.

HSL color Cylindrical-coordinate representation of color #332866: hue angle of 250.65º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332866 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5140102-
CMYK0.50.6100.6
HSL250.65º43.66%27.84%-
HSV(B)250.65º60.78%40%-
XYZ4.523.1812.95-
YUV50.36157.14128.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=26.42%
G=20.73%
B=52.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51401020.50.6100.6250.6543.6627.84
Hex332866323D03Cfb2c1c
Octal635014662750743735434
Binary110011101000110011011001011110101111001111101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332866; }

 p { color: rgb(51,40,102); }

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

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

 a { background-color: rgb(51,40,102); }

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

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

 span { border-color: rgb(51,40,102); }

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