Shades of Indigo #480065
Tints of Indigo #480065
RGB
CMYK
RGB Variations
Color information
#480065 (or 0x480065) is known color: Indigo. HEX triplet: 48, 00 and 65. RGB value is (72,0,101). Sum of RGB (Red+Green+Blue) = 72+0+101=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #480065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480065 is #B7FF9A. Grayscale: #202020. Windows color (decimal): -12058523 or 6619208. OLE color: 6619208.
HSL color Cylindrical-coordinate representation of color #480065: hue angle of 282.77º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480065 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 0 | 101 | - |
| CMYK | 0.29 | 1 | 0 | 0.60 |
| HSL | 282.77º | 1% | 0.2% | - |
| HSV(B) | 282.77º | 1% | 0.4% | - |
| XYZ | 5.02 | 2.32 | 12.49 | - |
| YUV | 33.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 101 | 0.29 | 1 | 0 | 0.60 | 282.77 | 1 | 0.2 |
| Hex | 48 | 0 | 65 | 1D | 64 | 0 | 3C | 11B | 64 | 14 |
| Octal | 110 | 0 | 145 | 35 | 144 | 0 | 74 | 433 | 144 | 24 |
| Binary | 1001000 | 0 | 1100101 | 11101 | 1100100 | 0 | 111100 | 100011011 | 1100100 | 10100 |
Color Harmonies of #480065
Complementary color
Monochromatic Colors of #480065
Black with #480065
Text Example
Text Example
White with #480065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480065; }
p { color: rgb(72,0,101); }
H1.HeaderClassName
{
color: #480065;
}
.AnyTagClassName
{
color: #480065;
}
</style>
background-color css
<style>
a { background-color: #480065; }
a { background-color: rgb(72,0,101); }
div.DivClassName
{
background-color: #480065;
}
.BgClassName
{
background-color: #480065;
}
</style>
border-color css
<style>
span { border-color: #480065; }
span { border-color: rgb(72,0,101); }
td.TdClassName
{
border-color: #480065;
}
.TagClassName
{
border-color: #480065;
}
</style>