#510970

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

Shades of Indigo #510970

Tints of Indigo #510970

Color information

#510970 (or 0x510970) is unknown color: approx Indigo. HEX triplet: 51, 09 and 70. RGB value is (81,9,112). Sum of RGB (Red+Green+Blue) = 81+9+112=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #510970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510970 is #AEF68F. Grayscale: #292929. Windows color (decimal): -11466384 or 7342417. OLE color: 7342417.

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

Color convert

RGB819112-
CMYK0.280.9200.56
HSL281.94º85.12%23.73%-
HSV(B)281.94º91.96%43.92%-
XYZ6.423.1115.59-
YUV42.27167.35155.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=40.10%
G=4.46%
B=55.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8191120.280.9200.56281.9485.1223.73
Hex519701C5C03811a5518
Octal121111603413407043212530
Binary1010001100111100001110010111000111000100011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510970; }

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

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

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

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

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

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

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

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