Shades of Indigo #48097D
Tints of Indigo #48097D
RGB
CMYK
RGB Variations
Color information
#48097D (or 0x48097D) is known color: Indigo. HEX triplet: 48, 09 and 7D. RGB value is (72,9,125). Sum of RGB (Red+Green+Blue) = 72+9+125=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #48097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48097D is #B7F682. Grayscale: #282828. Windows color (decimal): -12056195 or 8194376. OLE color: 8194376.
HSL color Cylindrical-coordinate representation of color #48097D: hue angle of 272.59º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48097D is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 9 | 125 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.51 |
| HSL | 272.59º | 0.87% | 0.26% | - |
| HSV(B) | 272.59º | 0.93% | 0.49% | - |
| XYZ | 6.47 | 3.05 | 19.65 | - |
| YUV | 41.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 9 | 125 | 0.42 | 0.93 | 0 | 0.51 | 272.59 | 0.87 | 0.26 |
| Hex | 48 | 9 | 7D | 2A | 5D | 0 | 33 | 111 | 57 | 1A |
| Octal | 110 | 11 | 175 | 52 | 135 | 0 | 63 | 421 | 127 | 32 |
| Binary | 1001000 | 1001 | 1111101 | 101010 | 1011101 | 0 | 110011 | 100010001 | 1010111 | 11010 |
Color Harmonies of #48097D
Complementary color
Monochromatic Colors of #48097D
Black with #48097D
Text Example
Text Example
White with #48097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48097D; }
p { color: rgb(72,9,125); }
H1.HeaderClassName
{
color: #48097D;
}
.AnyTagClassName
{
color: #48097D;
}
</style>
background-color css
<style>
a { background-color: #48097D; }
a { background-color: rgb(72,9,125); }
div.DivClassName
{
background-color: #48097D;
}
.BgClassName
{
background-color: #48097D;
}
</style>
border-color css
<style>
span { border-color: #48097D; }
span { border-color: rgb(72,9,125); }
td.TdClassName
{
border-color: #48097D;
}
.TagClassName
{
border-color: #48097D;
}
</style>