Shades of Han Purple #462DFF
Tints of Han Purple #462DFF
RGB
CMYK
RGB Variations
Color information
#462DFF (or 0x462DFF) is known color: Han Purple. HEX triplet: 46, 2D and FF. RGB value is (70,45,255). Sum of RGB (Red+Green+Blue) = 70+45+255=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #462DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462DFF is #B9D200. Grayscale: #4B4B4B. Windows color (decimal): -12177921 or 16723270. OLE color: 16723270.
HSL color Cylindrical-coordinate representation of color #462DFF: hue angle of 247.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462DFF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 45 | 255 | - |
| CMYK | 0.73 | 0.82 | 0 | 0 |
| HSL | 247.14º | 1% | 0.59% | - |
| HSV(B) | 247.14º | 0.82% | 1% | - |
| XYZ | 21.51 | 10.4 | 95.48 | - |
| YUV | 76.42 | 228.78 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 255 | 0.73 | 0.82 | 0 | 0 | 247.14 | 1 | 0.59 |
| Hex | 46 | 2D | FF | 49 | 52 | 0 | 0 | F7 | 64 | 3B |
| Octal | 106 | 55 | 377 | 111 | 122 | 0 | 0 | 367 | 144 | 73 |
| Binary | 1000110 | 101101 | 11111111 | 1001001 | 1010010 | 0 | 0 | 11110111 | 1100100 | 111011 |
Color Harmonies of #462DFF
Complementary color
Monochromatic Colors of #462DFF
Black with #462DFF
Text Example
Text Example
White with #462DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DFF; }
p { color: rgb(70,45,255); }
H1.HeaderClassName
{
color: #462DFF;
}
.AnyTagClassName
{
color: #462DFF;
}
</style>
background-color css
<style>
a { background-color: #462DFF; }
a { background-color: rgb(70,45,255); }
div.DivClassName
{
background-color: #462DFF;
}
.BgClassName
{
background-color: #462DFF;
}
</style>
border-color css
<style>
span { border-color: #462DFF; }
span { border-color: rgb(70,45,255); }
td.TdClassName
{
border-color: #462DFF;
}
.TagClassName
{
border-color: #462DFF;
}
</style>