Shades of Indigo #54018B
Tints of Indigo #54018B
RGB
CMYK
RGB Variations
Color information
#54018B (or 0x54018B) is known color: Indigo. HEX triplet: 54, 01 and 8B. RGB value is (84,1,139). Sum of RGB (Red+Green+Blue) = 84+1+139=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #54018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54018B is #ABFE74. Grayscale: #292929. Windows color (decimal): -11271797 or 9109844. OLE color: 9109844.
HSL color Cylindrical-coordinate representation of color #54018B: hue angle of 276.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54018B is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 1 | 139 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.45 |
| HSL | 276.09º | 0.99% | 0.27% | - |
| HSV(B) | 276.09º | 0.99% | 0.55% | - |
| XYZ | 8.33 | 3.77 | 24.72 | - |
| YUV | 41.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 139 | 0.40 | 0.99 | 0 | 0.45 | 276.09 | 0.99 | 0.27 |
| Hex | 54 | 1 | 8B | 28 | 63 | 0 | 2D | 114 | 63 | 1B |
| Octal | 124 | 1 | 213 | 50 | 143 | 0 | 55 | 424 | 143 | 33 |
| Binary | 1010100 | 1 | 10001011 | 101000 | 1100011 | 0 | 101101 | 100010100 | 1100011 | 11011 |
Color Harmonies of #54018B
Complementary color
Monochromatic Colors of #54018B
Black with #54018B
Text Example
Text Example
White with #54018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54018B; }
p { color: rgb(84,1,139); }
H1.HeaderClassName
{
color: #54018B;
}
.AnyTagClassName
{
color: #54018B;
}
</style>
background-color css
<style>
a { background-color: #54018B; }
a { background-color: rgb(84,1,139); }
div.DivClassName
{
background-color: #54018B;
}
.BgClassName
{
background-color: #54018B;
}
</style>
border-color css
<style>
span { border-color: #54018B; }
span { border-color: rgb(84,1,139); }
td.TdClassName
{
border-color: #54018B;
}
.TagClassName
{
border-color: #54018B;
}
</style>