Shades of Han Purple #460BD4
Tints of Han Purple #460BD4
RGB
CMYK
RGB Variations
Color information
#460BD4 (or 0x460BD4) is known color: Han Purple. HEX triplet: 46, 0B and D4. RGB value is (70,11,212). Sum of RGB (Red+Green+Blue) = 70+11+212=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 212 (83.20% from 255 or 72.35% from 293); Max value from RGB is 212 - color contains mainly: blue. Hex color #460BD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BD4 is #B9F42B. Grayscale: #323232. Windows color (decimal): -12186668 or 13896518. OLE color: 13896518.
HSL color Cylindrical-coordinate representation of color #460BD4: hue angle of 257.61º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BD4 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 11 | 212 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.17 |
| HSL | 257.61º | 0.9% | 0.44% | - |
| HSV(B) | 257.61º | 0.95% | 0.83% | - |
| XYZ | 14.53 | 6.29 | 62.74 | - |
| YUV | 51.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 212 | 0.67 | 0.95 | 0 | 0.17 | 257.61 | 0.9 | 0.44 |
| Hex | 46 | B | D4 | 43 | 5F | 0 | 11 | 102 | 5A | 2C |
| Octal | 106 | 13 | 324 | 103 | 137 | 0 | 21 | 402 | 132 | 54 |
| Binary | 1000110 | 1011 | 11010100 | 1000011 | 1011111 | 0 | 10001 | 100000010 | 1011010 | 101100 |
Color Harmonies of #460BD4
Complementary color
Monochromatic Colors of #460BD4
Black with #460BD4
Text Example
Text Example
White with #460BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BD4; }
p { color: rgb(70,11,212); }
H1.HeaderClassName
{
color: #460BD4;
}
.AnyTagClassName
{
color: #460BD4;
}
</style>
background-color css
<style>
a { background-color: #460BD4; }
a { background-color: rgb(70,11,212); }
div.DivClassName
{
background-color: #460BD4;
}
.BgClassName
{
background-color: #460BD4;
}
</style>
border-color css
<style>
span { border-color: #460BD4; }
span { border-color: rgb(70,11,212); }
td.TdClassName
{
border-color: #460BD4;
}
.TagClassName
{
border-color: #460BD4;
}
</style>