Html Css Color HEX #312C65 Paris M

📋 copy color: '#312C65'

red 49 ◦ green 44 ◦ blue 101

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

Shades of Paris M #312C65

Tints of Paris M #312C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.68%

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

R = 25.26%
G = 22.68%
B = 52.06%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312C65 (or 0x312C65) is known color: Paris M. HEX triplet: 31, 2C and 65. RGB value is (49,44,101). Sum of RGB (Red+Green+Blue) = 49+44+101=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #312C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C65 is #CED39A. Grayscale: #333333. Windows color (decimal): -13554587 or 6630449. OLE color: 6630449.

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

Color convert

RGB 49 44 101 -
CMYK 0.51 0.56 0 0.60
HSL 245.26º 0.39% 0.28% -
HSV(B) 245.26º 0.56% 0.4% -
XYZ 4.52 3.39 12.73 -
YUV 51.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 49 44 101 0.51 0.56 0 0.60 245.26 0.39 0.28
Hex 31 2C 65 33 38 0 3C F5 27 1C
Octal 61 54 145 63 70 0 74 365 47 34
Binary 110001 101100 1100101 110011 111000 0 111100 11110101 100111 11100

Color Harmonies of #312C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C65

Black with #312C65

Text Example


Text Example

White with #312C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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