#480E72

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

Shades of Indigo #480E72

Tints of Indigo #480E72

Color information

#480E72 (or 0x480E72) is unknown color: approx Indigo. HEX triplet: 48, 0E and 72. RGB value is (72,14,114). Sum of RGB (Red+Green+Blue) = 72+14+114=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #480E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E72 is #B7F18D. Grayscale: #2A2A2A. Windows color (decimal): -12054926 or 7474760. OLE color: 7474760.

HSL color Cylindrical-coordinate representation of color #480E72: hue angle of 274.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480E72 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7214114-
CMYK0.370.8800.55
HSL274.8º78.12%25.1%-
HSV(B)274.8º87.72%44.71%-
XYZ5.872.9116.17-
YUV42.74168.22148.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 114 (44.92% from 255) = 57%
R=36%
G=7%
B=57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72141140.370.8800.55274.878.1225.1
Hex48E7225580371134e19
Octal110161624513006742311631
Binary10010001110111001010010110110000110111100010011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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