Html Css Color HEX #312259 Paris M

📋 copy color: '#312259'

red 49 ◦ green 34 ◦ blue 89

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

Shades of Paris M #312259

Tints of Paris M #312259

RGB

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

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

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

R = 28.49%
G = 19.77%
B = 51.74%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312259 (or 0x312259) is known color: Paris M. HEX triplet: 31, 22 and 59. RGB value is (49,34,89). Sum of RGB (Red+Green+Blue) = 49+34+89=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #312259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312259 is #CEDDA6. Grayscale: #2C2C2C. Windows color (decimal): -13557159 or 5841457. OLE color: 5841457.

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

Color convert

RGB 49 34 89 -
CMYK 0.45 0.62 0 0.65
HSL 256.36º 0.45% 0.24% -
HSV(B) 256.36º 0.62% 0.35% -
XYZ 3.64 2.52 9.75 -
YUV 44.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 49 34 89 0.45 0.62 0 0.65 256.36 0.45 0.24
Hex 31 22 59 2D 3E 0 41 100 2D 18
Octal 61 42 131 55 76 0 101 400 55 30
Binary 110001 100010 1011001 101101 111110 0 1000001 100000000 101101 11000

Color Harmonies of #312259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312259

Black with #312259

Text Example


Text Example

White with #312259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312259; }

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

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

background-color css

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

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

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

border-color css

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

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

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