#2A1F5D

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

Shades of Paris M #2A1F5D

Tints of Paris M #2A1F5D

Color information

#2A1F5D (or 0x2A1F5D) is unknown color: approx Paris M. HEX triplet: 2A, 1F and 5D. RGB value is (42,31,93). Sum of RGB (Red+Green+Blue) = 42+31+93=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A1F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F5D is #D5E0A2. Grayscale: #292929. Windows color (decimal): -14016675 or 6102826. OLE color: 6102826.

HSL color Cylindrical-coordinate representation of color #2A1F5D: hue angle of 250.65º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A1F5D is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB423193-
CMYK0.550.6700.64
HSL250.65º50%24.31%-
HSV(B)250.65º66.67%36.47%-
XYZ3.422.2610.61-
YUV41.36157.14128.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 31 (12.5% from 255) = 18.67%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=25.30%
G=18.67%
B=56.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4231930.550.6700.64250.655024.31
Hex2A1F5D3743040fb3218
Octal52371356710301003736230
Binary1010101111110111011101111000011010000001111101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1F5D; }

 p { color: rgb(42,31,93); }

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

<style>
 a { background-color: #2A1F5D; }

 a { background-color: rgb(42,31,93); }

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

<style>
 span { border-color: #2A1F5D; }

 span { border-color: rgb(42,31,93); }

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