Shades of Han Purple #450BF0
Tints of Han Purple #450BF0
RGB
CMYK
RGB Variations
Color information
#450BF0 (or 0x450BF0) is known color: Han Purple. HEX triplet: 45, 0B and F0. RGB value is (69,11,240). Sum of RGB (Red+Green+Blue) = 69+11+240=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 240 (94.14% from 255 or 75% from 320); Max value from RGB is 240 - color contains mainly: blue. Hex color #450BF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450BF0 is #BAF40F. Grayscale: #353535. Windows color (decimal): -12252176 or 15731525. OLE color: 15731525.
HSL color Cylindrical-coordinate representation of color #450BF0: hue angle of 255.2º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450BF0 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 11 | 240 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.06 |
| HSL | 255.2º | 0.91% | 0.49% | - |
| HSV(B) | 255.2º | 0.95% | 0.94% | - |
| XYZ | 18.3 | 7.8 | 82.98 | - |
| YUV | 54.45 | 232.72 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 240 | 0.71 | 0.95 | 0 | 0.06 | 255.2 | 0.91 | 0.49 |
| Hex | 45 | B | F0 | 47 | 5F | 0 | 6 | FF | 5B | 31 |
| Octal | 105 | 13 | 360 | 107 | 137 | 0 | 6 | 377 | 133 | 61 |
| Binary | 1000101 | 1011 | 11110000 | 1000111 | 1011111 | 0 | 110 | 11111111 | 1011011 | 110001 |
Color Harmonies of #450BF0
Complementary color
Monochromatic Colors of #450BF0
Black with #450BF0
Text Example
Text Example
White with #450BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450BF0; }
p { color: rgb(69,11,240); }
H1.HeaderClassName
{
color: #450BF0;
}
.AnyTagClassName
{
color: #450BF0;
}
</style>
background-color css
<style>
a { background-color: #450BF0; }
a { background-color: rgb(69,11,240); }
div.DivClassName
{
background-color: #450BF0;
}
.BgClassName
{
background-color: #450BF0;
}
</style>
border-color css
<style>
span { border-color: #450BF0; }
span { border-color: rgb(69,11,240); }
td.TdClassName
{
border-color: #450BF0;
}
.TagClassName
{
border-color: #450BF0;
}
</style>