Shades of Han Purple #450BDF
Tints of Han Purple #450BDF
RGB
CMYK
RGB Variations
Color information
#450BDF (or 0x450BDF) is known color: Han Purple. HEX triplet: 45, 0B and DF. RGB value is (69,11,223). Sum of RGB (Red+Green+Blue) = 69+11+223=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #450BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BDF is #BAF420. Grayscale: #333333. Windows color (decimal): -12252193 or 14617413. OLE color: 14617413.
HSL color Cylindrical-coordinate representation of color #450BDF: hue angle of 256.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450BDF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 11 | 223 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.13 |
| HSL | 256.42º | 0.91% | 0.46% | - |
| HSV(B) | 256.42º | 0.95% | 0.87% | - |
| XYZ | 15.89 | 6.83 | 70.29 | - |
| YUV | 52.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 223 | 0.69 | 0.95 | 0 | 0.13 | 256.42 | 0.91 | 0.46 |
| Hex | 45 | B | DF | 45 | 5F | 0 | D | 100 | 5B | 2E |
| Octal | 105 | 13 | 337 | 105 | 137 | 0 | 15 | 400 | 133 | 56 |
| Binary | 1000101 | 1011 | 11011111 | 1000101 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101110 |
Color Harmonies of #450BDF
Complementary color
Monochromatic Colors of #450BDF
Black with #450BDF
Text Example
Text Example
White with #450BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BDF; }
p { color: rgb(69,11,223); }
H1.HeaderClassName
{
color: #450BDF;
}
.AnyTagClassName
{
color: #450BDF;
}
</style>
background-color css
<style>
a { background-color: #450BDF; }
a { background-color: rgb(69,11,223); }
div.DivClassName
{
background-color: #450BDF;
}
.BgClassName
{
background-color: #450BDF;
}
</style>
border-color css
<style>
span { border-color: #450BDF; }
span { border-color: rgb(69,11,223); }
td.TdClassName
{
border-color: #450BDF;
}
.TagClassName
{
border-color: #450BDF;
}
</style>