Html Css Color HEX #31236B Paris M

📋 copy color: '#31236B'

red 49 ◦ green 35 ◦ blue 107

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

Shades of Paris M #31236B

Tints of Paris M #31236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.02%

R = 25.65%
G = 18.32%
B = 56.02%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31236B (or 0x31236B) is known color: Paris M. HEX triplet: 31, 23 and 6B. RGB value is (49,35,107). Sum of RGB (Red+Green+Blue) = 49+35+107=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #31236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31236B is #CEDC94. Grayscale: #2F2F2F. Windows color (decimal): -13556885 or 7021361. OLE color: 7021361.

HSL color Cylindrical-coordinate representation of color #31236B: hue angle of 251.67º degrees, saturation: 0.51, 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 #31236B is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 35 107 -
CMYK 0.54 0.67 0 0.58
HSL 251.67º 0.51% 0.28% -
HSV(B) 251.67º 0.67% 0.42% -
XYZ 4.52 2.92 14.23 -
YUV 47.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 49 35 107 0.54 0.67 0 0.58 251.67 0.51 0.28
Hex 31 23 6B 36 43 0 3A FC 33 1C
Octal 61 43 153 66 103 0 72 374 63 34
Binary 110001 100011 1101011 110110 1000011 0 111010 11111100 110011 11100

Color Harmonies of #31236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31236B

Black with #31236B

Text Example


Text Example

White with #31236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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