Html Css Color HEX #312571 Paris M

📋 copy color: '#312571'

red 49 ◦ green 37 ◦ blue 113

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

Shades of Paris M #312571

Tints of Paris M #312571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 24.62%
G = 18.59%
B = 56.78%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312571 (or 0x312571) is known color: Paris M. HEX triplet: 31, 25 and 71. RGB value is (49,37,113). Sum of RGB (Red+Green+Blue) = 49+37+113=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #312571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312571 is #CEDA8E. Grayscale: #303030. Windows color (decimal): -13556367 or 7415089. OLE color: 7415089.

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

Color convert

RGB 49 37 113 -
CMYK 0.57 0.67 0 0.56
HSL 249.47º 0.51% 0.29% -
HSV(B) 249.47º 0.67% 0.44% -
XYZ 4.91 3.17 15.98 -
YUV 49.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 49 37 113 0.57 0.67 0 0.56 249.47 0.51 0.29
Hex 31 25 71 39 43 0 38 F9 33 1D
Octal 61 45 161 71 103 0 70 371 63 35
Binary 110001 100101 1110001 111001 1000011 0 111000 11111001 110011 11101

Color Harmonies of #312571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312571

Black with #312571

Text Example


Text Example

White with #312571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312571; }

 p { color: rgb(49,37,113); }

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

background-color css

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

 a { background-color: rgb(49,37,113); }

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

border-color css

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

 span { border-color: rgb(49,37,113); }

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