Shades of Han Purple #461CEF
Tints of Han Purple #461CEF
RGB
CMYK
RGB Variations
Color information
#461CEF (or 0x461CEF) is known color: Han Purple. HEX triplet: 46, 1C and EF. RGB value is (70,28,239). Sum of RGB (Red+Green+Blue) = 70+28+239=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #461CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CEF is #B9E310. Grayscale: #3F3F3F. Windows color (decimal): -12182289 or 15670342. OLE color: 15670342.
HSL color Cylindrical-coordinate representation of color #461CEF: hue angle of 251.94º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CEF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 28 | 239 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.06 |
| HSL | 251.94º | 0.87% | 0.52% | - |
| HSV(B) | 251.94º | 0.88% | 0.94% | - |
| XYZ | 18.52 | 8.36 | 82.3 | - |
| YUV | 64.61 | 226.41 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 239 | 0.71 | 0.88 | 0 | 0.06 | 251.94 | 0.87 | 0.52 |
| Hex | 46 | 1C | EF | 47 | 58 | 0 | 6 | FC | 57 | 34 |
| Octal | 106 | 34 | 357 | 107 | 130 | 0 | 6 | 374 | 127 | 64 |
| Binary | 1000110 | 11100 | 11101111 | 1000111 | 1011000 | 0 | 110 | 11111100 | 1010111 | 110100 |
Color Harmonies of #461CEF
Complementary color
Monochromatic Colors of #461CEF
Black with #461CEF
Text Example
Text Example
White with #461CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CEF; }
p { color: rgb(70,28,239); }
H1.HeaderClassName
{
color: #461CEF;
}
.AnyTagClassName
{
color: #461CEF;
}
</style>
background-color css
<style>
a { background-color: #461CEF; }
a { background-color: rgb(70,28,239); }
div.DivClassName
{
background-color: #461CEF;
}
.BgClassName
{
background-color: #461CEF;
}
</style>
border-color css
<style>
span { border-color: #461CEF; }
span { border-color: rgb(70,28,239); }
td.TdClassName
{
border-color: #461CEF;
}
.TagClassName
{
border-color: #461CEF;
}
</style>