Shades of Indigo #54038B
Tints of Indigo #54038B
RGB
CMYK
RGB Variations
Color information
#54038B (or 0x54038B) is known color: Indigo. HEX triplet: 54, 03 and 8B. RGB value is (84,3,139). Sum of RGB (Red+Green+Blue) = 84+3+139=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #54038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54038B is #ABFC74. Grayscale: #2A2A2A. Windows color (decimal): -11271285 or 9110356. OLE color: 9110356.
HSL color Cylindrical-coordinate representation of color #54038B: hue angle of 275.74º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54038B is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 3 | 139 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.45 |
| HSL | 275.74º | 0.96% | 0.28% | - |
| HSV(B) | 275.74º | 0.98% | 0.55% | - |
| XYZ | 8.35 | 3.81 | 24.72 | - |
| YUV | 42.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 139 | 0.40 | 0.98 | 0 | 0.45 | 275.74 | 0.96 | 0.28 |
| Hex | 54 | 3 | 8B | 28 | 62 | 0 | 2D | 114 | 60 | 1C |
| Octal | 124 | 3 | 213 | 50 | 142 | 0 | 55 | 424 | 140 | 34 |
| Binary | 1010100 | 11 | 10001011 | 101000 | 1100010 | 0 | 101101 | 100010100 | 1100000 | 11100 |
Color Harmonies of #54038B
Complementary color
Monochromatic Colors of #54038B
Black with #54038B
Text Example
Text Example
White with #54038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54038B; }
p { color: rgb(84,3,139); }
H1.HeaderClassName
{
color: #54038B;
}
.AnyTagClassName
{
color: #54038B;
}
</style>
background-color css
<style>
a { background-color: #54038B; }
a { background-color: rgb(84,3,139); }
div.DivClassName
{
background-color: #54038B;
}
.BgClassName
{
background-color: #54038B;
}
</style>
border-color css
<style>
span { border-color: #54038B; }
span { border-color: rgb(84,3,139); }
td.TdClassName
{
border-color: #54038B;
}
.TagClassName
{
border-color: #54038B;
}
</style>