Html Css Color HEX #312663 Paris M

📋 copy color: '#312663'

red 49 ◦ green 38 ◦ blue 99

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

Shades of Paris M #312663

Tints of Paris M #312663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 99 (39.06% from 255) = 53.23%

R = 26.34%
G = 20.43%
B = 53.23%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#312663 (or 0x312663) is known color: Paris M. HEX triplet: 31, 26 and 63. RGB value is (49,38,99). Sum of RGB (Red+Green+Blue) = 49+38+99=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #312663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312663 is #CED99C. Grayscale: #303030. Windows color (decimal): -13556125 or 6497841. OLE color: 6497841.

HSL color Cylindrical-coordinate representation of color #312663: hue angle of 250.82º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312663 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 38 99 -
CMYK 0.51 0.62 0 0.61
HSL 250.82º 0.45% 0.27% -
HSV(B) 250.82º 0.62% 0.39% -
XYZ 4.21 2.94 12.15 -
YUV 48.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 49 38 99 0.51 0.62 0 0.61 250.82 0.45 0.27
Hex 31 26 63 33 3E 0 3D FB 2D 1B
Octal 61 46 143 63 76 0 75 373 55 33
Binary 110001 100110 1100011 110011 111110 0 111101 11111011 101101 11011

Color Harmonies of #312663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312663

Black with #312663

Text Example


Text Example

White with #312663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312663; }

 p { color: rgb(49,38,99); }

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

background-color css

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

 a { background-color: rgb(49,38,99); }

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

border-color css

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

 span { border-color: rgb(49,38,99); }

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