#33206E

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

Shades of Paris M #33206E

Tints of Paris M #33206E

Color information

#33206E (or 0x33206E) is unknown color: approx Paris M. HEX triplet: 33, 20 and 6E. RGB value is (51,32,110). Sum of RGB (Red+Green+Blue) = 51+32+110=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #33206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33206E is #CCDF91. Grayscale: #2E2E2E. Windows color (decimal): -13426578 or 7217203. OLE color: 7217203.

HSL color Cylindrical-coordinate representation of color #33206E: hue angle of 254.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33206E is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5132110-
CMYK0.540.7100.57
HSL254.62º54.93%27.84%-
HSV(B)254.62º70.91%43.14%-
XYZ4.72.8615.06-
YUV46.57163.79131.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=26.42%
G=16.58%
B=56.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51321100.540.7100.57254.6254.9327.84
Hex33206E3647039ff371c
Octal6340156661070713776734
Binary1100111000001101110110110100011101110011111111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33206E; }

 p { color: rgb(51,32,110); }

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

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

 a { background-color: rgb(51,32,110); }

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

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

 span { border-color: rgb(51,32,110); }

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