#480EAB

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

Shades of Indigo #480EAB

Tints of Indigo #480EAB

Color information

#480EAB (or 0x480EAB) is unknown color: approx Indigo. HEX triplet: 48, 0E and AB. RGB value is (72,14,171). Sum of RGB (Red+Green+Blue) = 72+14+171=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #480EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480EAB is #B7F154. Grayscale: #303030. Windows color (decimal): -12054869 or 11210312. OLE color: 11210312.

HSL color Cylindrical-coordinate representation of color #480EAB: hue angle of 262.17º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480EAB is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7214171-
CMYK0.580.9200.33
HSL262.17º84.86%36.27%-
HSV(B)262.17º91.81%67.06%-
XYZ10.184.6338.89-
YUV49.24196.72144.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 171 (67.19% from 255) = 66.54%
R=28.02%
G=5.45%
B=66.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72141710.580.9200.33262.1784.8636.27
Hex48EAB3A5C0211065524
Octal110162537213404140612544
Binary1001000111010101011111010101110001000011000001101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480EAB; }

 p { color: rgb(72,14,171); }

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

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

 a { background-color: rgb(72,14,171); }

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

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

 span { border-color: rgb(72,14,171); }

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