Shades of Indigo #48006B
Tints of Indigo #48006B
RGB
CMYK
RGB Variations
Color information
#48006B (or 0x48006B) is known color: Indigo. HEX triplet: 48, 00 and 6B. RGB value is (72,0,107). Sum of RGB (Red+Green+Blue) = 72+0+107=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #48006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48006B is #B7FF94. Grayscale: #212121. Windows color (decimal): -12058517 or 7012424. OLE color: 7012424.
HSL color Cylindrical-coordinate representation of color #48006B: hue angle of 280.37º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48006B is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 0 | 107 | - |
| CMYK | 0.33 | 1 | 0 | 0.58 |
| HSL | 280.37º | 1% | 0.21% | - |
| HSV(B) | 280.37º | 1% | 0.42% | - |
| XYZ | 5.33 | 2.44 | 14.1 | - |
| YUV | 33.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 107 | 0.33 | 1 | 0 | 0.58 | 280.37 | 1 | 0.21 |
| Hex | 48 | 0 | 6B | 21 | 64 | 0 | 3A | 118 | 64 | 15 |
| Octal | 110 | 0 | 153 | 41 | 144 | 0 | 72 | 430 | 144 | 25 |
| Binary | 1001000 | 0 | 1101011 | 100001 | 1100100 | 0 | 111010 | 100011000 | 1100100 | 10101 |
Color Harmonies of #48006B
Complementary color
Monochromatic Colors of #48006B
Black with #48006B
Text Example
Text Example
White with #48006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48006B; }
p { color: rgb(72,0,107); }
H1.HeaderClassName
{
color: #48006B;
}
.AnyTagClassName
{
color: #48006B;
}
</style>
background-color css
<style>
a { background-color: #48006B; }
a { background-color: rgb(72,0,107); }
div.DivClassName
{
background-color: #48006B;
}
.BgClassName
{
background-color: #48006B;
}
</style>
border-color css
<style>
span { border-color: #48006B; }
span { border-color: rgb(72,0,107); }
td.TdClassName
{
border-color: #48006B;
}
.TagClassName
{
border-color: #48006B;
}
</style>