Html Css Color HEX #2A215D Paris M

📋 copy color: '#2A215D'

red 42 ◦ green 33 ◦ blue 93

#2A215D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #2A215D

Tints of Paris M #2A215D

RGB

 RED value IS 42 (16.8% 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 value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2A215D (or 0x2A215D) is known color: 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

RGB 42 33 93 -
CMYK 0.55 0.65 0 0.64
HSL 249º 0.48% 0.25% -
HSV(B) 249º 0.65% 0.36% -
XYZ 3.47 2.37 10.63 -
YUV 42.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 42 33 93 0.55 0.65 0 0.64 249 0.48 0.25
Hex 2A 21 5D 37 41 0 40 F9 30 19
Octal 52 41 135 67 101 0 100 371 60 31
Binary 101010 100001 1011101 110111 1000001 0 1000000 11111001 110000 11001

Color Harmonies of #2A215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A215D

Black with #2A215D

Text Example


Text Example

White with #2A215D

Text Example


Text Example

HTML Codes & Css Web 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>