Shades of Han Purple #461BDA
Tints of Han Purple #461BDA
RGB
CMYK
RGB Variations
Color information
#461BDA (or 0x461BDA) is known color: Han Purple. HEX triplet: 46, 1B and DA. RGB value is (70,27,218). Sum of RGB (Red+Green+Blue) = 70+27+218=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #461BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BDA is #B9E425. Grayscale: #3C3C3C. Windows color (decimal): -12182566 or 14293830. OLE color: 14293830.
HSL color Cylindrical-coordinate representation of color #461BDA: hue angle of 253.51º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461BDA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 27 | 218 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.15 |
| HSL | 253.51º | 0.78% | 0.48% | - |
| HSV(B) | 253.51º | 0.88% | 0.85% | - |
| XYZ | 15.57 | 7.15 | 66.89 | - |
| YUV | 61.63 | 216.25 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 218 | 0.68 | 0.88 | 0 | 0.15 | 253.51 | 0.78 | 0.48 |
| Hex | 46 | 1B | DA | 44 | 58 | 0 | F | FE | 4E | 30 |
| Octal | 106 | 33 | 332 | 104 | 130 | 0 | 17 | 376 | 116 | 60 |
| Binary | 1000110 | 11011 | 11011010 | 1000100 | 1011000 | 0 | 1111 | 11111110 | 1001110 | 110000 |
Color Harmonies of #461BDA
Complementary color
Monochromatic Colors of #461BDA
Black with #461BDA
Text Example
Text Example
White with #461BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BDA; }
p { color: rgb(70,27,218); }
H1.HeaderClassName
{
color: #461BDA;
}
.AnyTagClassName
{
color: #461BDA;
}
</style>
background-color css
<style>
a { background-color: #461BDA; }
a { background-color: rgb(70,27,218); }
div.DivClassName
{
background-color: #461BDA;
}
.BgClassName
{
background-color: #461BDA;
}
</style>
border-color css
<style>
span { border-color: #461BDA; }
span { border-color: rgb(70,27,218); }
td.TdClassName
{
border-color: #461BDA;
}
.TagClassName
{
border-color: #461BDA;
}
</style>