Html Css Color HEX #36315E Paris M

📋 copy color: '#36315E'

red 54 ◦ green 49 ◦ blue 94

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

Shades of Paris M #36315E

Tints of Paris M #36315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.72%

R = 27.41%
G = 24.87%
B = 47.72%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36315E (or 0x36315E) is known color: Paris M. HEX triplet: 36, 31 and 5E. RGB value is (54,49,94). Sum of RGB (Red+Green+Blue) = 54+49+94=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #36315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36315E is #C9CEA1. Grayscale: #373737. Windows color (decimal): -13225634 or 6172982. OLE color: 6172982.

HSL color Cylindrical-coordinate representation of color #36315E: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36315E is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 49 94 -
CMYK 0.43 0.48 0 0.63
HSL 246.67º 0.31% 0.28% -
HSV(B) 246.67º 0.48% 0.37% -
XYZ 4.64 3.79 11.08 -
YUV 55.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 54 49 94 0.43 0.48 0 0.63 246.67 0.31 0.28
Hex 36 31 5E 2B 30 0 3F F7 1F 1C
Octal 66 61 136 53 60 0 77 367 37 34
Binary 110110 110001 1011110 101011 110000 0 111111 11110111 11111 11100

Color Harmonies of #36315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36315E

Black with #36315E

Text Example


Text Example

White with #36315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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