Html Css Color HEX #312668 Paris M

📋 copy color: '#312668'

red 49 ◦ green 38 ◦ blue 104

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

Shades of Paris M #312668

Tints of Paris M #312668

RGB

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

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

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

R = 25.65%
G = 19.9%
B = 54.45%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312668 (or 0x312668) is known color: Paris M. HEX triplet: 31, 26 and 68. RGB value is (49,38,104). Sum of RGB (Red+Green+Blue) = 49+38+104=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #312668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312668 is #CED997. Grayscale: #303030. Windows color (decimal): -13556120 or 6825521. OLE color: 6825521.

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

Color convert

RGB 49 38 104 -
CMYK 0.53 0.63 0 0.59
HSL 250º 0.46% 0.28% -
HSV(B) 250º 0.63% 0.41% -
XYZ 4.46 3.04 13.45 -
YUV 48.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 49 38 104 0.53 0.63 0 0.59 250 0.46 0.28
Hex 31 26 68 35 3F 0 3B FA 2E 1C
Octal 61 46 150 65 77 0 73 372 56 34
Binary 110001 100110 1101000 110101 111111 0 111011 11111010 101110 11100

Color Harmonies of #312668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312668

Black with #312668

Text Example


Text Example

White with #312668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312668; }

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

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

background-color css

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

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

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

border-color css

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

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

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