Shades of Indigo #480972
Tints of Indigo #480972
RGB
CMYK
RGB Variations
Color information
#480972 (or 0x480972) is known color: Indigo. HEX triplet: 48, 09 and 72. RGB value is (72,9,114). Sum of RGB (Red+Green+Blue) = 72+9+114=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #480972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480972 is #B7F68D. Grayscale: #272727. Windows color (decimal): -12056206 or 7473480. OLE color: 7473480.
HSL color Cylindrical-coordinate representation of color #480972: hue angle of 276º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480972 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 9 | 114 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.55 |
| HSL | 276º | 0.85% | 0.24% | - |
| HSV(B) | 276º | 0.92% | 0.45% | - |
| XYZ | 5.81 | 2.79 | 16.15 | - |
| YUV | 39.81 | 169.87 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 114 | 0.37 | 0.92 | 0 | 0.55 | 276 | 0.85 | 0.24 |
| Hex | 48 | 9 | 72 | 25 | 5C | 0 | 37 | 114 | 55 | 18 |
| Octal | 110 | 11 | 162 | 45 | 134 | 0 | 67 | 424 | 125 | 30 |
| Binary | 1001000 | 1001 | 1110010 | 100101 | 1011100 | 0 | 110111 | 100010100 | 1010101 | 11000 |
Color Harmonies of #480972
Complementary color
Monochromatic Colors of #480972
Black with #480972
Text Example
Text Example
White with #480972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480972; }
p { color: rgb(72,9,114); }
H1.HeaderClassName
{
color: #480972;
}
.AnyTagClassName
{
color: #480972;
}
</style>
background-color css
<style>
a { background-color: #480972; }
a { background-color: rgb(72,9,114); }
div.DivClassName
{
background-color: #480972;
}
.BgClassName
{
background-color: #480972;
}
</style>
border-color css
<style>
span { border-color: #480972; }
span { border-color: rgb(72,9,114); }
td.TdClassName
{
border-color: #480972;
}
.TagClassName
{
border-color: #480972;
}
</style>