#51089F

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

Shades of Indigo #51089F

Tints of Indigo #51089F

Color information

#51089F (or 0x51089F) is unknown color: approx Indigo. HEX triplet: 51, 08 and 9F. RGB value is (81,8,159). Sum of RGB (Red+Green+Blue) = 81+8+159=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #51089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51089F is #AEF760. Grayscale: #2E2E2E. Windows color (decimal): -11466593 or 10422353. OLE color: 10422353.

HSL color Cylindrical-coordinate representation of color #51089F: hue angle of 269.01º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51089F is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB818159-
CMYK0.490.9500.38
HSL269.01º90.42%32.75%-
HSV(B)269.01º94.97%62.35%-
XYZ9.744.4333.14-
YUV47.04191.18152.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 159 (62.5% from 255) = 64.11%
R=32.66%
G=3.23%
B=64.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8181590.490.9500.38269.0190.4232.75
Hex5189F315F02610d5a21
Octal121102376113704641513241
Binary1010001100010011111110001101111101001101000011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51089F; }

 p { color: rgb(81,8,159); }

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

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

 a { background-color: rgb(81,8,159); }

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

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

 span { border-color: rgb(81,8,159); }

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