Html Css Color HEX #510577 Indigo

📋 copy color: '#510577'

red 81 ◦ green 5 ◦ blue 119

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

Shades of Indigo #510577

Tints of Indigo #510577

RGB

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

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

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

R = 39.51%
G = 2.44%
B = 58.05%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#510577 (or 0x510577) is known color: Indigo. HEX triplet: 51, 05 and 77. RGB value is (81,5,119). Sum of RGB (Red+Green+Blue) = 81+5+119=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #510577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510577 is #AEFA88. Grayscale: #282828. Windows color (decimal): -11467401 or 7800145. OLE color: 7800145.

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

Color convert

RGB 81 5 119 -
CMYK 0.32 0.96 0 0.53
HSL 280º 0.92% 0.24% -
HSV(B) 280º 0.96% 0.47% -
XYZ 6.78 3.19 17.71 -
YUV 40.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 81 5 119 0.32 0.96 0 0.53 280 0.92 0.24
Hex 51 5 77 20 60 0 35 118 5C 18
Octal 121 5 167 40 140 0 65 430 134 30
Binary 1010001 101 1110111 100000 1100000 0 110101 100011000 1011100 11000

Color Harmonies of #510577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510577

Black with #510577

Text Example


Text Example

White with #510577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510577; }

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

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

background-color css

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

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

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

border-color css

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

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

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