Html Css Color HEX #511680 Indigo

📋 copy color: '#511680'

red 81 ◦ green 22 ◦ blue 128

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

Shades of Indigo #511680

Tints of Indigo #511680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.52%

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

R = 35.06%
G = 9.52%
B = 55.41%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#511680 (or 0x511680) is known color: Indigo. HEX triplet: 51, 16 and 80. RGB value is (81,22,128). Sum of RGB (Red+Green+Blue) = 81+22+128=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #511680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511680 is #AEE97F. Grayscale: #333333. Windows color (decimal): -11463040 or 8394321. OLE color: 8394321.

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

Color convert

RGB 81 22 128 -
CMYK 0.37 0.83 0 0.50
HSL 273.4º 0.71% 0.29% -
HSV(B) 273.4º 0.83% 0.5% -
XYZ 7.58 3.88 20.77 -
YUV 51.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 81 22 128 0.37 0.83 0 0.50 273.4 0.71 0.29
Hex 51 16 80 25 53 0 32 111 47 1D
Octal 121 26 200 45 123 0 62 421 107 35
Binary 1010001 10110 10000000 100101 1010011 0 110010 100010001 1000111 11101

Color Harmonies of #511680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511680

Black with #511680

Text Example


Text Example

White with #511680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511680; }

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

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

background-color css

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

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

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

border-color css

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

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

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