#33295E

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

Shades of Paris M #33295E

Tints of Paris M #33295E

Color information

#33295E (or 0x33295E) is unknown color: approx Paris M. HEX triplet: 33, 29 and 5E. RGB value is (51,41,94). Sum of RGB (Red+Green+Blue) = 51+41+94=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #33295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33295E is #CCD6A1. Grayscale: #313131. Windows color (decimal): -13424290 or 6170931. OLE color: 6170931.

HSL color Cylindrical-coordinate representation of color #33295E: hue angle of 251.32º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33295E is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB514194-
CMYK0.460.5600.63
HSL251.32º39.26%26.47%-
HSV(B)251.32º56.38%36.86%-
XYZ4.183.110.97-
YUV50.03152.81128.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=27.42%
G=22.04%
B=50.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5141940.460.5600.63251.3239.2626.47
Hex33295E2E3803Ffb271a
Octal635113656700773734732
Binary110011101001101111010111011100001111111111101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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