Shades of Indigo #46038B
Tints of Indigo #46038B
RGB
CMYK
RGB Variations
Color information
#46038B (or 0x46038B) is known color: Indigo. HEX triplet: 46, 03 and 8B. RGB value is (70,3,139). Sum of RGB (Red+Green+Blue) = 70+3+139=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #46038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46038B is #B9FC74. Grayscale: #262626. Windows color (decimal): -12188789 or 9110342. OLE color: 9110342.
HSL color Cylindrical-coordinate representation of color #46038B: hue angle of 269.56º 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 #46038B is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 3 | 139 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.45 |
| HSL | 269.56º | 0.96% | 0.28% | - |
| HSV(B) | 269.56º | 0.98% | 0.55% | - |
| XYZ | 7.22 | 3.23 | 24.67 | - |
| YUV | 38.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 139 | 0.50 | 0.98 | 0 | 0.45 | 269.56 | 0.96 | 0.28 |
| Hex | 46 | 3 | 8B | 32 | 62 | 0 | 2D | 10E | 60 | 1C |
| Octal | 106 | 3 | 213 | 62 | 142 | 0 | 55 | 416 | 140 | 34 |
| Binary | 1000110 | 11 | 10001011 | 110010 | 1100010 | 0 | 101101 | 100001110 | 1100000 | 11100 |
Color Harmonies of #46038B
Complementary color
Monochromatic Colors of #46038B
Black with #46038B
Text Example
Text Example
White with #46038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46038B; }
p { color: rgb(70,3,139); }
H1.HeaderClassName
{
color: #46038B;
}
.AnyTagClassName
{
color: #46038B;
}
</style>
background-color css
<style>
a { background-color: #46038B; }
a { background-color: rgb(70,3,139); }
div.DivClassName
{
background-color: #46038B;
}
.BgClassName
{
background-color: #46038B;
}
</style>
border-color css
<style>
span { border-color: #46038B; }
span { border-color: rgb(70,3,139); }
td.TdClassName
{
border-color: #46038B;
}
.TagClassName
{
border-color: #46038B;
}
</style>