Shades of Han Purple #451CFA
Tints of Han Purple #451CFA
RGB
CMYK
RGB Variations
Color information
#451CFA (or 0x451CFA) is known color: Han Purple. HEX triplet: 45, 1C and FA. RGB value is (69,28,250). Sum of RGB (Red+Green+Blue) = 69+28+250=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #451CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451CFA is #BAE305. Grayscale: #404040. Windows color (decimal): -12247814 or 16391237. OLE color: 16391237.
HSL color Cylindrical-coordinate representation of color #451CFA: hue angle of 251.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451CFA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 28 | 250 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.02 |
| HSL | 251.08º | 0.96% | 0.55% | - |
| HSV(B) | 251.08º | 0.89% | 0.98% | - |
| XYZ | 20.12 | 9 | 91.12 | - |
| YUV | 65.57 | 232.08 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 250 | 0.72 | 0.89 | 0 | 0.02 | 251.08 | 0.96 | 0.55 |
| Hex | 45 | 1C | FA | 48 | 59 | 0 | 2 | FB | 60 | 37 |
| Octal | 105 | 34 | 372 | 110 | 131 | 0 | 2 | 373 | 140 | 67 |
| Binary | 1000101 | 11100 | 11111010 | 1001000 | 1011001 | 0 | 10 | 11111011 | 1100000 | 110111 |
Color Harmonies of #451CFA
Complementary color
Monochromatic Colors of #451CFA
Black with #451CFA
Text Example
Text Example
White with #451CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CFA; }
p { color: rgb(69,28,250); }
H1.HeaderClassName
{
color: #451CFA;
}
.AnyTagClassName
{
color: #451CFA;
}
</style>
background-color css
<style>
a { background-color: #451CFA; }
a { background-color: rgb(69,28,250); }
div.DivClassName
{
background-color: #451CFA;
}
.BgClassName
{
background-color: #451CFA;
}
</style>
border-color css
<style>
span { border-color: #451CFA; }
span { border-color: rgb(69,28,250); }
td.TdClassName
{
border-color: #451CFA;
}
.TagClassName
{
border-color: #451CFA;
}
</style>