#33265B

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

Shades of Paris M #33265B

Tints of Paris M #33265B

Color information

#33265B (or 0x33265B) is unknown color: approx Paris M. HEX triplet: 33, 26 and 5B. RGB value is (51,38,91). Sum of RGB (Red+Green+Blue) = 51+38+91=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #33265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33265B is #CCD9A4. Grayscale: #2F2F2F. Windows color (decimal): -13425061 or 5973555. OLE color: 5973555.

HSL color Cylindrical-coordinate representation of color #33265B: hue angle of 254.72º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33265B is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB513891-
CMYK0.440.5800.64
HSL254.72º41.09%25.29%-
HSV(B)254.72º58.24%35.69%-
XYZ3.952.8510.24-
YUV47.93152.31130.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=28.33%
G=21.11%
B=50.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5138910.440.5800.64254.7241.0925.29
Hex33265B2C3A040ff2919
Octal6346133547201003775131
Binary1100111001101011011101100111010010000001111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33265B; }

 p { color: rgb(51,38,91); }

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

<style>
 a { background-color: #33265B; }

 a { background-color: rgb(51,38,91); }

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

<style>
 span { border-color: #33265B; }

 span { border-color: rgb(51,38,91); }

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