#2A215D

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

Shades of Paris M #2A215D

Tints of Paris M #2A215D

Color information

#2A215D (or 0x2A215D) is unknown color: approx Paris M. HEX triplet: 2A, 21 and 5D. RGB value is (42,33,93). Sum of RGB (Red+Green+Blue) = 42+33+93=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A215D is #D5DEA2. Grayscale: #2A2A2A. Windows color (decimal): -14016163 or 6103338. OLE color: 6103338.

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

Color convert

RGB423393-
CMYK0.550.6500.64
HSL249º47.62%24.71%-
HSV(B)249º64.52%36.47%-
XYZ3.472.3710.63-
YUV42.53156.48127.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=25%
G=19.64%
B=55.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4233930.550.6500.6424947.6224.71
Hex2A215D3741040f93019
Octal52411356710101003716031
Binary10101010000110111011101111000001010000001111100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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