#510670

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

Shades of Indigo #510670

Tints of Indigo #510670

Color information

#510670 (or 0x510670) is unknown color: approx Indigo. HEX triplet: 51, 06 and 70. RGB value is (81,6,112). Sum of RGB (Red+Green+Blue) = 81+6+112=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #510670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510670 is #AEF98F. Grayscale: #282828. Windows color (decimal): -11467152 or 7341649. OLE color: 7341649.

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

Color convert

RGB816112-
CMYK0.280.9500.56
HSL282.45º89.83%23.14%-
HSV(B)282.45º94.64%43.92%-
XYZ6.383.0515.58-
YUV40.51168.35156.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=40.70%
G=3.02%
B=56.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8161120.280.9500.56282.4589.8323.14
Hex516701C5F03811a5a17
Octal12161603413707043213227
Binary101000111011100001110010111110111000100011010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510670; }

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

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

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

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

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

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

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

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