Shades of Indigo #46018B
Tints of Indigo #46018B
RGB
CMYK
RGB Variations
Color information
#46018B (or 0x46018B) is known color: Indigo. HEX triplet: 46, 01 and 8B. RGB value is (70,1,139). Sum of RGB (Red+Green+Blue) = 70+1+139=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #46018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46018B is #B9FE74. Grayscale: #242424. Windows color (decimal): -12189301 or 9109830. OLE color: 9109830.
HSL color Cylindrical-coordinate representation of color #46018B: hue angle of 270º 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 #46018B is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 1 | 139 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.45 |
| HSL | 270º | 0.99% | 0.27% | - |
| HSV(B) | 270º | 0.99% | 0.55% | - |
| XYZ | 7.2 | 3.19 | 24.66 | - |
| YUV | 37.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 139 | 0.50 | 0.99 | 0 | 0.45 | 270 | 0.99 | 0.27 |
| Hex | 46 | 1 | 8B | 32 | 63 | 0 | 2D | 10E | 63 | 1B |
| Octal | 106 | 1 | 213 | 62 | 143 | 0 | 55 | 416 | 143 | 33 |
| Binary | 1000110 | 1 | 10001011 | 110010 | 1100011 | 0 | 101101 | 100001110 | 1100011 | 11011 |
Color Harmonies of #46018B
Complementary color
Monochromatic Colors of #46018B
Black with #46018B
Text Example
Text Example
White with #46018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46018B; }
p { color: rgb(70,1,139); }
H1.HeaderClassName
{
color: #46018B;
}
.AnyTagClassName
{
color: #46018B;
}
</style>
background-color css
<style>
a { background-color: #46018B; }
a { background-color: rgb(70,1,139); }
div.DivClassName
{
background-color: #46018B;
}
.BgClassName
{
background-color: #46018B;
}
</style>
border-color css
<style>
span { border-color: #46018B; }
span { border-color: rgb(70,1,139); }
td.TdClassName
{
border-color: #46018B;
}
.TagClassName
{
border-color: #46018B;
}
</style>