Shades of Indigo #460365
Tints of Indigo #460365
RGB
CMYK
RGB Variations
Color information
#460365 (or 0x460365) is known color: Indigo. HEX triplet: 46, 03 and 65. RGB value is (70,3,101). Sum of RGB (Red+Green+Blue) = 70+3+101=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #460365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460365 is #B9FC9A. Grayscale: #212121. Windows color (decimal): -12188827 or 6619974. OLE color: 6619974.
HSL color Cylindrical-coordinate representation of color #460365: hue angle of 281.02º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460365 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 3 | 101 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.60 |
| HSL | 281.02º | 0.94% | 0.2% | - |
| HSV(B) | 281.02º | 0.97% | 0.4% | - |
| XYZ | 4.91 | 2.31 | 12.5 | - |
| YUV | 34.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 101 | 0.31 | 0.97 | 0 | 0.60 | 281.02 | 0.94 | 0.2 |
| Hex | 46 | 3 | 65 | 1F | 61 | 0 | 3C | 119 | 5E | 14 |
| Octal | 106 | 3 | 145 | 37 | 141 | 0 | 74 | 431 | 136 | 24 |
| Binary | 1000110 | 11 | 1100101 | 11111 | 1100001 | 0 | 111100 | 100011001 | 1011110 | 10100 |
Color Harmonies of #460365
Complementary color
Monochromatic Colors of #460365
Black with #460365
Text Example
Text Example
White with #460365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460365; }
p { color: rgb(70,3,101); }
H1.HeaderClassName
{
color: #460365;
}
.AnyTagClassName
{
color: #460365;
}
</style>
background-color css
<style>
a { background-color: #460365; }
a { background-color: rgb(70,3,101); }
div.DivClassName
{
background-color: #460365;
}
.BgClassName
{
background-color: #460365;
}
</style>
border-color css
<style>
span { border-color: #460365; }
span { border-color: rgb(70,3,101); }
td.TdClassName
{
border-color: #460365;
}
.TagClassName
{
border-color: #460365;
}
</style>