Html Css Color HEX #510371 Indigo

📋 copy color: '#510371'

red 81 ◦ green 3 ◦ blue 113

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

Shades of Indigo #510371

Tints of Indigo #510371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 41.12%
G = 1.52%
B = 57.36%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#510371 (or 0x510371) is known color: Indigo. HEX triplet: 51, 03 and 71. RGB value is (81,3,113). Sum of RGB (Red+Green+Blue) = 81+3+113=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #510371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510371 is #AEFC8E. Grayscale: #262626. Windows color (decimal): -11467919 or 7406417. OLE color: 7406417.

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

Color convert

RGB 81 3 113 -
CMYK 0.28 0.97 0 0.56
HSL 282.55º 0.95% 0.23% -
HSV(B) 282.55º 0.97% 0.44% -
XYZ 6.41 3.01 15.87 -
YUV 38.86 169.84 158.06 -
System Red Green Blue C M Y K H S L
Decimal 81 3 113 0.28 0.97 0 0.56 282.55 0.95 0.23
Hex 51 3 71 1C 61 0 38 11B 5F 17
Octal 121 3 161 34 141 0 70 433 137 27
Binary 1010001 11 1110001 11100 1100001 0 111000 100011011 1011111 10111

Color Harmonies of #510371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510371

Black with #510371

Text Example


Text Example

White with #510371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510371; }

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

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

background-color css

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

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

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

border-color css

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

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

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