#332968

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

Shades of Paris M #332968

Tints of Paris M #332968

Color information

#332968 (or 0x332968) is unknown color: approx Paris M. HEX triplet: 33, 29 and 68. RGB value is (51,41,104). Sum of RGB (Red+Green+Blue) = 51+41+104=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #332968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332968 is #CCD697. Grayscale: #323232. Windows color (decimal): -13424280 or 6826291. OLE color: 6826291.

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

Color convert

RGB5141104-
CMYK0.510.6100.59
HSL249.52º43.45%28.43%-
HSV(B)249.52º60.58%40.78%-
XYZ4.663.2913.49-
YUV51.17157.81127.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 104 (41.02% from 255) = 53.06%
R=26.02%
G=20.92%
B=53.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51411040.510.6100.59249.5243.4528.43
Hex332968333D03Bfa2b1c
Octal635115063750733725334
Binary110011101001110100011001111110101110111111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332968; }

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

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

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

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

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

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

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

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