Shades of Indigo #460688
Tints of Indigo #460688
RGB
CMYK
RGB Variations
Color information
#460688 (or 0x460688) is known color: Indigo. HEX triplet: 46, 06 and 88. RGB value is (70,6,136). Sum of RGB (Red+Green+Blue) = 70+6+136=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #460688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460688 is #B9F977. Grayscale: #272727. Windows color (decimal): -12188024 or 8914502. OLE color: 8914502.
HSL color Cylindrical-coordinate representation of color #460688: hue angle of 269.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460688 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 6 | 136 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.47 |
| HSL | 269.54º | 0.92% | 0.28% | - |
| HSV(B) | 269.54º | 0.96% | 0.53% | - |
| XYZ | 7.03 | 3.21 | 23.54 | - |
| YUV | 39.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 136 | 0.49 | 0.96 | 0 | 0.47 | 269.54 | 0.92 | 0.28 |
| Hex | 46 | 6 | 88 | 31 | 60 | 0 | 2F | 10E | 5C | 1C |
| Octal | 106 | 6 | 210 | 61 | 140 | 0 | 57 | 416 | 134 | 34 |
| Binary | 1000110 | 110 | 10001000 | 110001 | 1100000 | 0 | 101111 | 100001110 | 1011100 | 11100 |
Color Harmonies of #460688
Complementary color
Monochromatic Colors of #460688
Black with #460688
Text Example
Text Example
White with #460688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460688; }
p { color: rgb(70,6,136); }
H1.HeaderClassName
{
color: #460688;
}
.AnyTagClassName
{
color: #460688;
}
</style>
background-color css
<style>
a { background-color: #460688; }
a { background-color: rgb(70,6,136); }
div.DivClassName
{
background-color: #460688;
}
.BgClassName
{
background-color: #460688;
}
</style>
border-color css
<style>
span { border-color: #460688; }
span { border-color: rgb(70,6,136); }
td.TdClassName
{
border-color: #460688;
}
.TagClassName
{
border-color: #460688;
}
</style>