Shades of Indigo #480465
Tints of Indigo #480465
RGB
CMYK
RGB Variations
Color information
#480465 (or 0x480465) is known color: Indigo. HEX triplet: 48, 04 and 65. RGB value is (72,4,101). Sum of RGB (Red+Green+Blue) = 72+4+101=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #480465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480465 is #B7FB9A. Grayscale: #232323. Windows color (decimal): -12057499 or 6620232. OLE color: 6620232.
HSL color Cylindrical-coordinate representation of color #480465: hue angle of 282.06º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480465 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 4 | 101 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.60 |
| HSL | 282.06º | 0.92% | 0.21% | - |
| HSV(B) | 282.06º | 0.96% | 0.4% | - |
| XYZ | 5.06 | 2.4 | 12.51 | - |
| YUV | 35.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 101 | 0.29 | 0.96 | 0 | 0.60 | 282.06 | 0.92 | 0.21 |
| Hex | 48 | 4 | 65 | 1D | 60 | 0 | 3C | 11A | 5C | 15 |
| Octal | 110 | 4 | 145 | 35 | 140 | 0 | 74 | 432 | 134 | 25 |
| Binary | 1001000 | 100 | 1100101 | 11101 | 1100000 | 0 | 111100 | 100011010 | 1011100 | 10101 |
Color Harmonies of #480465
Complementary color
Monochromatic Colors of #480465
Black with #480465
Text Example
Text Example
White with #480465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480465; }
p { color: rgb(72,4,101); }
H1.HeaderClassName
{
color: #480465;
}
.AnyTagClassName
{
color: #480465;
}
</style>
background-color css
<style>
a { background-color: #480465; }
a { background-color: rgb(72,4,101); }
div.DivClassName
{
background-color: #480465;
}
.BgClassName
{
background-color: #480465;
}
</style>
border-color css
<style>
span { border-color: #480465; }
span { border-color: rgb(72,4,101); }
td.TdClassName
{
border-color: #480465;
}
.TagClassName
{
border-color: #480465;
}
</style>