Shades of Han Purple #450BFD
Tints of Han Purple #450BFD
RGB
CMYK
RGB Variations
Color information
#450BFD (or 0x450BFD) is known color: Han Purple. HEX triplet: 45, 0B and FD. RGB value is (69,11,253). Sum of RGB (Red+Green+Blue) = 69+11+253=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #450BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450BFD is #BAF402. Grayscale: #373737. Windows color (decimal): -12252163 or 16583493. OLE color: 16583493.
HSL color Cylindrical-coordinate representation of color #450BFD: hue angle of 254.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450BFD is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 11 | 253 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.01 |
| HSL | 254.38º | 0.98% | 0.52% | - |
| HSV(B) | 254.38º | 0.96% | 0.99% | - |
| XYZ | 20.3 | 8.6 | 93.52 | - |
| YUV | 55.93 | 239.22 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 253 | 0.73 | 0.96 | 0 | 0.01 | 254.38 | 0.98 | 0.52 |
| Hex | 45 | B | FD | 49 | 60 | 0 | 1 | FE | 62 | 34 |
| Octal | 105 | 13 | 375 | 111 | 140 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000101 | 1011 | 11111101 | 1001001 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #450BFD
Complementary color
Monochromatic Colors of #450BFD
Black with #450BFD
Text Example
Text Example
White with #450BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BFD; }
p { color: rgb(69,11,253); }
H1.HeaderClassName
{
color: #450BFD;
}
.AnyTagClassName
{
color: #450BFD;
}
</style>
background-color css
<style>
a { background-color: #450BFD; }
a { background-color: rgb(69,11,253); }
div.DivClassName
{
background-color: #450BFD;
}
.BgClassName
{
background-color: #450BFD;
}
</style>
border-color css
<style>
span { border-color: #450BFD; }
span { border-color: rgb(69,11,253); }
td.TdClassName
{
border-color: #450BFD;
}
.TagClassName
{
border-color: #450BFD;
}
</style>