Shades of Han Purple #450BF3
Tints of Han Purple #450BF3
RGB
CMYK
RGB Variations
Color information
#450BF3 (or 0x450BF3) is known color: Han Purple. HEX triplet: 45, 0B and F3. RGB value is (69,11,243). Sum of RGB (Red+Green+Blue) = 69+11+243=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #450BF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450BF3 is #BAF40C. Grayscale: #353535. Windows color (decimal): -12252173 or 15928133. OLE color: 15928133.
HSL color Cylindrical-coordinate representation of color #450BF3: hue angle of 255º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450BF3 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 11 | 243 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.05 |
| HSL | 255º | 0.91% | 0.5% | - |
| HSV(B) | 255º | 0.95% | 0.95% | - |
| XYZ | 18.75 | 7.98 | 85.35 | - |
| YUV | 54.79 | 234.22 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 243 | 0.72 | 0.95 | 0 | 0.05 | 255 | 0.91 | 0.5 |
| Hex | 45 | B | F3 | 48 | 5F | 0 | 5 | FF | 5B | 32 |
| Octal | 105 | 13 | 363 | 110 | 137 | 0 | 5 | 377 | 133 | 62 |
| Binary | 1000101 | 1011 | 11110011 | 1001000 | 1011111 | 0 | 101 | 11111111 | 1011011 | 110010 |
Color Harmonies of #450BF3
Complementary color
Monochromatic Colors of #450BF3
Black with #450BF3
Text Example
Text Example
White with #450BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BF3; }
p { color: rgb(69,11,243); }
H1.HeaderClassName
{
color: #450BF3;
}
.AnyTagClassName
{
color: #450BF3;
}
</style>
background-color css
<style>
a { background-color: #450BF3; }
a { background-color: rgb(69,11,243); }
div.DivClassName
{
background-color: #450BF3;
}
.BgClassName
{
background-color: #450BF3;
}
</style>
border-color css
<style>
span { border-color: #450BF3; }
span { border-color: rgb(69,11,243); }
td.TdClassName
{
border-color: #450BF3;
}
.TagClassName
{
border-color: #450BF3;
}
</style>