Html Css Color HEX #312262 Paris M

📋 copy color: '#312262'

red 49 ◦ green 34 ◦ blue 98

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

Shades of Paris M #312262

Tints of Paris M #312262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.14%

R = 27.07%
G = 18.78%
B = 54.14%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#312262 (or 0x312262) is known color: Paris M. HEX triplet: 31, 22 and 62. RGB value is (49,34,98). Sum of RGB (Red+Green+Blue) = 49+34+98=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #312262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312262 is #CEDD9D. Grayscale: #2D2D2D. Windows color (decimal): -13557150 or 6431281. OLE color: 6431281.

HSL color Cylindrical-coordinate representation of color #312262: hue angle of 254.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312262 is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 34 98 -
CMYK 0.5 0.65 0 0.62
HSL 254.06º 0.48% 0.26% -
HSV(B) 254.06º 0.65% 0.38% -
XYZ 4.04 2.68 11.86 -
YUV 45.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 49 34 98 0.5 0.65 0 0.62 254.06 0.48 0.26
Hex 31 22 62 32 41 0 3E FE 30 1A
Octal 61 42 142 62 101 0 76 376 60 32
Binary 110001 100010 1100010 110010 1000001 0 111110 11111110 110000 11010

Color Harmonies of #312262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312262

Black with #312262

Text Example


Text Example

White with #312262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312262; }

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

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

background-color css

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

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

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

border-color css

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

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

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