Html Css Color HEX #312070 Paris M

📋 copy color: '#312070'

red 49 ◦ green 32 ◦ blue 112

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

Shades of Paris M #312070

Tints of Paris M #312070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 25.39%
G = 16.58%
B = 58.03%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312070 (or 0x312070) is known color: Paris M. HEX triplet: 31, 20 and 70. RGB value is (49,32,112). Sum of RGB (Red+Green+Blue) = 49+32+112=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #312070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312070 is #CEDF8F. Grayscale: #2D2D2D. Windows color (decimal): -13557648 or 7348273. OLE color: 7348273.

HSL color Cylindrical-coordinate representation of color #312070: hue angle of 252.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312070 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 32 112 -
CMYK 0.56 0.71 0 0.56
HSL 252.75º 0.56% 0.28% -
HSV(B) 252.75º 0.71% 0.44% -
XYZ 4.71 2.86 15.63 -
YUV 46.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 49 32 112 0.56 0.71 0 0.56 252.75 0.56 0.28
Hex 31 20 70 38 47 0 38 FD 38 1C
Octal 61 40 160 70 107 0 70 375 70 34
Binary 110001 100000 1110000 111000 1000111 0 111000 11111101 111000 11100

Color Harmonies of #312070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312070

Black with #312070

Text Example


Text Example

White with #312070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312070; }

 p { color: rgb(49,32,112); }

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

background-color css

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

 a { background-color: rgb(49,32,112); }

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

border-color css

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

 span { border-color: rgb(49,32,112); }

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