#33266F

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

Shades of Paris M #33266F

Tints of Paris M #33266F

Color information

#33266F (or 0x33266F) is unknown color: approx Paris M. HEX triplet: 33, 26 and 6F. RGB value is (51,38,111). Sum of RGB (Red+Green+Blue) = 51+38+111=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #33266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33266F is #CCD990. Grayscale: #313131. Windows color (decimal): -13425041 or 7284275. OLE color: 7284275.

HSL color Cylindrical-coordinate representation of color #33266F: hue angle of 250.68º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33266F is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5138111-
CMYK0.540.6600.56
HSL250.68º48.99%29.22%-
HSV(B)250.68º65.77%43.53%-
XYZ4.933.2415.4-
YUV50.21162.31128.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=25.5%
G=19%
B=55.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51381110.540.6600.56250.6848.9929.22
Hex33266F3642038fb311d
Octal6346157661020703736135
Binary1100111001101101111110110100001001110001111101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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