Shades of Han Purple #451FFF
Tints of Han Purple #451FFF
RGB
CMYK
RGB Variations
Color information
#451FFF (or 0x451FFF) is known color: Han Purple. HEX triplet: 45, 1F and FF. RGB value is (69,31,255). Sum of RGB (Red+Green+Blue) = 69+31+255=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #451FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451FFF is #BAE000. Grayscale: #434343. Windows color (decimal): -12247041 or 16719685. OLE color: 16719685.
HSL color Cylindrical-coordinate representation of color #451FFF: hue angle of 250.18º 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 #451FFF is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 31 | 255 | - |
| CMYK | 0.73 | 0.88 | 0 | 0 |
| HSL | 250.18º | 1% | 0.56% | - |
| HSV(B) | 250.18º | 0.88% | 1% | - |
| XYZ | 20.99 | 9.47 | 95.33 | - |
| YUV | 67.9 | 233.59 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 255 | 0.73 | 0.88 | 0 | 0 | 250.18 | 1 | 0.56 |
| Hex | 45 | 1F | FF | 49 | 58 | 0 | 0 | FA | 64 | 38 |
| Octal | 105 | 37 | 377 | 111 | 130 | 0 | 0 | 372 | 144 | 70 |
| Binary | 1000101 | 11111 | 11111111 | 1001001 | 1011000 | 0 | 0 | 11111010 | 1100100 | 111000 |
Color Harmonies of #451FFF
Complementary color
Monochromatic Colors of #451FFF
Black with #451FFF
Text Example
Text Example
White with #451FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FFF; }
p { color: rgb(69,31,255); }
H1.HeaderClassName
{
color: #451FFF;
}
.AnyTagClassName
{
color: #451FFF;
}
</style>
background-color css
<style>
a { background-color: #451FFF; }
a { background-color: rgb(69,31,255); }
div.DivClassName
{
background-color: #451FFF;
}
.BgClassName
{
background-color: #451FFF;
}
</style>
border-color css
<style>
span { border-color: #451FFF; }
span { border-color: rgb(69,31,255); }
td.TdClassName
{
border-color: #451FFF;
}
.TagClassName
{
border-color: #451FFF;
}
</style>