Html Css Color HEX #510576 Indigo

📋 copy color: '#510576'

red 81 ◦ green 5 ◦ blue 118

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

Shades of Indigo #510576

Tints of Indigo #510576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 39.71%
G = 2.45%
B = 57.84%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510576 (or 0x510576) is known color: Indigo. HEX triplet: 51, 05 and 76. RGB value is (81,5,118). Sum of RGB (Red+Green+Blue) = 81+5+118=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #510576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510576 is #AEFA89. Grayscale: #282828. Windows color (decimal): -11467402 or 7734609. OLE color: 7734609.

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

Color convert

RGB 81 5 118 -
CMYK 0.31 0.96 0 0.54
HSL 280.35º 0.92% 0.24% -
HSV(B) 280.35º 0.96% 0.46% -
XYZ 6.72 3.17 17.4 -
YUV 40.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 81 5 118 0.31 0.96 0 0.54 280.35 0.92 0.24
Hex 51 5 76 1F 60 0 36 118 5C 18
Octal 121 5 166 37 140 0 66 430 134 30
Binary 1010001 101 1110110 11111 1100000 0 110110 100011000 1011100 11000

Color Harmonies of #510576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510576

Black with #510576

Text Example


Text Example

White with #510576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510576; }

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

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

background-color css

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

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

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

border-color css

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

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

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