#510974

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

Shades of Indigo #510974

Tints of Indigo #510974

Color information

#510974 (or 0x510974) is unknown color: approx Indigo. HEX triplet: 51, 09 and 74. RGB value is (81,9,116). Sum of RGB (Red+Green+Blue) = 81+9+116=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #510974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510974 is #AEF68B. Grayscale: #2A2A2A. Windows color (decimal): -11466380 or 7604561. OLE color: 7604561.

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

Color convert

RGB819116-
CMYK0.300.9200.55
HSL280.37º85.6%24.51%-
HSV(B)280.37º92.24%45.49%-
XYZ6.643.2116.79-
YUV42.73169.35155.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=39.32%
G=4.37%
B=56.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8191160.300.9200.55280.3785.624.51
Hex519741E5C0371185619
Octal121111643613406743012631
Binary1010001100111101001111010111000110111100011000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510974; }

 p { color: rgb(81,9,116); }

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

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

 a { background-color: rgb(81,9,116); }

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

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

 span { border-color: rgb(81,9,116); }

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