Shades of Han Purple #450DFB
Tints of Han Purple #450DFB
RGB
CMYK
RGB Variations
Color information
#450DFB (or 0x450DFB) is known color: Han Purple. HEX triplet: 45, 0D and FB. RGB value is (69,13,251). Sum of RGB (Red+Green+Blue) = 69+13+251=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #450DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450DFB is #BAF204. Grayscale: #373737. Windows color (decimal): -12251653 or 16452933. OLE color: 16452933.
HSL color Cylindrical-coordinate representation of color #450DFB: hue angle of 254.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450DFB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 13 | 251 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.02 |
| HSL | 254.12º | 0.97% | 0.52% | - |
| HSV(B) | 254.12º | 0.95% | 0.98% | - |
| XYZ | 20.01 | 8.52 | 91.86 | - |
| YUV | 56.88 | 237.55 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 251 | 0.73 | 0.95 | 0 | 0.02 | 254.12 | 0.97 | 0.52 |
| Hex | 45 | D | FB | 49 | 5F | 0 | 2 | FE | 61 | 34 |
| Octal | 105 | 15 | 373 | 111 | 137 | 0 | 2 | 376 | 141 | 64 |
| Binary | 1000101 | 1101 | 11111011 | 1001001 | 1011111 | 0 | 10 | 11111110 | 1100001 | 110100 |
Color Harmonies of #450DFB
Complementary color
Monochromatic Colors of #450DFB
Black with #450DFB
Text Example
Text Example
White with #450DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450DFB; }
p { color: rgb(69,13,251); }
H1.HeaderClassName
{
color: #450DFB;
}
.AnyTagClassName
{
color: #450DFB;
}
</style>
background-color css
<style>
a { background-color: #450DFB; }
a { background-color: rgb(69,13,251); }
div.DivClassName
{
background-color: #450DFB;
}
.BgClassName
{
background-color: #450DFB;
}
</style>
border-color css
<style>
span { border-color: #450DFB; }
span { border-color: rgb(69,13,251); }
td.TdClassName
{
border-color: #450DFB;
}
.TagClassName
{
border-color: #450DFB;
}
</style>