#31226B

Color #31226B Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #31226B

Tints of Paris M #31226B

Color information

#31226B (or 0x31226B) is unknown color: approx Paris M. HEX triplet: 31, 22 and 6B. RGB value is (49,34,107). Sum of RGB (Red+Green+Blue) = 49+34+107=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #31226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31226B is #CEDD94. Grayscale: #2E2E2E. Windows color (decimal): -13557141 or 7021105. OLE color: 7021105.

HSL color Cylindrical-coordinate representation of color #31226B: hue angle of 252.33º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31226B is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4934107-
CMYK0.540.6800.58
HSL252.33º51.77%27.65%-
HSV(B)252.33º68.22%41.96%-
XYZ4.492.8614.22-
YUV46.81161.97129.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 107 (42.19% from 255) = 56.32%
R=25.79%
G=17.89%
B=56.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49341070.540.6800.58252.3351.7727.65
Hex31226B364403Afc341c
Octal6142153661040723746434
Binary1100011000101101011110110100010001110101111110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31226B;
 }
 .AnyTagClassName
 {
   color: #31226B;
 }
</style>
background-color css

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

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

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

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

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

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