#510061

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

Shades of Indigo #510061

Tints of Indigo #510061

Color information

#510061 (or 0x510061) is unknown color: approx Indigo. HEX triplet: 51, 00 and 61. RGB value is (81,0,97). Sum of RGB (Red+Green+Blue) = 81+0+97=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #510061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510061 is #AEFF9E. Grayscale: #222222. Windows color (decimal): -11468703 or 6357073. OLE color: 6357073.

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

Color convert

RGB81097-
CMYK0.16100.62
HSL290.1º100%19.02%-
HSV(B)290.1º100%38.04%-
XYZ5.552.6111.52-
YUV35.28162.84160.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=45.51%
G=0%
B=54.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal810970.16100.62290.110019.02
Hex51061106403E1226413
Octal12101412014407644214423
Binary1010001011000011000011001000111110100100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510061; }

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

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

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

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

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

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

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

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