#2A1B69

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

Shades of Paris M #2A1B69

Tints of Paris M #2A1B69

Color information

#2A1B69 (or 0x2A1B69) is unknown color: approx Paris M. HEX triplet: 2A, 1B and 69. RGB value is (42,27,105). Sum of RGB (Red+Green+Blue) = 42+27+105=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1B69 is #D5E496. Grayscale: #282828. Windows color (decimal): -14017687 or 6888234. OLE color: 6888234.

HSL color Cylindrical-coordinate representation of color #2A1B69: hue angle of 251.54º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1B69 is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4227105-
CMYK0.60.7400.59
HSL251.54º59.09%25.88%-
HSV(B)251.54º74.29%41.18%-
XYZ3.92.313.6-
YUV40.38164.47129.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=24.14%
G=15.52%
B=60.34%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42271050.60.7400.59251.5459.0925.88
Hex2A1B693C4A03Bfc3b1a
Octal5233151741120733747332
Binary101010110111101001111100100101001110111111110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,27,105); }

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

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

 a { background-color: rgb(42,27,105); }

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

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

 span { border-color: rgb(42,27,105); }

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