#510A7B

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

Shades of Indigo #510A7B

Tints of Indigo #510A7B

Color information

#510A7B (or 0x510A7B) is unknown color: approx Indigo. HEX triplet: 51, 0A and 7B. RGB value is (81,10,123). Sum of RGB (Red+Green+Blue) = 81+10+123=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #510A7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A7B is #AEF584. Grayscale: #2B2B2B. Windows color (decimal): -11466117 or 8063569. OLE color: 8063569.

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

Color convert

RGB8110123-
CMYK0.340.9200.52
HSL277.7º84.96%26.08%-
HSV(B)277.7º91.87%48.24%-
XYZ7.083.419.02-
YUV44.11172.52154.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 123 (48.44% from 255) = 57.48%
R=37.85%
G=4.67%
B=57.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81101230.340.9200.52277.784.9626.08
Hex51A7B225C034116551a
Octal121121734213406442612532
Binary10100011010111101110001010111000110100100010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,123); }

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

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

 a { background-color: rgb(81,10,123); }

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

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

 span { border-color: rgb(81,10,123); }

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