Html Css Color HEX #31206A Paris M

📋 copy color: '#31206A'

red 49 ◦ green 32 ◦ blue 106

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

Shades of Paris M #31206A

Tints of Paris M #31206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 26.2%
G = 17.11%
B = 56.68%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31206A (or 0x31206A) is known color: Paris M. HEX triplet: 31, 20 and 6A. RGB value is (49,32,106). Sum of RGB (Red+Green+Blue) = 49+32+106=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #31206A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31206A is #CEDF95. Grayscale: #2D2D2D. Windows color (decimal): -13557654 or 6955057. OLE color: 6955057.

HSL color Cylindrical-coordinate representation of color #31206A: hue angle of 253.78º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31206A is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 32 106 -
CMYK 0.54 0.70 0 0.58
HSL 253.78º 0.54% 0.27% -
HSV(B) 253.78º 0.7% 0.42% -
XYZ 4.38 2.73 13.93 -
YUV 45.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 49 32 106 0.54 0.70 0 0.58 253.78 0.54 0.27
Hex 31 20 6A 36 46 0 3A FE 36 1B
Octal 61 40 152 66 106 0 72 376 66 33
Binary 110001 100000 1101010 110110 1000110 0 111010 11111110 110110 11011

Color Harmonies of #31206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31206A

Black with #31206A

Text Example


Text Example

White with #31206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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