Html Css Color HEX #31246D Paris M

📋 copy color: '#31246D'

red 49 ◦ green 36 ◦ blue 109

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

Shades of Paris M #31246D

Tints of Paris M #31246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.56%

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 25.26%
G = 18.56%
B = 56.19%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31246D (or 0x31246D) is known color: Paris M. HEX triplet: 31, 24 and 6D. RGB value is (49,36,109). Sum of RGB (Red+Green+Blue) = 49+36+109=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #31246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31246D is #CEDB92. Grayscale: #2F2F2F. Windows color (decimal): -13556627 or 7152689. OLE color: 7152689.

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

Color convert

RGB 49 36 109 -
CMYK 0.55 0.67 0 0.57
HSL 250.68º 0.5% 0.28% -
HSV(B) 250.68º 0.67% 0.43% -
XYZ 4.66 3.02 14.81 -
YUV 48.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 49 36 109 0.55 0.67 0 0.57 250.68 0.5 0.28
Hex 31 24 6D 37 43 0 39 FB 32 1C
Octal 61 44 155 67 103 0 71 373 62 34
Binary 110001 100100 1101101 110111 1000011 0 111001 11111011 110010 11100

Color Harmonies of #31246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31246D

Black with #31246D

Text Example


Text Example

White with #31246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31246D; }

 p { color: rgb(49,36,109); }

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

background-color css

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

 a { background-color: rgb(49,36,109); }

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

border-color css

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

 span { border-color: rgb(49,36,109); }

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