Shades of Indigo #46006B
Tints of Indigo #46006B
RGB
CMYK
RGB Variations
Color information
#46006B (or 0x46006B) is known color: Indigo. HEX triplet: 46, 00 and 6B. RGB value is (70,0,107). Sum of RGB (Red+Green+Blue) = 70+0+107=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #46006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46006B is #B9FF94. Grayscale: #202020. Windows color (decimal): -12189589 or 7012422. OLE color: 7012422.
HSL color Cylindrical-coordinate representation of color #46006B: hue angle of 279.25º 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 #46006B is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 0 | 107 | - |
| CMYK | 0.35 | 1 | 0 | 0.58 |
| HSL | 279.25º | 1% | 0.21% | - |
| HSV(B) | 279.25º | 1% | 0.42% | - |
| XYZ | 5.18 | 2.36 | 14.09 | - |
| YUV | 33.13 | 169.69 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 107 | 0.35 | 1 | 0 | 0.58 | 279.25 | 1 | 0.21 |
| Hex | 46 | 0 | 6B | 23 | 64 | 0 | 3A | 117 | 64 | 15 |
| Octal | 106 | 0 | 153 | 43 | 144 | 0 | 72 | 427 | 144 | 25 |
| Binary | 1000110 | 0 | 1101011 | 100011 | 1100100 | 0 | 111010 | 100010111 | 1100100 | 10101 |
Color Harmonies of #46006B
Complementary color
Monochromatic Colors of #46006B
Black with #46006B
Text Example
Text Example
White with #46006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46006B; }
p { color: rgb(70,0,107); }
H1.HeaderClassName
{
color: #46006B;
}
.AnyTagClassName
{
color: #46006B;
}
</style>
background-color css
<style>
a { background-color: #46006B; }
a { background-color: rgb(70,0,107); }
div.DivClassName
{
background-color: #46006B;
}
.BgClassName
{
background-color: #46006B;
}
</style>
border-color css
<style>
span { border-color: #46006B; }
span { border-color: rgb(70,0,107); }
td.TdClassName
{
border-color: #46006B;
}
.TagClassName
{
border-color: #46006B;
}
</style>