Html Css Color HEX #312870 Paris M

📋 copy color: '#312870'

red 49 ◦ green 40 ◦ blue 112

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

Shades of Paris M #312870

Tints of Paris M #312870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

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

R = 24.38%
G = 19.9%
B = 55.72%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312870 (or 0x312870) is known color: Paris M. HEX triplet: 31, 28 and 70. RGB value is (49,40,112). Sum of RGB (Red+Green+Blue) = 49+40+112=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #312870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312870 is #CED78F. Grayscale: #323232. Windows color (decimal): -13555600 or 7350321. OLE color: 7350321.

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

Color convert

RGB 49 40 112 -
CMYK 0.56 0.64 0 0.56
HSL 247.5º 0.47% 0.3% -
HSV(B) 247.5º 0.64% 0.44% -
XYZ 4.95 3.34 15.71 -
YUV 50.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 49 40 112 0.56 0.64 0 0.56 247.5 0.47 0.3
Hex 31 28 70 38 40 0 38 F8 2F 1E
Octal 61 50 160 70 100 0 70 370 57 36
Binary 110001 101000 1110000 111000 1000000 0 111000 11111000 101111 11110

Color Harmonies of #312870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312870

Black with #312870

Text Example


Text Example

White with #312870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312870; }

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

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

background-color css

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

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

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

border-color css

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

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

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