Html Css Color HEX #510176 Indigo

📋 copy color: '#510176'

red 81 ◦ green 1 ◦ blue 118

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

Shades of Indigo #510176

Tints of Indigo #510176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 40.5%
G = 0.5%
B = 59%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510176 (or 0x510176) is known color: Indigo. HEX triplet: 51, 01 and 76. RGB value is (81,1,118). Sum of RGB (Red+Green+Blue) = 81+1+118=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #510176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510176 is #AEFE89. Grayscale: #252525. Windows color (decimal): -11468426 or 7733585. OLE color: 7733585.

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

Color convert

RGB 81 1 118 -
CMYK 0.31 0.99 0 0.54
HSL 281.03º 0.98% 0.23% -
HSV(B) 281.03º 0.99% 0.46% -
XYZ 6.67 3.08 17.38 -
YUV 38.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 81 1 118 0.31 0.99 0 0.54 281.03 0.98 0.23
Hex 51 1 76 1F 63 0 36 119 62 17
Octal 121 1 166 37 143 0 66 431 142 27
Binary 1010001 1 1110110 11111 1100011 0 110110 100011001 1100010 10111

Color Harmonies of #510176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510176

Black with #510176

Text Example


Text Example

White with #510176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510176; }

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

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

background-color css

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

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

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

border-color css

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

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

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