#480A93

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

Shades of Indigo #480A93

Tints of Indigo #480A93

Color information

#480A93 (or 0x480A93) is unknown color: approx Indigo. HEX triplet: 48, 0A and 93. RGB value is (72,10,147). Sum of RGB (Red+Green+Blue) = 72+10+147=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #480A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480A93 is #B7F56C. Grayscale: #2B2B2B. Windows color (decimal): -12055917 or 9636424. OLE color: 9636424.

HSL color Cylindrical-coordinate representation of color #480A93: hue angle of 267.15º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480A93 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7210147-
CMYK0.510.9300.42
HSL267.15º87.26%30.78%-
HSV(B)267.15º93.2%57.65%-
XYZ8.053.727.89-
YUV44.16186.04147.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 147 (57.81% from 255) = 64.19%
R=31.44%
G=4.37%
B=64.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72101470.510.9300.42267.1587.2630.78
Hex48A93335D02A10b571f
Octal110122236313505241312737
Binary100100010101001001111001110111010101010100001011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,10,147); }

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

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

 a { background-color: rgb(72,10,147); }

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

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

 span { border-color: rgb(72,10,147); }

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