Html Css Color HEX #31225F Paris M

📋 copy color: '#31225F'

red 49 ◦ green 34 ◦ blue 95

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

Shades of Paris M #31225F

Tints of Paris M #31225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 27.53%
G = 19.1%
B = 53.37%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31225F (or 0x31225F) is known color: Paris M. HEX triplet: 31, 22 and 5F. RGB value is (49,34,95). Sum of RGB (Red+Green+Blue) = 49+34+95=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #31225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31225F is #CEDDA0. Grayscale: #2D2D2D. Windows color (decimal): -13557153 or 6234673. OLE color: 6234673.

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

Color convert

RGB 49 34 95 -
CMYK 0.48 0.64 0 0.63
HSL 254.75º 0.47% 0.25% -
HSV(B) 254.75º 0.64% 0.37% -
XYZ 3.9 2.62 11.13 -
YUV 45.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 49 34 95 0.48 0.64 0 0.63 254.75 0.47 0.25
Hex 31 22 5F 30 40 0 3F FF 2F 19
Octal 61 42 137 60 100 0 77 377 57 31
Binary 110001 100010 1011111 110000 1000000 0 111111 11111111 101111 11001

Color Harmonies of #31225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31225F

Black with #31225F

Text Example


Text Example

White with #31225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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