#31245A

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

Shades of Paris M #31245A

Tints of Paris M #31245A

Color information

#31245A (or 0x31245A) is unknown color: approx Paris M. HEX triplet: 31, 24 and 5A. RGB value is (49,36,90). Sum of RGB (Red+Green+Blue) = 49+36+90=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #31245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31245A is #CEDBA5. Grayscale: #2D2D2D. Windows color (decimal): -13556646 or 5907505. OLE color: 5907505.

HSL color Cylindrical-coordinate representation of color #31245A: hue angle of 254.44º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31245A is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB493690-
CMYK0.460.6000.65
HSL254.44º42.86%24.71%-
HSV(B)254.44º60%35.29%-
XYZ3.742.659.99-
YUV46.04152.81130.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=28%
G=20.57%
B=51.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4936900.460.6000.65254.4442.8624.71
Hex31245A2E3C041fe2b19
Octal6144132567401013765331
Binary1100011001001011010101110111100010000011111111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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