#33266D

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

Shades of Paris M #33266D

Tints of Paris M #33266D

Color information

#33266D (or 0x33266D) is unknown color: approx Paris M. HEX triplet: 33, 26 and 6D. RGB value is (51,38,109). Sum of RGB (Red+Green+Blue) = 51+38+109=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #33266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33266D is #CCD992. Grayscale: #313131. Windows color (decimal): -13425043 or 7153203. OLE color: 7153203.

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

Color convert

RGB5138109-
CMYK0.530.6500.57
HSL250.99º48.3%28.82%-
HSV(B)250.99º65.14%42.75%-
XYZ4.823.1914.83-
YUV49.98161.31128.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=25.76%
G=19.19%
B=55.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51381090.530.6500.57250.9948.328.82
Hex33266D3541039fb301d
Octal6346155651010713736035
Binary1100111001101101101110101100000101110011111101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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