#332769

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

Shades of Paris M #332769

Tints of Paris M #332769

Color information

#332769 (or 0x332769) is unknown color: approx Paris M. HEX triplet: 33, 27 and 69. RGB value is (51,39,105). Sum of RGB (Red+Green+Blue) = 51+39+105=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #332769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332769 is #CCD896. Grayscale: #313131. Windows color (decimal): -13424791 or 6891315. OLE color: 6891315.

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

Color convert

RGB5139105-
CMYK0.510.6300.59
HSL250.91º45.83%28.24%-
HSV(B)250.91º62.86%41.18%-
XYZ4.643.1713.73-
YUV50.11158.98128.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 105 (41.41% from 255) = 53.85%
R=26.15%
G=20%
B=53.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51391050.510.6300.59250.9145.8328.24
Hex332769333F03Bfb2e1c
Octal634715163770733735634
Binary110011100111110100111001111111101110111111101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332769; }

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

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

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

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

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

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

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

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