#511998

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

Shades of Indigo #511998

Tints of Indigo #511998

Color information

#511998 (or 0x511998) is unknown color: approx Indigo. HEX triplet: 51, 19 and 98. RGB value is (81,25,152). Sum of RGB (Red+Green+Blue) = 81+25+152=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #511998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511998 is #AEE667. Grayscale: #373737. Windows color (decimal): -11462248 or 9967953. OLE color: 9967953.

HSL color Cylindrical-coordinate representation of color #511998: hue angle of 266.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511998 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8125152-
CMYK0.470.8400.40
HSL266.46º71.75%34.71%-
HSV(B)266.46º83.55%59.61%-
XYZ9.414.7130.12-
YUV56.22182.05145.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 152 (59.77% from 255) = 58.91%
R=31.40%
G=9.69%
B=58.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81251520.470.8400.40266.4671.7534.71
Hex5119982F5402810a4823
Octal121312305712405041211043
Binary10100011100110011000101111101010001010001000010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511998; }

 p { color: rgb(81,25,152); }

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

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

 a { background-color: rgb(81,25,152); }

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

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

 span { border-color: rgb(81,25,152); }

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