Html Css Color HEX #312468 Paris M

📋 copy color: '#312468'

red 49 ◦ green 36 ◦ blue 104

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

Shades of Paris M #312468

Tints of Paris M #312468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 25.93%
G = 19.05%
B = 55.03%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312468 (or 0x312468) is known color: Paris M. HEX triplet: 31, 24 and 68. RGB value is (49,36,104). Sum of RGB (Red+Green+Blue) = 49+36+104=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #312468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312468 is #CEDB97. Grayscale: #2F2F2F. Windows color (decimal): -13556632 or 6825009. OLE color: 6825009.

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

Color convert

RGB 49 36 104 -
CMYK 0.53 0.65 0 0.59
HSL 251.47º 0.49% 0.27% -
HSV(B) 251.47º 0.65% 0.41% -
XYZ 4.4 2.91 13.43 -
YUV 47.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 49 36 104 0.53 0.65 0 0.59 251.47 0.49 0.27
Hex 31 24 68 35 41 0 3B FB 31 1B
Octal 61 44 150 65 101 0 73 373 61 33
Binary 110001 100100 1101000 110101 1000001 0 111011 11111011 110001 11011

Color Harmonies of #312468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312468

Black with #312468

Text Example


Text Example

White with #312468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312468; }

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

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

background-color css

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

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

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

border-color css

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

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

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