Shades of Han Purple #461BDF
Tints of Han Purple #461BDF
RGB
CMYK
RGB Variations
Color information
#461BDF (or 0x461BDF) is known color: Han Purple. HEX triplet: 46, 1B and DF. RGB value is (70,27,223). Sum of RGB (Red+Green+Blue) = 70+27+223=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #461BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BDF is #B9E420. Grayscale: #3D3D3D. Windows color (decimal): -12182561 or 14621510. OLE color: 14621510.
HSL color Cylindrical-coordinate representation of color #461BDF: hue angle of 253.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461BDF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 27 | 223 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.13 |
| HSL | 253.16º | 0.78% | 0.49% | - |
| HSV(B) | 253.16º | 0.88% | 0.87% | - |
| XYZ | 16.24 | 7.41 | 70.39 | - |
| YUV | 62.2 | 218.75 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 223 | 0.69 | 0.88 | 0 | 0.13 | 253.16 | 0.78 | 0.49 |
| Hex | 46 | 1B | DF | 45 | 58 | 0 | D | FD | 4E | 31 |
| Octal | 106 | 33 | 337 | 105 | 130 | 0 | 15 | 375 | 116 | 61 |
| Binary | 1000110 | 11011 | 11011111 | 1000101 | 1011000 | 0 | 1101 | 11111101 | 1001110 | 110001 |
Color Harmonies of #461BDF
Complementary color
Monochromatic Colors of #461BDF
Black with #461BDF
Text Example
Text Example
White with #461BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461BDF; }
p { color: rgb(70,27,223); }
H1.HeaderClassName
{
color: #461BDF;
}
.AnyTagClassName
{
color: #461BDF;
}
</style>
background-color css
<style>
a { background-color: #461BDF; }
a { background-color: rgb(70,27,223); }
div.DivClassName
{
background-color: #461BDF;
}
.BgClassName
{
background-color: #461BDF;
}
</style>
border-color css
<style>
span { border-color: #461BDF; }
span { border-color: rgb(70,27,223); }
td.TdClassName
{
border-color: #461BDF;
}
.TagClassName
{
border-color: #461BDF;
}
</style>