Html Css Color HEX #312069 Paris M

📋 copy color: '#312069'

red 49 ◦ green 32 ◦ blue 105

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

Shades of Paris M #312069

Tints of Paris M #312069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 26.34%
G = 17.2%
B = 56.45%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#312069 (or 0x312069) is known color: Paris M. HEX triplet: 31, 20 and 69. RGB value is (49,32,105). Sum of RGB (Red+Green+Blue) = 49+32+105=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #312069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312069 is #CEDF96. Grayscale: #2D2D2D. Windows color (decimal): -13557655 or 6889521. OLE color: 6889521.

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

Color convert

RGB 49 32 105 -
CMYK 0.53 0.70 0 0.59
HSL 253.97º 0.53% 0.27% -
HSV(B) 253.97º 0.7% 0.41% -
XYZ 4.33 2.71 13.66 -
YUV 45.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 49 32 105 0.53 0.70 0 0.59 253.97 0.53 0.27
Hex 31 20 69 35 46 0 3B FE 35 1B
Octal 61 40 151 65 106 0 73 376 65 33
Binary 110001 100000 1101001 110101 1000110 0 111011 11111110 110101 11011

Color Harmonies of #312069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312069

Black with #312069

Text Example


Text Example

White with #312069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312069; }

 p { color: rgb(49,32,105); }

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

background-color css

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

 a { background-color: rgb(49,32,105); }

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

border-color css

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

 span { border-color: rgb(49,32,105); }

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