Html Css Color HEX #312A65 Paris M

📋 copy color: '#312A65'

red 49 ◦ green 42 ◦ blue 101

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

Shades of Paris M #312A65

Tints of Paris M #312A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.88%

 BLUE value IS 101 (39.84% from 255) = 52.6%

R = 25.52%
G = 21.88%
B = 52.6%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312A65 (or 0x312A65) is known color: Paris M. HEX triplet: 31, 2A and 65. RGB value is (49,42,101). Sum of RGB (Red+Green+Blue) = 49+42+101=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #312A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A65 is #CED59A. Grayscale: #323232. Windows color (decimal): -13555099 or 6629937. OLE color: 6629937.

HSL color Cylindrical-coordinate representation of color #312A65: hue angle of 247.12º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #312A65 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 42 101 -
CMYK 0.51 0.58 0 0.60
HSL 247.12º 0.41% 0.28% -
HSV(B) 247.12º 0.58% 0.4% -
XYZ 4.44 3.25 12.7 -
YUV 50.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 49 42 101 0.51 0.58 0 0.60 247.12 0.41 0.28
Hex 31 2A 65 33 3A 0 3C F7 29 1C
Octal 61 52 145 63 72 0 74 367 51 34
Binary 110001 101010 1100101 110011 111010 0 111100 11110111 101001 11100

Color Harmonies of #312A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312A65

Black with #312A65

Text Example


Text Example

White with #312A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312A65; }

 p { color: rgb(49,42,101); }

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

background-color css

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

 a { background-color: rgb(49,42,101); }

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

border-color css

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

 span { border-color: rgb(49,42,101); }

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