Html Css Color HEX #31246C Paris M

📋 copy color: '#31246C'

red 49 ◦ green 36 ◦ blue 108

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

Shades of Paris M #31246C

Tints of Paris M #31246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 25.39%
G = 18.65%
B = 55.96%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31246C (or 0x31246C) is known color: Paris M. HEX triplet: 31, 24 and 6C. RGB value is (49,36,108). Sum of RGB (Red+Green+Blue) = 49+36+108=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #31246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31246C is #CEDB93. Grayscale: #2F2F2F. Windows color (decimal): -13556628 or 7087153. OLE color: 7087153.

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

Color convert

RGB 49 36 108 -
CMYK 0.55 0.67 0 0.58
HSL 250.83º 0.5% 0.28% -
HSV(B) 250.83º 0.67% 0.42% -
XYZ 4.6 3 14.52 -
YUV 48.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 49 36 108 0.55 0.67 0 0.58 250.83 0.5 0.28
Hex 31 24 6C 37 43 0 3A FB 32 1C
Octal 61 44 154 67 103 0 72 373 62 34
Binary 110001 100100 1101100 110111 1000011 0 111010 11111011 110010 11100

Color Harmonies of #31246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31246C

Black with #31246C

Text Example


Text Example

White with #31246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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