#332865

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

Shades of Paris M #332865

Tints of Paris M #332865

Color information

#332865 (or 0x332865) is unknown color: approx Paris M. HEX triplet: 33, 28 and 65. RGB value is (51,40,101). Sum of RGB (Red+Green+Blue) = 51+40+101=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #332865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332865 is #CCD79A. Grayscale: #323232. Windows color (decimal): -13424539 or 6629427. OLE color: 6629427.

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

Color convert

RGB5140101-
CMYK0.500.6000.60
HSL250.82º43.26%27.65%-
HSV(B)250.82º60.4%39.61%-
XYZ4.473.1612.69-
YUV50.24156.64128.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=26.56%
G=20.83%
B=52.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51401010.500.6000.60250.8243.2627.65
Hex332865323C03Cfb2b1c
Octal635014562740743735334
Binary110011101000110010111001011110001111001111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332865; }

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

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

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

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

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

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

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

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