Shades of Indigo #460366
Tints of Indigo #460366
RGB
CMYK
RGB Variations
Color information
#460366 (or 0x460366) is known color: Indigo. HEX triplet: 46, 03 and 66. RGB value is (70,3,102). Sum of RGB (Red+Green+Blue) = 70+3+102=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #460366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460366 is #B9FC99. Grayscale: #212121. Windows color (decimal): -12188826 or 6685510. OLE color: 6685510.
HSL color Cylindrical-coordinate representation of color #460366: hue angle of 280.61º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460366 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 3 | 102 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.6 |
| HSL | 280.61º | 0.94% | 0.21% | - |
| HSV(B) | 280.61º | 0.97% | 0.4% | - |
| XYZ | 4.96 | 2.33 | 12.76 | - |
| YUV | 34.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 102 | 0.31 | 0.97 | 0 | 0.6 | 280.61 | 0.94 | 0.21 |
| Hex | 46 | 3 | 66 | 1F | 61 | 0 | 3C | 119 | 5E | 15 |
| Octal | 106 | 3 | 146 | 37 | 141 | 0 | 74 | 431 | 136 | 25 |
| Binary | 1000110 | 11 | 1100110 | 11111 | 1100001 | 0 | 111100 | 100011001 | 1011110 | 10101 |
Color Harmonies of #460366
Complementary color
Monochromatic Colors of #460366
Black with #460366
Text Example
Text Example
White with #460366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460366; }
p { color: rgb(70,3,102); }
H1.HeaderClassName
{
color: #460366;
}
.AnyTagClassName
{
color: #460366;
}
</style>
background-color css
<style>
a { background-color: #460366; }
a { background-color: rgb(70,3,102); }
div.DivClassName
{
background-color: #460366;
}
.BgClassName
{
background-color: #460366;
}
</style>
border-color css
<style>
span { border-color: #460366; }
span { border-color: rgb(70,3,102); }
td.TdClassName
{
border-color: #460366;
}
.TagClassName
{
border-color: #460366;
}
</style>