#33265A

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

Shades of Paris M #33265A

Tints of Paris M #33265A

Color information

#33265A (or 0x33265A) is unknown color: approx Paris M. HEX triplet: 33, 26 and 5A. RGB value is (51,38,90). Sum of RGB (Red+Green+Blue) = 51+38+90=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #33265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33265A is #CCD9A5. Grayscale: #2F2F2F. Windows color (decimal): -13425062 or 5908019. OLE color: 5908019.

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

Color convert

RGB513890-
CMYK0.430.5800.65
HSL255º40.62%25.1%-
HSV(B)255º57.78%35.29%-
XYZ3.92.8310.01-
YUV47.81151.81130.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=28.49%
G=21.23%
B=50.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5138900.430.5800.6525540.6225.1
Hex33265A2B3A041ff2919
Octal6346132537201013775131
Binary1100111001101011010101011111010010000011111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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