#32286F

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

Shades of Paris M #32286F

Tints of Paris M #32286F

Color information

#32286F (or 0x32286F) is unknown color: approx Paris M. HEX triplet: 32, 28 and 6F. RGB value is (50,40,111). Sum of RGB (Red+Green+Blue) = 50+40+111=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #32286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32286F is #CDD790. Grayscale: #323232. Windows color (decimal): -13490065 or 7284786. OLE color: 7284786.

HSL color Cylindrical-coordinate representation of color #32286F: hue angle of 248.45º 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 #32286F is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5040111-
CMYK0.550.6400.56
HSL248.45º47.02%29.61%-
HSV(B)248.45º63.96%43.53%-
XYZ4.943.3415.42-
YUV51.08161.81127.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=24.88%
G=19.90%
B=55.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50401110.550.6400.56248.4547.0229.61
Hex32286F3740038f82f1e
Octal6250157671000703705736
Binary1100101010001101111110111100000001110001111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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