#332568

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

Shades of Paris M #332568

Tints of Paris M #332568

Color information

#332568 (or 0x332568) is unknown color: approx Paris M. HEX triplet: 33, 25 and 68. RGB value is (51,37,104). Sum of RGB (Red+Green+Blue) = 51+37+104=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #332568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332568 is #CCDA97. Grayscale: #303030. Windows color (decimal): -13425304 or 6825267. OLE color: 6825267.

HSL color Cylindrical-coordinate representation of color #332568: hue angle of 252.54º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #332568 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5137104-
CMYK0.510.6400.59
HSL252.54º47.52%27.65%-
HSV(B)252.54º64.42%40.78%-
XYZ4.533.0313.44-
YUV48.82159.14129.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=26.56%
G=19.27%
B=54.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51371040.510.6400.59252.5447.5227.65
Hex332568334003Bfd301c
Octal6345150631000733756034
Binary1100111001011101000110011100000001110111111110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332568; }

 p { color: rgb(51,37,104); }

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

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

 a { background-color: rgb(51,37,104); }

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

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

 span { border-color: rgb(51,37,104); }

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