Html Css Color HEX #510871 Indigo

📋 copy color: '#510871'

red 81 ◦ green 8 ◦ blue 113

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

Shades of Indigo #510871

Tints of Indigo #510871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.96%

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

R = 40.1%
G = 3.96%
B = 55.94%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510871 (or 0x510871) is known color: Indigo. HEX triplet: 51, 08 and 71. RGB value is (81,8,113). Sum of RGB (Red+Green+Blue) = 81+8+113=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #510871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510871 is #AEF78E. Grayscale: #292929. Windows color (decimal): -11466639 or 7407697. OLE color: 7407697.

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

Color convert

RGB 81 8 113 -
CMYK 0.28 0.93 0 0.56
HSL 281.71º 0.87% 0.24% -
HSV(B) 281.71º 0.93% 0.44% -
XYZ 6.46 3.12 15.88 -
YUV 41.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 81 8 113 0.28 0.93 0 0.56 281.71 0.87 0.24
Hex 51 8 71 1C 5D 0 38 11A 57 18
Octal 121 10 161 34 135 0 70 432 127 30
Binary 1010001 1000 1110001 11100 1011101 0 111000 100011010 1010111 11000

Color Harmonies of #510871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510871

Black with #510871

Text Example


Text Example

White with #510871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510871; }

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

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

background-color css

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

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

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

border-color css

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

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

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