#332475

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

Shades of Paris M #332475

Tints of Paris M #332475

Color information

#332475 (or 0x332475) is unknown color: approx Paris M. HEX triplet: 33, 24 and 75. RGB value is (51,36,117). Sum of RGB (Red+Green+Blue) = 51+36+117=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #332475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332475 is #CCDB8A. Grayscale: #313131. Windows color (decimal): -13425547 or 7676979. OLE color: 7676979.

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

Color convert

RGB5136117-
CMYK0.560.6900.54
HSL251.11º52.94%30%-
HSV(B)251.11º69.23%45.88%-
XYZ5.213.2517.18-
YUV49.72165.97128.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=25%
G=17.65%
B=57.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51361170.560.6900.54251.1152.9430
Hex3324753845036fb351e
Octal6344165701050663736536
Binary1100111001001110101111000100010101101101111101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332475; }

 p { color: rgb(51,36,117); }

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

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

 a { background-color: rgb(51,36,117); }

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

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

 span { border-color: rgb(51,36,117); }

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