Shades of Indigo #48087A
Tints of Indigo #48087A
RGB
CMYK
RGB Variations
Color information
#48087A (or 0x48087A) is known color: Indigo. HEX triplet: 48, 08 and 7A. RGB value is (72,8,122). Sum of RGB (Red+Green+Blue) = 72+8+122=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #48087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48087A is #B7F785. Grayscale: #272727. Windows color (decimal): -12056454 or 7997512. OLE color: 7997512.
HSL color Cylindrical-coordinate representation of color #48087A: hue angle of 273.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48087A is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 8 | 122 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.52 |
| HSL | 273.68º | 0.88% | 0.25% | - |
| HSV(B) | 273.68º | 0.93% | 0.48% | - |
| XYZ | 6.27 | 2.96 | 18.65 | - |
| YUV | 40.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 122 | 0.41 | 0.93 | 0 | 0.52 | 273.68 | 0.88 | 0.25 |
| Hex | 48 | 8 | 7A | 29 | 5D | 0 | 34 | 112 | 58 | 19 |
| Octal | 110 | 10 | 172 | 51 | 135 | 0 | 64 | 422 | 130 | 31 |
| Binary | 1001000 | 1000 | 1111010 | 101001 | 1011101 | 0 | 110100 | 100010010 | 1011000 | 11001 |
Color Harmonies of #48087A
Complementary color
Monochromatic Colors of #48087A
Black with #48087A
Text Example
Text Example
White with #48087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48087A; }
p { color: rgb(72,8,122); }
H1.HeaderClassName
{
color: #48087A;
}
.AnyTagClassName
{
color: #48087A;
}
</style>
background-color css
<style>
a { background-color: #48087A; }
a { background-color: rgb(72,8,122); }
div.DivClassName
{
background-color: #48087A;
}
.BgClassName
{
background-color: #48087A;
}
</style>
border-color css
<style>
span { border-color: #48087A; }
span { border-color: rgb(72,8,122); }
td.TdClassName
{
border-color: #48087A;
}
.TagClassName
{
border-color: #48087A;
}
</style>