Html Css Color HEX #511380 Indigo

📋 copy color: '#511380'

red 81 ◦ green 19 ◦ blue 128

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

Shades of Indigo #511380

Tints of Indigo #511380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 35.53%
G = 8.33%
B = 56.14%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#511380 (or 0x511380) is known color: Indigo. HEX triplet: 51, 13 and 80. RGB value is (81,19,128). Sum of RGB (Red+Green+Blue) = 81+19+128=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #511380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511380 is #AEEC7F. Grayscale: #313131. Windows color (decimal): -11463808 or 8393553. OLE color: 8393553.

HSL color Cylindrical-coordinate representation of color #511380: hue angle of 274.13º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511380 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 19 128 -
CMYK 0.37 0.85 0 0.50
HSL 274.13º 0.74% 0.29% -
HSV(B) 274.13º 0.85% 0.5% -
XYZ 7.52 3.77 20.75 -
YUV 49.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 81 19 128 0.37 0.85 0 0.50 274.13 0.74 0.29
Hex 51 13 80 25 55 0 32 112 4A 1D
Octal 121 23 200 45 125 0 62 422 112 35
Binary 1010001 10011 10000000 100101 1010101 0 110010 100010010 1001010 11101

Color Harmonies of #511380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511380

Black with #511380

Text Example


Text Example

White with #511380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511380; }

 p { color: rgb(81,19,128); }

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

background-color css

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

 a { background-color: rgb(81,19,128); }

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

border-color css

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

 span { border-color: rgb(81,19,128); }

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