#362A61

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

Shades of Paris M #362A61

Tints of Paris M #362A61

Color information

#362A61 (or 0x362A61) is unknown color: approx Paris M. HEX triplet: 36, 2A and 61. RGB value is (54,42,97). Sum of RGB (Red+Green+Blue) = 54+42+97=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #362A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362A61 is #C9D59E. Grayscale: #333333. Windows color (decimal): -13227423 or 6367798. OLE color: 6367798.

HSL color Cylindrical-coordinate representation of color #362A61: hue angle of 253.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #362A61 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB544297-
CMYK0.440.5700.62
HSL253.09º39.57%27.25%-
HSV(B)253.09º56.7%38.04%-
XYZ4.513.311.71-
YUV51.86153.48129.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=27.98%
G=21.76%
B=50.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5442970.440.5700.62253.0939.5727.25
Hex362A612C3903Efd281b
Octal665214154710763755033
Binary110110101010110000110110011100101111101111110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A61; }

 p { color: rgb(54,42,97); }

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

<style>
 a { background-color: #362A61; }

 a { background-color: rgb(54,42,97); }

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

<style>
 span { border-color: #362A61; }

 span { border-color: rgb(54,42,97); }

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