Shades of Han Purple #451CF8
Tints of Han Purple #451CF8
RGB
CMYK
RGB Variations
Color information
#451CF8 (or 0x451CF8) is known color: Han Purple. HEX triplet: 45, 1C and F8. RGB value is (69,28,248). Sum of RGB (Red+Green+Blue) = 69+28+248=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #451CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451CF8 is #BAE307. Grayscale: #404040. Windows color (decimal): -12247816 or 16260165. OLE color: 16260165.
HSL color Cylindrical-coordinate representation of color #451CF8: hue angle of 251.18º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451CF8 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 28 | 248 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.03 |
| HSL | 251.18º | 0.94% | 0.54% | - |
| HSV(B) | 251.18º | 0.89% | 0.97% | - |
| XYZ | 19.81 | 8.87 | 89.48 | - |
| YUV | 65.34 | 231.08 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 248 | 0.72 | 0.89 | 0 | 0.03 | 251.18 | 0.94 | 0.54 |
| Hex | 45 | 1C | F8 | 48 | 59 | 0 | 3 | FB | 5E | 36 |
| Octal | 105 | 34 | 370 | 110 | 131 | 0 | 3 | 373 | 136 | 66 |
| Binary | 1000101 | 11100 | 11111000 | 1001000 | 1011001 | 0 | 11 | 11111011 | 1011110 | 110110 |
Color Harmonies of #451CF8
Complementary color
Monochromatic Colors of #451CF8
Black with #451CF8
Text Example
Text Example
White with #451CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CF8; }
p { color: rgb(69,28,248); }
H1.HeaderClassName
{
color: #451CF8;
}
.AnyTagClassName
{
color: #451CF8;
}
</style>
background-color css
<style>
a { background-color: #451CF8; }
a { background-color: rgb(69,28,248); }
div.DivClassName
{
background-color: #451CF8;
}
.BgClassName
{
background-color: #451CF8;
}
</style>
border-color css
<style>
span { border-color: #451CF8; }
span { border-color: rgb(69,28,248); }
td.TdClassName
{
border-color: #451CF8;
}
.TagClassName
{
border-color: #451CF8;
}
</style>