#33285A

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

Shades of Paris M #33285A

Tints of Paris M #33285A

Color information

#33285A (or 0x33285A) is unknown color: approx Paris M. HEX triplet: 33, 28 and 5A. RGB value is (51,40,90). Sum of RGB (Red+Green+Blue) = 51+40+90=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #33285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33285A is #CCD7A5. Grayscale: #303030. Windows color (decimal): -13424550 or 5908531. OLE color: 5908531.

HSL color Cylindrical-coordinate representation of color #33285A: hue angle of 253.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33285A is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB514090-
CMYK0.430.5600.65
HSL253.2º38.46%25.49%-
HSV(B)253.2º55.56%35.29%-
XYZ3.972.9610.03-
YUV48.99151.14129.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=28.18%
G=22.10%
B=49.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5140900.430.5600.65253.238.4625.49
Hex33285A2B38041fd2619
Octal6350132537001013754631
Binary1100111010001011010101011111000010000011111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33285A; }

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

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

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

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

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

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

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

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