#332A5A

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

Shades of Paris M #332A5A

Tints of Paris M #332A5A

Color information

#332A5A (or 0x332A5A) is unknown color: approx Paris M. HEX triplet: 33, 2A and 5A. RGB value is (51,42,90). Sum of RGB (Red+Green+Blue) = 51+42+90=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #332A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A5A is #CCD5A5. Grayscale: #313131. Windows color (decimal): -13424038 or 5909043. OLE color: 5909043.

HSL color Cylindrical-coordinate representation of color #332A5A: hue angle of 251.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332A5A is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB514290-
CMYK0.430.5300.65
HSL251.25º36.36%25.88%-
HSV(B)251.25º53.33%35.29%-
XYZ4.043.110.06-
YUV50.16150.48128.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=27.87%
G=22.95%
B=49.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5142900.430.5300.65251.2536.3625.88
Hex332A5A2B35041fb241a
Octal6352132536501013734432
Binary1100111010101011010101011110101010000011111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A5A; }

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

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

<style>
 a { background-color: #332A5A; }

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

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

<style>
 span { border-color: #332A5A; }

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

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