#332869

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

Shades of Paris M #332869

Tints of Paris M #332869

Color information

#332869 (or 0x332869) is unknown color: approx Paris M. HEX triplet: 33, 28 and 69. RGB value is (51,40,105). Sum of RGB (Red+Green+Blue) = 51+40+105=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #332869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332869 is #CCD796. Grayscale: #323232. Windows color (decimal): -13424535 or 6891571. OLE color: 6891571.

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

Color convert

RGB5140105-
CMYK0.510.6200.59
HSL250.15º44.83%28.43%-
HSV(B)250.15º61.9%41.18%-
XYZ4.673.2413.74-
YUV50.7158.64128.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=26.02%
G=20.41%
B=53.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51401050.510.6200.59250.1544.8328.43
Hex332869333E03Bfa2d1c
Octal635015163760733725534
Binary110011101000110100111001111111001110111111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332869; }

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

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

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

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

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

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

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

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