#510B73

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

Shades of Indigo #510B73

Tints of Indigo #510B73

Color information

#510B73 (or 0x510B73) is unknown color: approx Indigo. HEX triplet: 51, 0B and 73. RGB value is (81,11,115). Sum of RGB (Red+Green+Blue) = 81+11+115=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #510B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B73 is #AEF48C. Grayscale: #2B2B2B. Windows color (decimal): -11465869 or 7539537. OLE color: 7539537.

HSL color Cylindrical-coordinate representation of color #510B73: hue angle of 280.38º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510B73 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8111115-
CMYK0.300.9000.55
HSL280.38º82.54%24.71%-
HSV(B)280.38º90.43%45.1%-
XYZ6.613.2316.49-
YUV43.79168.19154.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=39.13%
G=5.31%
B=55.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81111150.300.9000.55280.3882.5424.71
Hex51B731E5A0371185319
Octal121131633613206743012331
Binary1010001101111100111111010110100110111100011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510B73; }

 p { color: rgb(81,11,115); }

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

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

 a { background-color: rgb(81,11,115); }

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

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

 span { border-color: rgb(81,11,115); }

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