Shades of Han Purple #461CED
Tints of Han Purple #461CED
RGB
CMYK
RGB Variations
Color information
#461CED (or 0x461CED) is known color: Han Purple. HEX triplet: 46, 1C and ED. RGB value is (70,28,237). Sum of RGB (Red+Green+Blue) = 70+28+237=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #461CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CED is #B9E312. Grayscale: #3F3F3F. Windows color (decimal): -12182291 or 15539270. OLE color: 15539270.
HSL color Cylindrical-coordinate representation of color #461CED: hue angle of 252.06º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461CED is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 28 | 237 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.07 |
| HSL | 252.06º | 0.85% | 0.52% | - |
| HSV(B) | 252.06º | 0.88% | 0.93% | - |
| XYZ | 18.23 | 8.25 | 80.75 | - |
| YUV | 64.38 | 225.41 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 237 | 0.70 | 0.88 | 0 | 0.07 | 252.06 | 0.85 | 0.52 |
| Hex | 46 | 1C | ED | 46 | 58 | 0 | 7 | FC | 55 | 34 |
| Octal | 106 | 34 | 355 | 106 | 130 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1000110 | 11100 | 11101101 | 1000110 | 1011000 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #461CED
Complementary color
Monochromatic Colors of #461CED
Black with #461CED
Text Example
Text Example
White with #461CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461CED; }
p { color: rgb(70,28,237); }
H1.HeaderClassName
{
color: #461CED;
}
.AnyTagClassName
{
color: #461CED;
}
</style>
background-color css
<style>
a { background-color: #461CED; }
a { background-color: rgb(70,28,237); }
div.DivClassName
{
background-color: #461CED;
}
.BgClassName
{
background-color: #461CED;
}
</style>
border-color css
<style>
span { border-color: #461CED; }
span { border-color: rgb(70,28,237); }
td.TdClassName
{
border-color: #461CED;
}
.TagClassName
{
border-color: #461CED;
}
</style>