Html Css Color HEX #312165 Paris M

📋 copy color: '#312165'

red 49 ◦ green 33 ◦ blue 101

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

Shades of Paris M #312165

Tints of Paris M #312165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 26.78%
G = 18.03%
B = 55.19%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#312165 (or 0x312165) is known color: Paris M. HEX triplet: 31, 21 and 65. RGB value is (49,33,101). Sum of RGB (Red+Green+Blue) = 49+33+101=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #312165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312165 is #CEDE9A. Grayscale: #2D2D2D. Windows color (decimal): -13557403 or 6627633. OLE color: 6627633.

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

Color convert

RGB 49 33 101 -
CMYK 0.51 0.67 0 0.60
HSL 254.12º 0.51% 0.26% -
HSV(B) 254.12º 0.67% 0.4% -
XYZ 4.16 2.68 12.61 -
YUV 45.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 49 33 101 0.51 0.67 0 0.60 254.12 0.51 0.26
Hex 31 21 65 33 43 0 3C FE 33 1A
Octal 61 41 145 63 103 0 74 376 63 32
Binary 110001 100001 1100101 110011 1000011 0 111100 11111110 110011 11010

Color Harmonies of #312165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312165

Black with #312165

Text Example


Text Example

White with #312165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312165; }

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

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

background-color css

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

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

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

border-color css

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

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

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