#332969

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

Shades of Paris M #332969

Tints of Paris M #332969

Color information

#332969 (or 0x332969) is unknown color: approx Paris M. HEX triplet: 33, 29 and 69. RGB value is (51,41,105). Sum of RGB (Red+Green+Blue) = 51+41+105=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #332969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332969 is #CCD696. Grayscale: #333333. Windows color (decimal): -13424279 or 6891827. OLE color: 6891827.

HSL color Cylindrical-coordinate representation of color #332969: hue angle of 249.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332969 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5141105-
CMYK0.510.6100.59
HSL249.38º43.84%28.63%-
HSV(B)249.38º60.95%41.18%-
XYZ4.713.3113.76-
YUV51.29158.31127.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=25.89%
G=20.81%
B=53.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51411050.510.6100.59249.3843.8428.63
Hex332969333D03Bf92c1d
Octal635115163750733715435
Binary110011101001110100111001111110101110111111100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332969; }

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

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

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

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

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

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

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

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