Html Css Color HEX #510571 Indigo

📋 copy color: '#510571'

red 81 ◦ green 5 ◦ blue 113

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

Shades of Indigo #510571

Tints of Indigo #510571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.78%

R = 40.7%
G = 2.51%
B = 56.78%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510571 (or 0x510571) is known color: Indigo. HEX triplet: 51, 05 and 71. RGB value is (81,5,113). Sum of RGB (Red+Green+Blue) = 81+5+113=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #510571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510571 is #AEFA8E. Grayscale: #272727. Windows color (decimal): -11467407 or 7406929. OLE color: 7406929.

HSL color Cylindrical-coordinate representation of color #510571: hue angle of 282.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510571 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 5 113 -
CMYK 0.28 0.96 0 0.56
HSL 282.22º 0.92% 0.23% -
HSV(B) 282.22º 0.96% 0.44% -
XYZ 6.43 3.05 15.87 -
YUV 40.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 81 5 113 0.28 0.96 0 0.56 282.22 0.92 0.23
Hex 51 5 71 1C 60 0 38 11A 5C 17
Octal 121 5 161 34 140 0 70 432 134 27
Binary 1010001 101 1110001 11100 1100000 0 111000 100011010 1011100 10111

Color Harmonies of #510571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510571

Black with #510571

Text Example


Text Example

White with #510571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510571; }

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

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

background-color css

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

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

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

border-color css

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

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

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