#33286F

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

Shades of Paris M #33286F

Tints of Paris M #33286F

Color information

#33286F (or 0x33286F) is unknown color: approx Paris M. HEX triplet: 33, 28 and 6F. RGB value is (51,40,111). Sum of RGB (Red+Green+Blue) = 51+40+111=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #33286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33286F is #CCD790. Grayscale: #333333. Windows color (decimal): -13424529 or 7284787. OLE color: 7284787.

HSL color Cylindrical-coordinate representation of color #33286F: hue angle of 249.3º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33286F is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5140111-
CMYK0.540.6400.56
HSL249.3º47.02%29.61%-
HSV(B)249.3º63.96%43.53%-
XYZ4.993.3715.43-
YUV51.38161.64127.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=25.25%
G=19.80%
B=54.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51401110.540.6400.56249.347.0229.61
Hex33286F3640038f92f1e
Octal6350157661000703715736
Binary1100111010001101111110110100000001110001111100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33286F; }

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

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

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

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

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

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

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

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