#33296F

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

Shades of Paris M #33296F

Tints of Paris M #33296F

Color information

#33296F (or 0x33296F) is unknown color: approx Paris M. HEX triplet: 33, 29 and 6F. RGB value is (51,41,111). Sum of RGB (Red+Green+Blue) = 51+41+111=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #33296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33296F is #CCD690. Grayscale: #333333. Windows color (decimal): -13424273 or 7285043. OLE color: 7285043.

HSL color Cylindrical-coordinate representation of color #33296F: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33296F is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5141111-
CMYK0.540.6300.56
HSL248.57º46.05%29.8%-
HSV(B)248.57º63.06%43.53%-
XYZ5.033.4415.44-
YUV51.97161.31127.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=25.12%
G=20.20%
B=54.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51411110.540.6300.56248.5746.0529.8
Hex33296F363F038f92e1e
Octal635115766770703715636
Binary110011101001110111111011011111101110001111100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33296F; }

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

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

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

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

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

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

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

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