Html Css Color HEX #31226D Paris M

📋 copy color: '#31226D'

red 49 ◦ green 34 ◦ blue 109

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

Shades of Paris M #31226D

Tints of Paris M #31226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 56.77%

R = 25.52%
G = 17.71%
B = 56.77%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31226D (or 0x31226D) is known color: Paris M. HEX triplet: 31, 22 and 6D. RGB value is (49,34,109). Sum of RGB (Red+Green+Blue) = 49+34+109=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #31226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31226D is #CEDD92. Grayscale: #2E2E2E. Windows color (decimal): -13557139 or 7152177. OLE color: 7152177.

HSL color Cylindrical-coordinate representation of color #31226D: hue angle of 252º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31226D is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 34 109 -
CMYK 0.55 0.69 0 0.57
HSL 252º 0.52% 0.28% -
HSV(B) 252º 0.69% 0.43% -
XYZ 4.6 2.9 14.79 -
YUV 47.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 49 34 109 0.55 0.69 0 0.57 252 0.52 0.28
Hex 31 22 6D 37 45 0 39 FC 34 1C
Octal 61 42 155 67 105 0 71 374 64 34
Binary 110001 100010 1101101 110111 1000101 0 111001 11111100 110100 11100

Color Harmonies of #31226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31226D

Black with #31226D

Text Example


Text Example

White with #31226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31226D; }

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

 H1.HeaderClassName
 {
   color: #31226D;
 }
 .AnyTagClassName
 {
   color: #31226D;
 }
</style>

background-color css

<style>
 a { background-color: #31226D; }

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

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

border-color css

<style>
 span { border-color: #31226D; }

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

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