Shades of Indigo #460567
Tints of Indigo #460567
RGB
CMYK
RGB Variations
Color information
#460567 (or 0x460567) is known color: Indigo. HEX triplet: 46, 05 and 67. RGB value is (70,5,103). Sum of RGB (Red+Green+Blue) = 70+5+103=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #460567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460567 is #B9FA98. Grayscale: #232323. Windows color (decimal): -12188313 or 6751558. OLE color: 6751558.
HSL color Cylindrical-coordinate representation of color #460567: hue angle of 279.8º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460567 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 5 | 103 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.60 |
| HSL | 279.8º | 0.91% | 0.21% | - |
| HSV(B) | 279.8º | 0.95% | 0.4% | - |
| XYZ | 5.03 | 2.39 | 13.03 | - |
| YUV | 35.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 103 | 0.32 | 0.95 | 0 | 0.60 | 279.8 | 0.91 | 0.21 |
| Hex | 46 | 5 | 67 | 20 | 5F | 0 | 3C | 118 | 5B | 15 |
| Octal | 106 | 5 | 147 | 40 | 137 | 0 | 74 | 430 | 133 | 25 |
| Binary | 1000110 | 101 | 1100111 | 100000 | 1011111 | 0 | 111100 | 100011000 | 1011011 | 10101 |
Color Harmonies of #460567
Complementary color
Monochromatic Colors of #460567
Black with #460567
Text Example
Text Example
White with #460567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460567; }
p { color: rgb(70,5,103); }
H1.HeaderClassName
{
color: #460567;
}
.AnyTagClassName
{
color: #460567;
}
</style>
background-color css
<style>
a { background-color: #460567; }
a { background-color: rgb(70,5,103); }
div.DivClassName
{
background-color: #460567;
}
.BgClassName
{
background-color: #460567;
}
</style>
border-color css
<style>
span { border-color: #460567; }
span { border-color: rgb(70,5,103); }
td.TdClassName
{
border-color: #460567;
}
.TagClassName
{
border-color: #460567;
}
</style>