Html Css Color HEX #312370 Paris M

📋 copy color: '#312370'

red 49 ◦ green 35 ◦ blue 112

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

Shades of Paris M #312370

Tints of Paris M #312370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

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

R = 25%
G = 17.86%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312370 (or 0x312370) is known color: Paris M. HEX triplet: 31, 23 and 70. RGB value is (49,35,112). Sum of RGB (Red+Green+Blue) = 49+35+112=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #312370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312370 is #CEDC8F. Grayscale: #2F2F2F. Windows color (decimal): -13556880 or 7349041. OLE color: 7349041.

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

Color convert

RGB 49 35 112 -
CMYK 0.56 0.69 0 0.56
HSL 250.91º 0.52% 0.29% -
HSV(B) 250.91º 0.69% 0.44% -
XYZ 4.79 3.02 15.66 -
YUV 47.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 49 35 112 0.56 0.69 0 0.56 250.91 0.52 0.29
Hex 31 23 70 38 45 0 38 FB 34 1D
Octal 61 43 160 70 105 0 70 373 64 35
Binary 110001 100011 1110000 111000 1000101 0 111000 11111011 110100 11101

Color Harmonies of #312370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312370

Black with #312370

Text Example


Text Example

White with #312370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312370; }

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

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

background-color css

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

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

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

border-color css

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

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

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