#33255A

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

Shades of Paris M #33255A

Tints of Paris M #33255A

Color information

#33255A (or 0x33255A) is unknown color: approx Paris M. HEX triplet: 33, 25 and 5A. RGB value is (51,37,90). Sum of RGB (Red+Green+Blue) = 51+37+90=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #33255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33255A is #CCDAA5. Grayscale: #2F2F2F. Windows color (decimal): -13425318 or 5907763. OLE color: 5907763.

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

Color convert

RGB513790-
CMYK0.430.5900.65
HSL255.85º41.73%24.9%-
HSV(B)255.85º58.89%35.29%-
XYZ3.872.7710-
YUV47.23152.14130.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=28.65%
G=20.79%
B=50.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5137900.430.5900.65255.8541.7324.9
Hex33255A2B3B0411002a19
Octal6345132537301014005231
Binary11001110010110110101010111110110100000110000000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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