Html Css Color HEX #511590 Indigo

📋 copy color: '#511590'

red 81 ◦ green 21 ◦ blue 144

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

Shades of Indigo #511590

Tints of Indigo #511590

RGB

 RED value IS 81 (32.03% from 255) = 32.93%

 GREEN value IS 21 (8.59% from 255) = 8.54%

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 32.93%
G = 8.54%
B = 58.54%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#511590 (or 0x511590) is known color: Indigo. HEX triplet: 51, 15 and 90. RGB value is (81,21,144). Sum of RGB (Red+Green+Blue) = 81+21+144=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #511590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511590 is #AEEA6F. Grayscale: #343434. Windows color (decimal): -11463280 or 9442641. OLE color: 9442641.

HSL color Cylindrical-coordinate representation of color #511590: hue angle of 269.27º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511590 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 21 144 -
CMYK 0.44 0.85 0 0.44
HSL 269.27º 0.75% 0.32% -
HSV(B) 269.27º 0.85% 0.56% -
XYZ 8.7 4.3 26.76 -
YUV 52.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 81 21 144 0.44 0.85 0 0.44 269.27 0.75 0.32
Hex 51 15 90 2C 55 0 2C 10D 4B 20
Octal 121 25 220 54 125 0 54 415 113 40
Binary 1010001 10101 10010000 101100 1010101 0 101100 100001101 1001011 100000

Color Harmonies of #511590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511590

Black with #511590

Text Example


Text Example

White with #511590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511590; }

 p { color: rgb(81,21,144); }

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

background-color css

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

 a { background-color: rgb(81,21,144); }

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

border-color css

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

 span { border-color: rgb(81,21,144); }

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