Shades of Han Purple #450BDE
Tints of Han Purple #450BDE
RGB
CMYK
RGB Variations
Color information
#450BDE (or 0x450BDE) is known color: Han Purple. HEX triplet: 45, 0B and DE. RGB value is (69,11,222). Sum of RGB (Red+Green+Blue) = 69+11+222=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #450BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BDE is #BAF421. Grayscale: #333333. Windows color (decimal): -12252194 or 14551877. OLE color: 14551877.
HSL color Cylindrical-coordinate representation of color #450BDE: hue angle of 256.49º 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 #450BDE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 11 | 222 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.13 |
| HSL | 256.49º | 0.91% | 0.46% | - |
| HSV(B) | 256.49º | 0.95% | 0.87% | - |
| XYZ | 15.76 | 6.78 | 69.59 | - |
| YUV | 52.4 | 223.72 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 222 | 0.69 | 0.95 | 0 | 0.13 | 256.49 | 0.91 | 0.46 |
| Hex | 45 | B | DE | 45 | 5F | 0 | D | 100 | 5B | 2E |
| Octal | 105 | 13 | 336 | 105 | 137 | 0 | 15 | 400 | 133 | 56 |
| Binary | 1000101 | 1011 | 11011110 | 1000101 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101110 |
Color Harmonies of #450BDE
Complementary color
Monochromatic Colors of #450BDE
Black with #450BDE
Text Example
Text Example
White with #450BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BDE; }
p { color: rgb(69,11,222); }
H1.HeaderClassName
{
color: #450BDE;
}
.AnyTagClassName
{
color: #450BDE;
}
</style>
background-color css
<style>
a { background-color: #450BDE; }
a { background-color: rgb(69,11,222); }
div.DivClassName
{
background-color: #450BDE;
}
.BgClassName
{
background-color: #450BDE;
}
</style>
border-color css
<style>
span { border-color: #450BDE; }
span { border-color: rgb(69,11,222); }
td.TdClassName
{
border-color: #450BDE;
}
.TagClassName
{
border-color: #450BDE;
}
</style>