#33216C

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

Shades of Paris M #33216C

Tints of Paris M #33216C

Color information

#33216C (or 0x33216C) is unknown color: approx Paris M. HEX triplet: 33, 21 and 6C. RGB value is (51,33,108). Sum of RGB (Red+Green+Blue) = 51+33+108=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #33216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33216C is #CCDE93. Grayscale: #2E2E2E. Windows color (decimal): -13426324 or 7086387. OLE color: 7086387.

HSL color Cylindrical-coordinate representation of color #33216C: hue angle of 254.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33216C is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5133108-
CMYK0.530.6900.58
HSL254.4º53.19%27.65%-
HSV(B)254.4º69.44%42.35%-
XYZ4.622.8714.5-
YUV46.93162.46130.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 108 (42.58% from 255) = 56.25%
R=26.56%
G=17.19%
B=56.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51331080.530.6900.58254.453.1927.65
Hex33216C354503Afe351c
Octal6341154651050723766534
Binary1100111000011101100110101100010101110101111111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33216C; }

 p { color: rgb(51,33,108); }

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

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

 a { background-color: rgb(51,33,108); }

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

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

 span { border-color: rgb(51,33,108); }

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