Html Css Color HEX #2A205D Paris M

📋 copy color: '#2A205D'

red 42 ◦ green 32 ◦ blue 93

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

Shades of Paris M #2A205D

Tints of Paris M #2A205D

RGB

 RED value IS 42 (16.8% from 255) = 25.15%

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 93 (36.72% from 255) = 55.69%

R = 25.15%
G = 19.16%
B = 55.69%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2A205D (or 0x2A205D) is known color: Paris M. HEX triplet: 2A, 20 and 5D. RGB value is (42,32,93). Sum of RGB (Red+Green+Blue) = 42+32+93=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A205D is #D5DFA2. Grayscale: #292929. Windows color (decimal): -14016419 or 6103082. OLE color: 6103082.

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

Color convert

RGB 42 32 93 -
CMYK 0.55 0.66 0 0.64
HSL 249.84º 0.49% 0.25% -
HSV(B) 249.84º 0.66% 0.36% -
XYZ 3.45 2.32 10.62 -
YUV 41.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 42 32 93 0.55 0.66 0 0.64 249.84 0.49 0.25
Hex 2A 20 5D 37 42 0 40 FA 31 19
Octal 52 40 135 67 102 0 100 372 61 31
Binary 101010 100000 1011101 110111 1000010 0 1000000 11111010 110001 11001

Color Harmonies of #2A205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A205D

Black with #2A205D

Text Example


Text Example

White with #2A205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A205D;
 }
 .AnyTagClassName
 {
   color: #2A205D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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