#332669

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

Shades of Paris M #332669

Tints of Paris M #332669

Color information

#332669 (or 0x332669) is unknown color: approx Paris M. HEX triplet: 33, 26 and 69. RGB value is (51,38,105). Sum of RGB (Red+Green+Blue) = 51+38+105=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #332669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332669 is #CCD996. Grayscale: #313131. Windows color (decimal): -13425047 or 6891059. OLE color: 6891059.

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

Color convert

RGB5138105-
CMYK0.510.6400.59
HSL251.64º46.85%28.04%-
HSV(B)251.64º63.81%41.18%-
XYZ4.613.1113.72-
YUV49.52159.31129.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=26.29%
G=19.59%
B=54.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51381050.510.6400.59251.6446.8528.04
Hex332669334003Bfc2f1c
Octal6346151631000733745734
Binary1100111001101101001110011100000001110111111110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332669; }

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

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

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

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

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

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

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

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