Shades of Indigo #460368
Tints of Indigo #460368
RGB
CMYK
RGB Variations
Color information
#460368 (or 0x460368) is known color: Indigo. HEX triplet: 46, 03 and 68. RGB value is (70,3,104). Sum of RGB (Red+Green+Blue) = 70+3+104=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #460368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460368 is #B9FC97. Grayscale: #222222. Windows color (decimal): -12188824 or 6816582. OLE color: 6816582.
HSL color Cylindrical-coordinate representation of color #460368: hue angle of 279.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460368 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 3 | 104 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.59 |
| HSL | 279.8º | 0.94% | 0.21% | - |
| HSV(B) | 279.8º | 0.97% | 0.41% | - |
| XYZ | 5.06 | 2.37 | 13.29 | - |
| YUV | 34.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 104 | 0.33 | 0.97 | 0 | 0.59 | 279.8 | 0.94 | 0.21 |
| Hex | 46 | 3 | 68 | 21 | 61 | 0 | 3B | 118 | 5E | 15 |
| Octal | 106 | 3 | 150 | 41 | 141 | 0 | 73 | 430 | 136 | 25 |
| Binary | 1000110 | 11 | 1101000 | 100001 | 1100001 | 0 | 111011 | 100011000 | 1011110 | 10101 |
Color Harmonies of #460368
Complementary color
Monochromatic Colors of #460368
Black with #460368
Text Example
Text Example
White with #460368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460368; }
p { color: rgb(70,3,104); }
H1.HeaderClassName
{
color: #460368;
}
.AnyTagClassName
{
color: #460368;
}
</style>
background-color css
<style>
a { background-color: #460368; }
a { background-color: rgb(70,3,104); }
div.DivClassName
{
background-color: #460368;
}
.BgClassName
{
background-color: #460368;
}
</style>
border-color css
<style>
span { border-color: #460368; }
span { border-color: rgb(70,3,104); }
td.TdClassName
{
border-color: #460368;
}
.TagClassName
{
border-color: #460368;
}
</style>