#480A63

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

Shades of Indigo #480A63

Tints of Indigo #480A63

Color information

#480A63 (or 0x480A63) is unknown color: approx Indigo. HEX triplet: 48, 0A and 63. RGB value is (72,10,99). Sum of RGB (Red+Green+Blue) = 72+10+99=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #480A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A63 is #B7F59C. Grayscale: #262626. Windows color (decimal): -12055965 or 6490696. OLE color: 6490696.

HSL color Cylindrical-coordinate representation of color #480A63: hue angle of 281.8º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480A63 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB721099-
CMYK0.270.9000.61
HSL281.8º81.65%21.37%-
HSV(B)281.8º89.9%38.82%-
XYZ5.032.512.02-
YUV38.68162.04151.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=39.78%
G=5.52%
B=54.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7210990.270.9000.61281.881.6521.37
Hex48A631B5A03D11a5215
Octal110121433313207543212225
Binary1001000101011000111101110110100111101100011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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