Html Css Color HEX #510060 Indigo

📋 copy color: '#510060'

red 81 ◦ green 0 ◦ blue 96

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

Shades of Indigo #510060

Tints of Indigo #510060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.24%

R = 45.76%
G = 0%
B = 54.24%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510060 (or 0x510060) is known color: Indigo. HEX triplet: 51, 00 and 60. RGB value is (81,0,96). Sum of RGB (Red+Green+Blue) = 81+0+96=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #510060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510060 is #AEFF9F. Grayscale: #222222. Windows color (decimal): -11468704 or 6291537. OLE color: 6291537.

HSL color Cylindrical-coordinate representation of color #510060: hue angle of 290.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510060 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 0 96 -
CMYK 0.16 1 0 0.62
HSL 290.63º 1% 0.19% -
HSV(B) 290.63º 1% 0.38% -
XYZ 5.5 2.59 11.28 -
YUV 35.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 81 0 96 0.16 1 0 0.62 290.63 1 0.19
Hex 51 0 60 10 64 0 3E 123 64 13
Octal 121 0 140 20 144 0 76 443 144 23
Binary 1010001 0 1100000 10000 1100100 0 111110 100100011 1100100 10011

Color Harmonies of #510060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510060

Black with #510060

Text Example


Text Example

White with #510060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510060; }

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

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

background-color css

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

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

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

border-color css

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

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

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