#480A73

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

Shades of Indigo #480A73

Tints of Indigo #480A73

Color information

#480A73 (or 0x480A73) is unknown color: approx Indigo. HEX triplet: 48, 0A and 73. RGB value is (72,10,115). Sum of RGB (Red+Green+Blue) = 72+10+115=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #480A73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A73 is #B7F58C. Grayscale: #282828. Windows color (decimal): -12055949 or 7539272. OLE color: 7539272.

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

Color convert

RGB7210115-
CMYK0.370.9100.55
HSL275.43º84%24.51%-
HSV(B)275.43º91.3%45.1%-
XYZ5.882.8316.46-
YUV40.51170.04150.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 10 (4.30% from 255) = 5.08%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=36.55%
G=5.08%
B=58.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72101150.370.9100.55275.438424.51
Hex48A73255B0371135419
Octal110121634513306742312431
Binary10010001010111001110010110110110110111100010011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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