#2A1D5A

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

Shades of Paris M #2A1D5A

Tints of Paris M #2A1D5A

Color information

#2A1D5A (or 0x2A1D5A) is unknown color: approx Paris M. HEX triplet: 2A, 1D and 5A. RGB value is (42,29,90). Sum of RGB (Red+Green+Blue) = 42+29+90=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A1D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1D5A is #D5E2A5. Grayscale: #272727. Windows color (decimal): -14017190 or 5905706. OLE color: 5905706.

HSL color Cylindrical-coordinate representation of color #2A1D5A: hue angle of 252.79º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A1D5A is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB422990-
CMYK0.530.6800.65
HSL252.79º51.26%23.33%-
HSV(B)252.79º67.78%35.29%-
XYZ3.242.119.91-
YUV39.84156.31129.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=26.09%
G=18.01%
B=55.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4229900.530.6800.65252.7951.2623.33
Hex2A1D5A3544041fd3317
Octal52351326510401013756327
Binary1010101110110110101101011000100010000011111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,29,90); }

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

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

 a { background-color: rgb(42,29,90); }

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

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

 span { border-color: rgb(42,29,90); }

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