Shades of Han Purple #451CFF
Tints of Han Purple #451CFF
RGB
CMYK
RGB Variations
Color information
#451CFF (or 0x451CFF) is known color: Han Purple. HEX triplet: 45, 1C and FF. RGB value is (69,28,255). Sum of RGB (Red+Green+Blue) = 69+28+255=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #451CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451CFF is #BAE300. Grayscale: #414141. Windows color (decimal): -12247809 or 16718917. OLE color: 16718917.
HSL color Cylindrical-coordinate representation of color #451CFF: hue angle of 250.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451CFF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 28 | 255 | - |
| CMYK | 0.73 | 0.89 | 0 | 0 |
| HSL | 250.84º | 1% | 0.55% | - |
| HSV(B) | 250.84º | 0.89% | 1% | - |
| XYZ | 20.92 | 9.32 | 95.3 | - |
| YUV | 66.14 | 234.58 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 255 | 0.73 | 0.89 | 0 | 0 | 250.84 | 1 | 0.55 |
| Hex | 45 | 1C | FF | 49 | 59 | 0 | 0 | FB | 64 | 37 |
| Octal | 105 | 34 | 377 | 111 | 131 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000101 | 11100 | 11111111 | 1001001 | 1011001 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #451CFF
Complementary color
Monochromatic Colors of #451CFF
Black with #451CFF
Text Example
Text Example
White with #451CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CFF; }
p { color: rgb(69,28,255); }
H1.HeaderClassName
{
color: #451CFF;
}
.AnyTagClassName
{
color: #451CFF;
}
</style>
background-color css
<style>
a { background-color: #451CFF; }
a { background-color: rgb(69,28,255); }
div.DivClassName
{
background-color: #451CFF;
}
.BgClassName
{
background-color: #451CFF;
}
</style>
border-color css
<style>
span { border-color: #451CFF; }
span { border-color: rgb(69,28,255); }
td.TdClassName
{
border-color: #451CFF;
}
.TagClassName
{
border-color: #451CFF;
}
</style>