Html Css Color HEX #36315A Paris M

📋 copy color: '#36315A'

red 54 ◦ green 49 ◦ blue 90

#36315A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #36315A

Tints of Paris M #36315A

RGB

 RED value IS 54 (21.48% from 255) = 27.98%

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 27.98%
G = 25.39%
B = 46.63%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36315A (or 0x36315A) is known color: Paris M. HEX triplet: 36, 31 and 5A. RGB value is (54,49,90). Sum of RGB (Red+Green+Blue) = 54+49+90=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #36315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36315A is #C9CEA5. Grayscale: #373737. Windows color (decimal): -13225638 or 5910838. OLE color: 5910838.

HSL color Cylindrical-coordinate representation of color #36315A: hue angle of 247.32º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36315A is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 49 90 -
CMYK 0.40 0.46 0 0.65
HSL 247.32º 0.29% 0.27% -
HSV(B) 247.32º 0.46% 0.35% -
XYZ 4.47 3.72 10.16 -
YUV 55.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 54 49 90 0.40 0.46 0 0.65 247.32 0.29 0.27
Hex 36 31 5A 28 2E 0 41 F7 1D 1B
Octal 66 61 132 50 56 0 101 367 35 33
Binary 110110 110001 1011010 101000 101110 0 1000001 11110111 11101 11011

Color Harmonies of #36315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36315A

Black with #36315A

Text Example


Text Example

White with #36315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,49,90); }

 H1.HeaderClassName
 {
   color: #36315A;
 }
 .AnyTagClassName
 {
   color: #36315A;
 }
</style>

background-color css

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

 a { background-color: rgb(54,49,90); }

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

border-color css

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

 span { border-color: rgb(54,49,90); }

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