Html Css Color HEX #36315D Paris M

📋 copy color: '#36315D'

red 54 ◦ green 49 ◦ blue 93

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

Shades of Paris M #36315D

Tints of Paris M #36315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 27.55%
G = 25%
B = 47.45%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36315D (or 0x36315D) is known color: Paris M. HEX triplet: 36, 31 and 5D. RGB value is (54,49,93). Sum of RGB (Red+Green+Blue) = 54+49+93=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #36315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36315D is #C9CEA2. Grayscale: #373737. Windows color (decimal): -13225635 or 6107446. OLE color: 6107446.

HSL color Cylindrical-coordinate representation of color #36315D: hue angle of 246.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36315D is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 49 93 -
CMYK 0.42 0.47 0 0.64
HSL 246.82º 0.31% 0.28% -
HSV(B) 246.82º 0.47% 0.36% -
XYZ 4.6 3.77 10.84 -
YUV 55.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 54 49 93 0.42 0.47 0 0.64 246.82 0.31 0.28
Hex 36 31 5D 2A 2F 0 40 F7 1F 1C
Octal 66 61 135 52 57 0 100 367 37 34
Binary 110110 110001 1011101 101010 101111 0 1000000 11110111 11111 11100

Color Harmonies of #36315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36315D

Black with #36315D

Text Example


Text Example

White with #36315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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