Html Css Color HEX #312162 Paris M

📋 copy color: '#312162'

red 49 ◦ green 33 ◦ blue 98

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

Shades of Paris M #312162

Tints of Paris M #312162

RGB

 RED value IS 49 (19.53% from 255) = 27.22%

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 27.22%
G = 18.33%
B = 54.44%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312162 (or 0x312162) is known color: Paris M. HEX triplet: 31, 21 and 62. RGB value is (49,33,98). Sum of RGB (Red+Green+Blue) = 49+33+98=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #312162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312162 is #CEDE9D. Grayscale: #2C2C2C. Windows color (decimal): -13557406 or 6431025. OLE color: 6431025.

HSL color Cylindrical-coordinate representation of color #312162: hue angle of 254.77º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312162 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 33 98 -
CMYK 0.5 0.66 0 0.62
HSL 254.77º 0.5% 0.26% -
HSV(B) 254.77º 0.66% 0.38% -
XYZ 4.02 2.62 11.85 -
YUV 45.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 49 33 98 0.5 0.66 0 0.62 254.77 0.5 0.26
Hex 31 21 62 32 42 0 3E FF 32 1A
Octal 61 41 142 62 102 0 76 377 62 32
Binary 110001 100001 1100010 110010 1000010 0 111110 11111111 110010 11010

Color Harmonies of #312162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312162

Black with #312162

Text Example


Text Example

White with #312162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312162; }

 p { color: rgb(49,33,98); }

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

background-color css

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

 a { background-color: rgb(49,33,98); }

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

border-color css

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

 span { border-color: rgb(49,33,98); }

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