#33266C

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

Shades of Paris M #33266C

Tints of Paris M #33266C

Color information

#33266C (or 0x33266C) is unknown color: approx Paris M. HEX triplet: 33, 26 and 6C. RGB value is (51,38,108). Sum of RGB (Red+Green+Blue) = 51+38+108=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #33266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33266C is #CCD993. Grayscale: #313131. Windows color (decimal): -13425044 or 7087667. OLE color: 7087667.

HSL color Cylindrical-coordinate representation of color #33266C: hue angle of 251.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33266C is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5138108-
CMYK0.530.6500.58
HSL251.14º47.95%28.63%-
HSV(B)251.14º64.81%42.35%-
XYZ4.773.1714.55-
YUV49.87160.81128.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=25.89%
G=19.29%
B=54.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51381080.530.6500.58251.1447.9528.63
Hex33266C354103Afb301d
Octal6346154651010723736035
Binary1100111001101101100110101100000101110101111101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33266C; }

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

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

<style>
 a { background-color: #33266C; }

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

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

<style>
 span { border-color: #33266C; }

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

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