#510c8c

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

Shades of Indigo #510C8C

Tints of Indigo #510C8C

Color information

#510C8C (or 0x510C8C) is unknown color: approx Indigo. HEX triplet: 51, 0C and 8C. RGB value is (81,12,140). Sum of RGB (Red+Green+Blue) = 81+12+140=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #510C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510C8C is #AEF373. Grayscale: #2E2E2E. Windows color (decimal): -11465588 or 9178193. OLE color: 9178193.

HSL color Cylindrical-coordinate representation of color #510C8C: hue angle of 272.34º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510C8C is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8112140-
CMYK0.420.9100.45
HSL272.34º84.21%29.8%-
HSV(B)272.34º91.43%54.9%-
XYZ8.263.9125.13-
YUV47.22180.36152.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 140 (55.08% from 255) = 60.09%
R=34.76%
G=5.15%
B=60.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81121400.420.9100.45272.3484.2129.8
Hex51C8C2A5B02D110541e
Octal121142145213305542012436
Binary101000111001000110010101010110110101101100010000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,12,140); }

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

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

 a { background-color: rgb(81,12,140); }

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

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

 span { border-color: rgb(81,12,140); }

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