Html Css Color HEX #312365 Paris M

📋 copy color: '#312365'

red 49 ◦ green 35 ◦ blue 101

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

Shades of Paris M #312365

Tints of Paris M #312365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 26.49%
G = 18.92%
B = 54.59%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312365 (or 0x312365) is known color: Paris M. HEX triplet: 31, 23 and 65. RGB value is (49,35,101). Sum of RGB (Red+Green+Blue) = 49+35+101=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #312365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312365 is #CEDC9A. Grayscale: #2E2E2E. Windows color (decimal): -13556891 or 6628145. OLE color: 6628145.

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

Color convert

RGB 49 35 101 -
CMYK 0.51 0.65 0 0.60
HSL 252.73º 0.49% 0.27% -
HSV(B) 252.73º 0.65% 0.4% -
XYZ 4.22 2.79 12.63 -
YUV 46.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 49 35 101 0.51 0.65 0 0.60 252.73 0.49 0.27
Hex 31 23 65 33 41 0 3C FD 31 1B
Octal 61 43 145 63 101 0 74 375 61 33
Binary 110001 100011 1100101 110011 1000001 0 111100 11111101 110001 11011

Color Harmonies of #312365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312365

Black with #312365

Text Example


Text Example

White with #312365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312365; }

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

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

background-color css

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

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

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

border-color css

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

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

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