Shades of Han Purple #451EFF
Tints of Han Purple #451EFF
RGB
CMYK
RGB Variations
Color information
#451EFF (or 0x451EFF) is known color: Han Purple. HEX triplet: 45, 1E and FF. RGB value is (69,30,255). Sum of RGB (Red+Green+Blue) = 69+30+255=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #451EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451EFF is #BAE100. Grayscale: #424242. Windows color (decimal): -12247297 or 16719429. OLE color: 16719429.
HSL color Cylindrical-coordinate representation of color #451EFF: hue angle of 250.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451EFF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 30 | 255 | - |
| CMYK | 0.73 | 0.88 | 0 | 0 |
| HSL | 250.4º | 1% | 0.56% | - |
| HSV(B) | 250.4º | 0.88% | 1% | - |
| XYZ | 20.97 | 9.41 | 95.32 | - |
| YUV | 67.31 | 233.92 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 255 | 0.73 | 0.88 | 0 | 0 | 250.4 | 1 | 0.56 |
| Hex | 45 | 1E | FF | 49 | 58 | 0 | 0 | FA | 64 | 38 |
| Octal | 105 | 36 | 377 | 111 | 130 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000101 | 11110 | 11111111 | 1001001 | 1011000 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #451EFF
Complementary color
Monochromatic Colors of #451EFF
Black with #451EFF
Text Example
Text Example
White with #451EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451EFF; }
p { color: rgb(69,30,255); }
H1.HeaderClassName
{
color: #451EFF;
}
.AnyTagClassName
{
color: #451EFF;
}
</style>
background-color css
<style>
a { background-color: #451EFF; }
a { background-color: rgb(69,30,255); }
div.DivClassName
{
background-color: #451EFF;
}
.BgClassName
{
background-color: #451EFF;
}
</style>
border-color css
<style>
span { border-color: #451EFF; }
span { border-color: rgb(69,30,255); }
td.TdClassName
{
border-color: #451EFF;
}
.TagClassName
{
border-color: #451EFF;
}
</style>