Html Css Color HEX #312273 Paris M

📋 copy color: '#312273'

red 49 ◦ green 34 ◦ blue 115

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

Shades of Paris M #312273

Tints of Paris M #312273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 115 (45.31% from 255) = 58.08%

R = 24.75%
G = 17.17%
B = 58.08%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312273 (or 0x312273) is known color: Paris M. HEX triplet: 31, 22 and 73. RGB value is (49,34,115). Sum of RGB (Red+Green+Blue) = 49+34+115=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #312273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312273 is #CEDD8C. Grayscale: #2F2F2F. Windows color (decimal): -13557133 or 7545393. OLE color: 7545393.

HSL color Cylindrical-coordinate representation of color #312273: hue angle of 251.11º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312273 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 34 115 -
CMYK 0.57 0.70 0 0.55
HSL 251.11º 0.54% 0.29% -
HSV(B) 251.11º 0.7% 0.45% -
XYZ 4.93 3.03 16.55 -
YUV 47.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 49 34 115 0.57 0.70 0 0.55 251.11 0.54 0.29
Hex 31 22 73 39 46 0 37 FB 36 1D
Octal 61 42 163 71 106 0 67 373 66 35
Binary 110001 100010 1110011 111001 1000110 0 110111 11111011 110110 11101

Color Harmonies of #312273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312273

Black with #312273

Text Example


Text Example

White with #312273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312273; }

 p { color: rgb(49,34,115); }

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

background-color css

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

 a { background-color: rgb(49,34,115); }

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

border-color css

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

 span { border-color: rgb(49,34,115); }

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