#481186

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

Shades of Indigo #481186

Tints of Indigo #481186

Color information

#481186 (or 0x481186) is unknown color: approx Indigo. HEX triplet: 48, 11 and 86. RGB value is (72,17,134). Sum of RGB (Red+Green+Blue) = 72+17+134=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #481186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481186 is #B7EE79. Grayscale: #2E2E2E. Windows color (decimal): -12054138 or 8786248. OLE color: 8786248.

HSL color Cylindrical-coordinate representation of color #481186: hue angle of 268.21º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481186 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7217134-
CMYK0.460.8700.47
HSL268.21º77.48%29.61%-
HSV(B)268.21º87.31%52.55%-
XYZ7.183.522.85-
YUV46.78177.22145.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 134 (52.73% from 255) = 60.09%
R=32.29%
G=7.62%
B=60.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72171340.460.8700.47268.2177.4829.61
Hex4811862E5702F10c4d1e
Octal110212065612705741411536
Binary1001000100011000011010111010101110101111100001100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481186; }

 p { color: rgb(72,17,134); }

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

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

 a { background-color: rgb(72,17,134); }

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

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

 span { border-color: rgb(72,17,134); }

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