Html Css Color HEX #31206E Paris M

📋 copy color: '#31206E'

red 49 ◦ green 32 ◦ blue 110

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

Shades of Paris M #31206E

Tints of Paris M #31206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.59%

R = 25.65%
G = 16.75%
B = 57.59%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31206E (or 0x31206E) is known color: Paris M. HEX triplet: 31, 20 and 6E. RGB value is (49,32,110). Sum of RGB (Red+Green+Blue) = 49+32+110=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #31206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31206E is #CEDF91. Grayscale: #2D2D2D. Windows color (decimal): -13557650 or 7217201. OLE color: 7217201.

HSL color Cylindrical-coordinate representation of color #31206E: hue angle of 253.08º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31206E is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 32 110 -
CMYK 0.55 0.71 0 0.57
HSL 253.08º 0.55% 0.28% -
HSV(B) 253.08º 0.71% 0.43% -
XYZ 4.6 2.81 15.05 -
YUV 45.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 49 32 110 0.55 0.71 0 0.57 253.08 0.55 0.28
Hex 31 20 6E 37 47 0 39 FD 37 1C
Octal 61 40 156 67 107 0 71 375 67 34
Binary 110001 100000 1101110 110111 1000111 0 111001 11111101 110111 11100

Color Harmonies of #31206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31206E

Black with #31206E

Text Example


Text Example

White with #31206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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