Html Css Color HEX #510077 Indigo

📋 copy color: '#510077'

red 81 ◦ green 0 ◦ blue 119

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

Shades of Indigo #510077

Tints of Indigo #510077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 40.5%
G = 0%
B = 59.5%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#510077 (or 0x510077) is known color: Indigo. HEX triplet: 51, 00 and 77. RGB value is (81,0,119). Sum of RGB (Red+Green+Blue) = 81+0+119=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #510077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510077 is #AEFF88. Grayscale: #252525. Windows color (decimal): -11468681 or 7798865. OLE color: 7798865.

HSL color Cylindrical-coordinate representation of color #510077: hue angle of 280.84º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510077 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 0 119 -
CMYK 0.32 1 0 0.53
HSL 280.84º 1% 0.23% -
HSV(B) 280.84º 1% 0.47% -
XYZ 6.72 3.08 17.69 -
YUV 37.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 81 0 119 0.32 1 0 0.53 280.84 1 0.23
Hex 51 0 77 20 64 0 35 119 64 17
Octal 121 0 167 40 144 0 65 431 144 27
Binary 1010001 0 1110111 100000 1100100 0 110101 100011001 1100100 10111

Color Harmonies of #510077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510077

Black with #510077

Text Example


Text Example

White with #510077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510077; }

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

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

background-color css

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

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

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

border-color css

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

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

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