Html Css Color HEX #510580 Indigo

📋 copy color: '#510580'

red 81 ◦ green 5 ◦ blue 128

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

Shades of Indigo #510580

Tints of Indigo #510580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 37.85%
G = 2.34%
B = 59.81%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#510580 (or 0x510580) is known color: Indigo. HEX triplet: 51, 05 and 80. RGB value is (81,5,128). Sum of RGB (Red+Green+Blue) = 81+5+128=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #510580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510580 is #AEFA7F. Grayscale: #292929. Windows color (decimal): -11467392 or 8389969. OLE color: 8389969.

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

Color convert

RGB 81 5 128 -
CMYK 0.37 0.96 0 0.50
HSL 277.07º 0.92% 0.26% -
HSV(B) 277.07º 0.96% 0.5% -
XYZ 7.34 3.42 20.69 -
YUV 41.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 81 5 128 0.37 0.96 0 0.50 277.07 0.92 0.26
Hex 51 5 80 25 60 0 32 115 5C 1A
Octal 121 5 200 45 140 0 62 425 134 32
Binary 1010001 101 10000000 100101 1100000 0 110010 100010101 1011100 11010

Color Harmonies of #510580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510580

Black with #510580

Text Example


Text Example

White with #510580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510580; }

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

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

background-color css

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

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

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

border-color css

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

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

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