Shades of Han Purple #452BFF
Tints of Han Purple #452BFF
RGB
CMYK
RGB Variations
Color information
#452BFF (or 0x452BFF) is known color: Han Purple. HEX triplet: 45, 2B and FF. RGB value is (69,43,255). Sum of RGB (Red+Green+Blue) = 69+43+255=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #452BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BFF is #BAD400. Grayscale: #4A4A4A. Windows color (decimal): -12243969 or 16722757. OLE color: 16722757.
HSL color Cylindrical-coordinate representation of color #452BFF: hue angle of 247.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #452BFF is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 43 | 255 | - |
| CMYK | 0.73 | 0.83 | 0 | 0 |
| HSL | 247.36º | 1% | 0.58% | - |
| HSV(B) | 247.36º | 0.83% | 1% | - |
| XYZ | 21.37 | 10.21 | 95.45 | - |
| YUV | 74.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 255 | 0.73 | 0.83 | 0 | 0 | 247.36 | 1 | 0.58 |
| Hex | 45 | 2B | FF | 49 | 53 | 0 | 0 | F7 | 64 | 3A |
| Octal | 105 | 53 | 377 | 111 | 123 | 0 | 0 | 367 | 144 | 72 |
| Binary | 1000101 | 101011 | 11111111 | 1001001 | 1010011 | 0 | 0 | 11110111 | 1100100 | 111010 |
Color Harmonies of #452BFF
Complementary color
Monochromatic Colors of #452BFF
Black with #452BFF
Text Example
Text Example
White with #452BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BFF; }
p { color: rgb(69,43,255); }
H1.HeaderClassName
{
color: #452BFF;
}
.AnyTagClassName
{
color: #452BFF;
}
</style>
background-color css
<style>
a { background-color: #452BFF; }
a { background-color: rgb(69,43,255); }
div.DivClassName
{
background-color: #452BFF;
}
.BgClassName
{
background-color: #452BFF;
}
</style>
border-color css
<style>
span { border-color: #452BFF; }
span { border-color: rgb(69,43,255); }
td.TdClassName
{
border-color: #452BFF;
}
.TagClassName
{
border-color: #452BFF;
}
</style>