Html Css Color HEX #31255A Paris M

📋 copy color: '#31255A'

red 49 ◦ green 37 ◦ blue 90

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

Shades of Paris M #31255A

Tints of Paris M #31255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 27.84%
G = 21.02%
B = 51.14%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31255A (or 0x31255A) is known color: Paris M. HEX triplet: 31, 25 and 5A. RGB value is (49,37,90). Sum of RGB (Red+Green+Blue) = 49+37+90=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #31255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31255A is #CEDAA5. Grayscale: #2E2E2E. Windows color (decimal): -13556390 or 5907761. OLE color: 5907761.

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

Color convert

RGB 49 37 90 -
CMYK 0.46 0.59 0 0.65
HSL 253.58º 0.42% 0.25% -
HSV(B) 253.58º 0.59% 0.35% -
XYZ 3.77 2.71 10 -
YUV 46.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 49 37 90 0.46 0.59 0 0.65 253.58 0.42 0.25
Hex 31 25 5A 2E 3B 0 41 FE 2A 19
Octal 61 45 132 56 73 0 101 376 52 31
Binary 110001 100101 1011010 101110 111011 0 1000001 11111110 101010 11001

Color Harmonies of #31255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31255A

Black with #31255A

Text Example


Text Example

White with #31255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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