Html Css Color HEX #510071 Indigo

📋 copy color: '#510071'

red 81 ◦ green 0 ◦ blue 113

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

Shades of Indigo #510071

Tints of Indigo #510071

RGB

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

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

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

R = 41.75%
G = 0%
B = 58.25%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510071 (or 0x510071) is known color: Indigo. HEX triplet: 51, 00 and 71. RGB value is (81,0,113). Sum of RGB (Red+Green+Blue) = 81+0+113=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #510071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510071 is #AEFF8E. Grayscale: #242424. Windows color (decimal): -11468687 or 7405649. OLE color: 7405649.

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

Color convert

RGB 81 0 113 -
CMYK 0.28 1 0 0.56
HSL 283.01º 1% 0.22% -
HSV(B) 283.01º 1% 0.44% -
XYZ 6.37 2.94 15.85 -
YUV 37.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 81 0 113 0.28 1 0 0.56 283.01 1 0.22
Hex 51 0 71 1C 64 0 38 11B 64 16
Octal 121 0 161 34 144 0 70 433 144 26
Binary 1010001 0 1110001 11100 1100100 0 111000 100011011 1100100 10110

Color Harmonies of #510071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510071

Black with #510071

Text Example


Text Example

White with #510071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510071; }

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

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

background-color css

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

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

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

border-color css

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

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

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