Shades of Han Purple #462BDF
Tints of Han Purple #462BDF
RGB
CMYK
RGB Variations
Color information
#462BDF (or 0x462BDF) is known color: Han Purple. HEX triplet: 46, 2B and DF. RGB value is (70,43,223). Sum of RGB (Red+Green+Blue) = 70+43+223=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #462BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BDF is #B9D420. Grayscale: #464646. Windows color (decimal): -12178465 or 14625606. OLE color: 14625606.
HSL color Cylindrical-coordinate representation of color #462BDF: hue angle of 249º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462BDF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 43 | 223 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 249º | 0.74% | 0.52% | - |
| HSV(B) | 249º | 0.81% | 0.87% | - |
| XYZ | 16.71 | 8.36 | 70.54 | - |
| YUV | 71.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 223 | 0.69 | 0.81 | 0 | 0.13 | 249 | 0.74 | 0.52 |
| Hex | 46 | 2B | DF | 45 | 51 | 0 | D | F9 | 4A | 34 |
| Octal | 106 | 53 | 337 | 105 | 121 | 0 | 15 | 371 | 112 | 64 |
| Binary | 1000110 | 101011 | 11011111 | 1000101 | 1010001 | 0 | 1101 | 11111001 | 1001010 | 110100 |
Color Harmonies of #462BDF
Complementary color
Monochromatic Colors of #462BDF
Black with #462BDF
Text Example
Text Example
White with #462BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462BDF; }
p { color: rgb(70,43,223); }
H1.HeaderClassName
{
color: #462BDF;
}
.AnyTagClassName
{
color: #462BDF;
}
</style>
background-color css
<style>
a { background-color: #462BDF; }
a { background-color: rgb(70,43,223); }
div.DivClassName
{
background-color: #462BDF;
}
.BgClassName
{
background-color: #462BDF;
}
</style>
border-color css
<style>
span { border-color: #462BDF; }
span { border-color: rgb(70,43,223); }
td.TdClassName
{
border-color: #462BDF;
}
.TagClassName
{
border-color: #462BDF;
}
</style>