Shades of Indigo #460265
Tints of Indigo #460265
RGB
CMYK
RGB Variations
Color information
#460265 (or 0x460265) is known color: Indigo. HEX triplet: 46, 02 and 65. RGB value is (70,2,101). Sum of RGB (Red+Green+Blue) = 70+2+101=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #460265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460265 is #B9FD9A. Grayscale: #212121. Windows color (decimal): -12189083 or 6619718. OLE color: 6619718.
HSL color Cylindrical-coordinate representation of color #460265: hue angle of 281.21º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460265 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 2 | 101 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.60 |
| HSL | 281.21º | 0.96% | 0.2% | - |
| HSV(B) | 281.21º | 0.98% | 0.4% | - |
| XYZ | 4.9 | 2.29 | 12.49 | - |
| YUV | 33.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 101 | 0.31 | 0.98 | 0 | 0.60 | 281.21 | 0.96 | 0.2 |
| Hex | 46 | 2 | 65 | 1F | 62 | 0 | 3C | 119 | 60 | 14 |
| Octal | 106 | 2 | 145 | 37 | 142 | 0 | 74 | 431 | 140 | 24 |
| Binary | 1000110 | 10 | 1100101 | 11111 | 1100010 | 0 | 111100 | 100011001 | 1100000 | 10100 |
Color Harmonies of #460265
Complementary color
Monochromatic Colors of #460265
Black with #460265
Text Example
Text Example
White with #460265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460265; }
p { color: rgb(70,2,101); }
H1.HeaderClassName
{
color: #460265;
}
.AnyTagClassName
{
color: #460265;
}
</style>
background-color css
<style>
a { background-color: #460265; }
a { background-color: rgb(70,2,101); }
div.DivClassName
{
background-color: #460265;
}
.BgClassName
{
background-color: #460265;
}
</style>
border-color css
<style>
span { border-color: #460265; }
span { border-color: rgb(70,2,101); }
td.TdClassName
{
border-color: #460265;
}
.TagClassName
{
border-color: #460265;
}
</style>