Html Css Color HEX #31285B Paris M

📋 copy color: '#31285B'

red 49 ◦ green 40 ◦ blue 91

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

Shades of Paris M #31285B

Tints of Paris M #31285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 27.22%
G = 22.22%
B = 50.56%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31285B (or 0x31285B) is known color: Paris M. HEX triplet: 31, 28 and 5B. RGB value is (49,40,91). Sum of RGB (Red+Green+Blue) = 49+40+91=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #31285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31285B is #CED7A4. Grayscale: #303030. Windows color (decimal): -13555621 or 5974065. OLE color: 5974065.

HSL color Cylindrical-coordinate representation of color #31285B: hue angle of 250.59º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31285B is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 40 91 -
CMYK 0.46 0.56 0 0.64
HSL 250.59º 0.39% 0.26% -
HSV(B) 250.59º 0.56% 0.36% -
XYZ 3.91 2.93 10.26 -
YUV 48.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 49 40 91 0.46 0.56 0 0.64 250.59 0.39 0.26
Hex 31 28 5B 2E 38 0 40 FB 27 1A
Octal 61 50 133 56 70 0 100 373 47 32
Binary 110001 101000 1011011 101110 111000 0 1000000 11111011 100111 11010

Color Harmonies of #31285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31285B

Black with #31285B

Text Example


Text Example

White with #31285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,40,91); }

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

background-color css

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

 a { background-color: rgb(49,40,91); }

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

border-color css

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

 span { border-color: rgb(49,40,91); }

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