#510E6A

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

Shades of Indigo #510E6A

Tints of Indigo #510E6A

Color information

#510E6A (or 0x510E6A) is unknown color: approx Indigo. HEX triplet: 51, 0E and 6A. RGB value is (81,14,106). Sum of RGB (Red+Green+Blue) = 81+14+106=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #510E6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E6A is #AEF195. Grayscale: #2C2C2C. Windows color (decimal): -11465110 or 6950481. OLE color: 6950481.

HSL color Cylindrical-coordinate representation of color #510E6A: hue angle of 283.7º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #510E6A is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8114106-
CMYK0.240.8700.58
HSL283.7º76.67%23.53%-
HSV(B)283.7º86.79%41.57%-
XYZ6.153.113.91-
YUV44.52162.7154.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=40.30%
G=6.97%
B=52.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81141060.240.8700.58283.776.6723.53
Hex51E6A185703A11c4d18
Octal121161523012707243411530
Binary1010001111011010101100010101110111010100011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,14,106); }

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

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

 a { background-color: rgb(81,14,106); }

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

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

 span { border-color: rgb(81,14,106); }

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