Shades of Han Purple #462DDD
Tints of Han Purple #462DDD
RGB
CMYK
RGB Variations
Color information
#462DDD (or 0x462DDD) is known color: Han Purple. HEX triplet: 46, 2D and DD. RGB value is (70,45,221). Sum of RGB (Red+Green+Blue) = 70+45+221=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #462DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DDD is #B9D222. Grayscale: #474747. Windows color (decimal): -12177955 or 14495046. OLE color: 14495046.
HSL color Cylindrical-coordinate representation of color #462DDD: hue angle of 248.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462DDD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 45 | 221 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.13 |
| HSL | 248.52º | 0.72% | 0.52% | - |
| HSV(B) | 248.52º | 0.8% | 0.87% | - |
| XYZ | 16.52 | 8.4 | 69.16 | - |
| YUV | 72.54 | 211.78 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 221 | 0.68 | 0.80 | 0 | 0.13 | 248.52 | 0.72 | 0.52 |
| Hex | 46 | 2D | DD | 44 | 50 | 0 | D | F9 | 48 | 34 |
| Octal | 106 | 55 | 335 | 104 | 120 | 0 | 15 | 371 | 110 | 64 |
| Binary | 1000110 | 101101 | 11011101 | 1000100 | 1010000 | 0 | 1101 | 11111001 | 1001000 | 110100 |
Color Harmonies of #462DDD
Complementary color
Monochromatic Colors of #462DDD
Black with #462DDD
Text Example
Text Example
White with #462DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DDD; }
p { color: rgb(70,45,221); }
H1.HeaderClassName
{
color: #462DDD;
}
.AnyTagClassName
{
color: #462DDD;
}
</style>
background-color css
<style>
a { background-color: #462DDD; }
a { background-color: rgb(70,45,221); }
div.DivClassName
{
background-color: #462DDD;
}
.BgClassName
{
background-color: #462DDD;
}
</style>
border-color css
<style>
span { border-color: #462DDD; }
span { border-color: rgb(70,45,221); }
td.TdClassName
{
border-color: #462DDD;
}
.TagClassName
{
border-color: #462DDD;
}
</style>