Html Css Color HEX #31225B Paris M

📋 copy color: '#31225B'

red 49 ◦ green 34 ◦ blue 91

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

Shades of Paris M #31225B

Tints of Paris M #31225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

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

R = 28.16%
G = 19.54%
B = 52.3%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#31225B (or 0x31225B) is known color: Paris M. HEX triplet: 31, 22 and 5B. RGB value is (49,34,91). Sum of RGB (Red+Green+Blue) = 49+34+91=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #31225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31225B is #CEDDA4. Grayscale: #2C2C2C. Windows color (decimal): -13557157 or 5972529. OLE color: 5972529.

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

Color convert

RGB 49 34 91 -
CMYK 0.46 0.63 0 0.64
HSL 255.79º 0.46% 0.25% -
HSV(B) 255.79º 0.63% 0.36% -
XYZ 3.73 2.55 10.19 -
YUV 44.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 49 34 91 0.46 0.63 0 0.64 255.79 0.46 0.25
Hex 31 22 5B 2E 3F 0 40 100 2E 19
Octal 61 42 133 56 77 0 100 400 56 31
Binary 110001 100010 1011011 101110 111111 0 1000000 100000000 101110 11001

Color Harmonies of #31225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31225B

Black with #31225B

Text Example


Text Example

White with #31225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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