#33295B

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

Shades of Paris M #33295B

Tints of Paris M #33295B

Color information

#33295B (or 0x33295B) is unknown color: approx Paris M. HEX triplet: 33, 29 and 5B. RGB value is (51,41,91). Sum of RGB (Red+Green+Blue) = 51+41+91=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #33295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33295B is #CCD6A4. Grayscale: #313131. Windows color (decimal): -13424293 or 5974323. OLE color: 5974323.

HSL color Cylindrical-coordinate representation of color #33295B: hue angle of 252º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33295B is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB514191-
CMYK0.440.5500.64
HSL252º37.88%25.88%-
HSV(B)252º54.95%35.69%-
XYZ4.053.0510.27-
YUV49.69151.31128.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=27.87%
G=22.40%
B=49.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5141910.440.5500.6425237.8825.88
Hex33295B2C37040fc261a
Octal6351133546701003744632
Binary1100111010011011011101100110111010000001111110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33295B; }

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

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

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

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

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

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

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

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