Html Css Color HEX #312558 Paris M

📋 copy color: '#312558'

red 49 ◦ green 37 ◦ blue 88

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

Shades of Paris M #312558

Tints of Paris M #312558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.57%

R = 28.16%
G = 21.26%
B = 50.57%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312558 (or 0x312558) is known color: Paris M. HEX triplet: 31, 25 and 58. RGB value is (49,37,88). Sum of RGB (Red+Green+Blue) = 49+37+88=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #312558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312558 is #CEDAA7. Grayscale: #2E2E2E. Windows color (decimal): -13556392 or 5776689. OLE color: 5776689.

HSL color Cylindrical-coordinate representation of color #312558: hue angle of 254.12º 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 #312558 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 37 88 -
CMYK 0.44 0.58 0 0.65
HSL 254.12º 0.41% 0.25% -
HSV(B) 254.12º 0.58% 0.35% -
XYZ 3.69 2.68 9.56 -
YUV 46.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 49 37 88 0.44 0.58 0 0.65 254.12 0.41 0.25
Hex 31 25 58 2C 3A 0 41 FE 29 19
Octal 61 45 130 54 72 0 101 376 51 31
Binary 110001 100101 1011000 101100 111010 0 1000001 11111110 101001 11001

Color Harmonies of #312558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312558

Black with #312558

Text Example


Text Example

White with #312558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312558; }

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

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

background-color css

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

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

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

border-color css

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

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

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