Html Css Color HEX #31236C Paris M

📋 copy color: '#31236C'

red 49 ◦ green 35 ◦ blue 108

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

Shades of Paris M #31236C

Tints of Paris M #31236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.23%

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

R = 25.52%
G = 18.23%
B = 56.25%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31236C (or 0x31236C) is known color: Paris M. HEX triplet: 31, 23 and 6C. RGB value is (49,35,108). Sum of RGB (Red+Green+Blue) = 49+35+108=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #31236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31236C is #CEDC93. Grayscale: #2F2F2F. Windows color (decimal): -13556884 or 7086897. OLE color: 7086897.

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

Color convert

RGB 49 35 108 -
CMYK 0.55 0.68 0 0.58
HSL 251.51º 0.51% 0.28% -
HSV(B) 251.51º 0.68% 0.42% -
XYZ 4.57 2.94 14.51 -
YUV 47.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 49 35 108 0.55 0.68 0 0.58 251.51 0.51 0.28
Hex 31 23 6C 37 44 0 3A FC 33 1C
Octal 61 43 154 67 104 0 72 374 63 34
Binary 110001 100011 1101100 110111 1000100 0 111010 11111100 110011 11100

Color Harmonies of #31236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31236C

Black with #31236C

Text Example


Text Example

White with #31236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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