#480A61

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

Shades of Indigo #480A61

Tints of Indigo #480A61

Color information

#480A61 (or 0x480A61) is unknown color: approx Indigo. HEX triplet: 48, 0A and 61. RGB value is (72,10,97). Sum of RGB (Red+Green+Blue) = 72+10+97=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #480A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A61 is #B7F59E. Grayscale: #262626. Windows color (decimal): -12055967 or 6359624. OLE color: 6359624.

HSL color Cylindrical-coordinate representation of color #480A61: hue angle of 282.76º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480A61 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB721097-
CMYK0.260.9000.62
HSL282.76º81.31%20.98%-
HSV(B)282.76º89.69%38.04%-
XYZ4.942.4611.52-
YUV38.46161.04151.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=40.22%
G=5.59%
B=54.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7210970.260.9000.62282.7681.3120.98
Hex48A611A5A03E11b5115
Octal110121413213207643312125
Binary1001000101011000011101010110100111110100011011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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