Html Css Color HEX #312458 Paris M

📋 copy color: '#312458'

red 49 ◦ green 36 ◦ blue 88

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

Shades of Paris M #312458

Tints of Paris M #312458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 28.32%
G = 20.81%
B = 50.87%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312458 (or 0x312458) is known color: Paris M. HEX triplet: 31, 24 and 58. RGB value is (49,36,88). Sum of RGB (Red+Green+Blue) = 49+36+88=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #312458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312458 is #CEDBA7. Grayscale: #2D2D2D. Windows color (decimal): -13556648 or 5776433. OLE color: 5776433.

HSL color Cylindrical-coordinate representation of color #312458: hue angle of 255º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312458 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 36 88 -
CMYK 0.44 0.59 0 0.65
HSL 255º 0.42% 0.24% -
HSV(B) 255º 0.59% 0.35% -
XYZ 3.66 2.62 9.55 -
YUV 45.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 49 36 88 0.44 0.59 0 0.65 255 0.42 0.24
Hex 31 24 58 2C 3B 0 41 FF 2A 18
Octal 61 44 130 54 73 0 101 377 52 30
Binary 110001 100100 1011000 101100 111011 0 1000001 11111111 101010 11000

Color Harmonies of #312458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312458

Black with #312458

Text Example


Text Example

White with #312458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312458; }

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

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

background-color css

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

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

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

border-color css

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

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

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