#510070

Color #510070 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #510070

Tints of Indigo #510070

Color information

#510070 (or 0x510070) is unknown color: approx Indigo. HEX triplet: 51, 00 and 70. RGB value is (81,0,112). Sum of RGB (Red+Green+Blue) = 81+0+112=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #510070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510070 is #AEFF8F. Grayscale: #242424. Windows color (decimal): -11468688 or 7340113. OLE color: 7340113.

HSL color Cylindrical-coordinate representation of color #510070: hue angle of 283.39º 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 #510070 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB810112-
CMYK0.28100.56
HSL283.39º100%21.96%-
HSV(B)283.39º100%43.92%-
XYZ6.322.9215.56-
YUV36.99170.34159.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=41.97%
G=0%
B=58.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8101120.28100.56283.3910021.96
Hex510701C6403811b6416
Octal12101603414407043314426
Binary1010001011100001110011001000111000100011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510070; }

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

 H1.HeaderClassName
 {
   color: #510070;
 }
 .AnyTagClassName
 {
   color: #510070;
 }
</style>
background-color css

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

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

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

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

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

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