Html Css Color HEX #312559 Paris M

📋 copy color: '#312559'

red 49 ◦ green 37 ◦ blue 89

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

Shades of Paris M #312559

Tints of Paris M #312559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 28%
G = 21.14%
B = 50.86%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312559 (or 0x312559) is known color: Paris M. HEX triplet: 31, 25 and 59. RGB value is (49,37,89). Sum of RGB (Red+Green+Blue) = 49+37+89=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #312559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312559 is #CEDAA6. Grayscale: #2E2E2E. Windows color (decimal): -13556391 or 5842225. OLE color: 5842225.

HSL color Cylindrical-coordinate representation of color #312559: hue angle of 253.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312559 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 37 89 -
CMYK 0.45 0.58 0 0.65
HSL 253.85º 0.41% 0.25% -
HSV(B) 253.85º 0.58% 0.35% -
XYZ 3.73 2.7 9.78 -
YUV 46.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 49 37 89 0.45 0.58 0 0.65 253.85 0.41 0.25
Hex 31 25 59 2D 3A 0 41 FE 29 19
Octal 61 45 131 55 72 0 101 376 51 31
Binary 110001 100101 1011001 101101 111010 0 1000001 11111110 101001 11001

Color Harmonies of #312559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312559

Black with #312559

Text Example


Text Example

White with #312559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312559; }

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

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

background-color css

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

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

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

border-color css

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

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

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