Html Css Color HEX #312768 Paris M

📋 copy color: '#312768'

red 49 ◦ green 39 ◦ blue 104

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

Shades of Paris M #312768

Tints of Paris M #312768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 25.52%
G = 20.31%
B = 54.17%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312768 (or 0x312768) is known color: Paris M. HEX triplet: 31, 27 and 68. RGB value is (49,39,104). Sum of RGB (Red+Green+Blue) = 49+39+104=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #312768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312768 is #CED897. Grayscale: #313131. Windows color (decimal): -13555864 or 6825777. OLE color: 6825777.

HSL color Cylindrical-coordinate representation of color #312768: hue angle of 249.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312768 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 39 104 -
CMYK 0.53 0.62 0 0.59
HSL 249.23º 0.45% 0.28% -
HSV(B) 249.23º 0.63% 0.41% -
XYZ 4.49 3.1 13.46 -
YUV 49.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 49 39 104 0.53 0.62 0 0.59 249.23 0.45 0.28
Hex 31 27 68 35 3E 0 3B F9 2D 1C
Octal 61 47 150 65 76 0 73 371 55 34
Binary 110001 100111 1101000 110101 111110 0 111011 11111001 101101 11100

Color Harmonies of #312768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312768

Black with #312768

Text Example


Text Example

White with #312768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312768; }

 p { color: rgb(49,39,104); }

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

background-color css

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

 a { background-color: rgb(49,39,104); }

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

border-color css

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

 span { border-color: rgb(49,39,104); }

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