Html Css Color HEX #31255B Paris M

📋 copy color: '#31255B'

red 49 ◦ green 37 ◦ blue 91

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

Shades of Paris M #31255B

Tints of Paris M #31255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 27.68%
G = 20.9%
B = 51.41%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31255B (or 0x31255B) is known color: Paris M. HEX triplet: 31, 25 and 5B. RGB value is (49,37,91). Sum of RGB (Red+Green+Blue) = 49+37+91=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #31255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31255B is #CEDAA4. Grayscale: #2E2E2E. Windows color (decimal): -13556389 or 5973297. OLE color: 5973297.

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

Color convert

RGB 49 37 91 -
CMYK 0.46 0.59 0 0.64
HSL 253.33º 0.42% 0.25% -
HSV(B) 253.33º 0.59% 0.36% -
XYZ 3.82 2.73 10.22 -
YUV 46.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 49 37 91 0.46 0.59 0 0.64 253.33 0.42 0.25
Hex 31 25 5B 2E 3B 0 40 FD 2A 19
Octal 61 45 133 56 73 0 100 375 52 31
Binary 110001 100101 1011011 101110 111011 0 1000000 11111101 101010 11001

Color Harmonies of #31255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31255B

Black with #31255B

Text Example


Text Example

White with #31255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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