#510085

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

Shades of Indigo #510085

Tints of Indigo #510085

Color information

#510085 (or 0x510085) is unknown color: approx Indigo. HEX triplet: 51, 00 and 85. RGB value is (81,0,133). Sum of RGB (Red+Green+Blue) = 81+0+133=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #510085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510085 is #AEFF7A. Grayscale: #262626. Windows color (decimal): -11468667 or 8716369. OLE color: 8716369.

HSL color Cylindrical-coordinate representation of color #510085: hue angle of 276.54º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510085 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB810133-
CMYK0.39100.48
HSL276.54º100%26.08%-
HSV(B)276.54º100%52.16%-
XYZ7.633.4422.45-
YUV39.38180.84157.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 62.15%
R=37.85%
G=0%
B=62.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8101330.39100.48276.5410026.08
Hex510852764030115641a
Octal12102054714406042514432
Binary101000101000010110011111001000110000100010101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510085; }

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

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

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

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

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

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

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

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