#33255B

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

Shades of Paris M #33255B

Tints of Paris M #33255B

Color information

#33255B (or 0x33255B) is unknown color: approx Paris M. HEX triplet: 33, 25 and 5B. RGB value is (51,37,91). Sum of RGB (Red+Green+Blue) = 51+37+91=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #33255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33255B is #CCDAA4. Grayscale: #2F2F2F. Windows color (decimal): -13425317 or 5973299. OLE color: 5973299.

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

Color convert

RGB513791-
CMYK0.440.5900.64
HSL255.56º42.19%25.1%-
HSV(B)255.56º59.34%35.69%-
XYZ3.922.7810.23-
YUV47.34152.64130.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=28.49%
G=20.67%
B=50.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5137910.440.5900.64255.5642.1925.1
Hex33255B2C3B0401002a19
Octal6345133547301004005231
Binary11001110010110110111011001110110100000010000000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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