Html Css Color HEX #510080 Indigo

📋 copy color: '#510080'

red 81 ◦ green 0 ◦ blue 128

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

Shades of Indigo #510080

Tints of Indigo #510080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.76%
G = 0%
B = 61.24%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#510080 (or 0x510080) is known color: Indigo. HEX triplet: 51, 00 and 80. RGB value is (81,0,128). Sum of RGB (Red+Green+Blue) = 81+0+128=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #510080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510080 is #AEFF7F. Grayscale: #262626. Windows color (decimal): -11468672 or 8388689. OLE color: 8388689.

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

Color convert

RGB 81 0 128 -
CMYK 0.37 1 0 0.50
HSL 277.97º 1% 0.25% -
HSV(B) 277.97º 1% 0.5% -
XYZ 7.29 3.31 20.68 -
YUV 38.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 81 0 128 0.37 1 0 0.50 277.97 1 0.25
Hex 51 0 80 25 64 0 32 116 64 19
Octal 121 0 200 45 144 0 62 426 144 31
Binary 1010001 0 10000000 100101 1100100 0 110010 100010110 1100100 11001

Color Harmonies of #510080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510080

Black with #510080

Text Example


Text Example

White with #510080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510080; }

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

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

background-color css

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

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

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

border-color css

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

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

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