Html Css Color HEX #31225A Paris M

📋 copy color: '#31225A'

red 49 ◦ green 34 ◦ blue 90

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

Shades of Paris M #31225A

Tints of Paris M #31225A

RGB

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

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

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

R = 28.32%
G = 19.65%
B = 52.02%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#31225A (or 0x31225A) is known color: Paris M. HEX triplet: 31, 22 and 5A. RGB value is (49,34,90). Sum of RGB (Red+Green+Blue) = 49+34+90=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #31225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31225A is #CEDDA5. Grayscale: #2C2C2C. Windows color (decimal): -13557158 or 5906993. OLE color: 5906993.

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

Color convert

RGB 49 34 90 -
CMYK 0.46 0.62 0 0.65
HSL 256.07º 0.45% 0.24% -
HSV(B) 256.07º 0.62% 0.35% -
XYZ 3.68 2.54 9.97 -
YUV 44.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 49 34 90 0.46 0.62 0 0.65 256.07 0.45 0.24
Hex 31 22 5A 2E 3E 0 41 100 2D 18
Octal 61 42 132 56 76 0 101 400 55 30
Binary 110001 100010 1011010 101110 111110 0 1000001 100000000 101101 11000

Color Harmonies of #31225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31225A

Black with #31225A

Text Example


Text Example

White with #31225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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