#510B7D

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

Shades of Indigo #510B7D

Tints of Indigo #510B7D

Color information

#510B7D (or 0x510B7D) is unknown color: approx Indigo. HEX triplet: 51, 0B and 7D. RGB value is (81,11,125). Sum of RGB (Red+Green+Blue) = 81+11+125=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #510B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B7D is #AEF482. Grayscale: #2C2C2C. Windows color (decimal): -11465859 or 8194897. OLE color: 8194897.

HSL color Cylindrical-coordinate representation of color #510B7D: hue angle of 276.84º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510B7D is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8111125-
CMYK0.350.9100.51
HSL276.84º83.82%26.67%-
HSV(B)276.84º91.2%49.02%-
XYZ7.213.4719.69-
YUV44.93173.19153.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=37.33%
G=5.07%
B=57.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81111250.350.9100.51276.8483.8226.67
Hex51B7D235B033115541b
Octal121131754313306342512433
Binary10100011011111110110001110110110110011100010101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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