Shades of Han Purple #460BFF
Tints of Han Purple #460BFF
RGB
CMYK
RGB Variations
Color information
#460BFF (or 0x460BFF) is known color: Han Purple. HEX triplet: 46, 0B and FF. RGB value is (70,11,255). Sum of RGB (Red+Green+Blue) = 70+11+255=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #460BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BFF is #B9F400. Grayscale: #373737. Windows color (decimal): -12186625 or 16714566. OLE color: 16714566.
HSL color Cylindrical-coordinate representation of color #460BFF: hue angle of 254.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460BFF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 11 | 255 | - |
| CMYK | 0.73 | 0.96 | 0 | 0 |
| HSL | 254.51º | 1% | 0.52% | - |
| HSV(B) | 254.51º | 0.96% | 1% | - |
| XYZ | 20.7 | 8.76 | 95.21 | - |
| YUV | 56.46 | 240.05 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 255 | 0.73 | 0.96 | 0 | 0 | 254.51 | 1 | 0.52 |
| Hex | 46 | B | FF | 49 | 60 | 0 | 0 | FF | 64 | 34 |
| Octal | 106 | 13 | 377 | 111 | 140 | 0 | 0 | 377 | 144 | 64 |
| Binary | 1000110 | 1011 | 11111111 | 1001001 | 1100000 | 0 | 0 | 11111111 | 1100100 | 110100 |
Color Harmonies of #460BFF
Complementary color
Monochromatic Colors of #460BFF
Black with #460BFF
Text Example
Text Example
White with #460BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BFF; }
p { color: rgb(70,11,255); }
H1.HeaderClassName
{
color: #460BFF;
}
.AnyTagClassName
{
color: #460BFF;
}
</style>
background-color css
<style>
a { background-color: #460BFF; }
a { background-color: rgb(70,11,255); }
div.DivClassName
{
background-color: #460BFF;
}
.BgClassName
{
background-color: #460BFF;
}
</style>
border-color css
<style>
span { border-color: #460BFF; }
span { border-color: rgb(70,11,255); }
td.TdClassName
{
border-color: #460BFF;
}
.TagClassName
{
border-color: #460BFF;
}
</style>