#2A1F61

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

Shades of Paris M #2A1F61

Tints of Paris M #2A1F61

Color information

#2A1F61 (or 0x2A1F61) is unknown color: approx Paris M. HEX triplet: 2A, 1F and 61. RGB value is (42,31,97). Sum of RGB (Red+Green+Blue) = 42+31+97=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1F61 is #D5E09E. Grayscale: #292929. Windows color (decimal): -14016671 or 6364970. OLE color: 6364970.

HSL color Cylindrical-coordinate representation of color #2A1F61: hue angle of 250º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A1F61 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB423197-
CMYK0.570.6800.62
HSL250º51.56%25.1%-
HSV(B)250º68.04%38.04%-
XYZ3.62.3411.57-
YUV41.81159.14128.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=24.71%
G=18.24%
B=57.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4231970.570.6800.6225051.5625.1
Hex2A1F61394403Efa3419
Octal5237141711040763726431
Binary101010111111100001111001100010001111101111101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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