Shades of Indigo #460067
Tints of Indigo #460067
RGB
CMYK
RGB Variations
Color information
#460067 (or 0x460067) is known color: Indigo. HEX triplet: 46, 00 and 67. RGB value is (70,0,103). Sum of RGB (Red+Green+Blue) = 70+0+103=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #460067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460067 is #B9FF98. Grayscale: #202020. Windows color (decimal): -12189593 or 6750278. OLE color: 6750278.
HSL color Cylindrical-coordinate representation of color #460067: hue angle of 280.78º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460067 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 0 | 103 | - |
| CMYK | 0.32 | 1 | 0 | 0.60 |
| HSL | 280.78º | 1% | 0.2% | - |
| HSV(B) | 280.78º | 1% | 0.4% | - |
| XYZ | 4.97 | 2.28 | 13.01 | - |
| YUV | 32.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 103 | 0.32 | 1 | 0 | 0.60 | 280.78 | 1 | 0.2 |
| Hex | 46 | 0 | 67 | 20 | 64 | 0 | 3C | 119 | 64 | 14 |
| Octal | 106 | 0 | 147 | 40 | 144 | 0 | 74 | 431 | 144 | 24 |
| Binary | 1000110 | 0 | 1100111 | 100000 | 1100100 | 0 | 111100 | 100011001 | 1100100 | 10100 |
Color Harmonies of #460067
Complementary color
Monochromatic Colors of #460067
Black with #460067
Text Example
Text Example
White with #460067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460067; }
p { color: rgb(70,0,103); }
H1.HeaderClassName
{
color: #460067;
}
.AnyTagClassName
{
color: #460067;
}
</style>
background-color css
<style>
a { background-color: #460067; }
a { background-color: rgb(70,0,103); }
div.DivClassName
{
background-color: #460067;
}
.BgClassName
{
background-color: #460067;
}
</style>
border-color css
<style>
span { border-color: #460067; }
span { border-color: rgb(70,0,103); }
td.TdClassName
{
border-color: #460067;
}
.TagClassName
{
border-color: #460067;
}
</style>