Html Css Color HEX #2A2071 Paris M

📋 copy color: '#2A2071'

red 42 ◦ green 32 ◦ blue 113

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

Shades of Paris M #2A2071

Tints of Paris M #2A2071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 22.46%
G = 17.11%
B = 60.43%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A2071 (or 0x2A2071) is known color: Paris M. HEX triplet: 2A, 20 and 71. RGB value is (42,32,113). Sum of RGB (Red+Green+Blue) = 42+32+113=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A2071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2071 is #D5DF8E. Grayscale: #2B2B2B. Windows color (decimal): -14016399 or 7413802. OLE color: 7413802.

HSL color Cylindrical-coordinate representation of color #2A2071: hue angle of 247.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2071 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 32 113 -
CMYK 0.63 0.72 0 0.56
HSL 247.41º 0.56% 0.28% -
HSV(B) 247.41º 0.72% 0.44% -
XYZ 4.45 2.72 15.91 -
YUV 44.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 42 32 113 0.63 0.72 0 0.56 247.41 0.56 0.28
Hex 2A 20 71 3F 48 0 38 F7 38 1C
Octal 52 40 161 77 110 0 70 367 70 34
Binary 101010 100000 1110001 111111 1001000 0 111000 11110111 111000 11100

Color Harmonies of #2A2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2071

Black with #2A2071

Text Example


Text Example

White with #2A2071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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