Shades of Han Purple #452BF1
Tints of Han Purple #452BF1
RGB
CMYK
RGB Variations
Color information
#452BF1 (or 0x452BF1) is known color: Han Purple. HEX triplet: 45, 2B and F1. RGB value is (69,43,241). Sum of RGB (Red+Green+Blue) = 69+43+241=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #452BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BF1 is #BAD40E. Grayscale: #484848. Windows color (decimal): -12243983 or 15805253. OLE color: 15805253.
HSL color Cylindrical-coordinate representation of color #452BF1: hue angle of 247.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452BF1 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 43 | 241 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.05 |
| HSL | 247.88º | 0.88% | 0.56% | - |
| HSV(B) | 247.88º | 0.82% | 0.95% | - |
| XYZ | 19.2 | 9.34 | 84.01 | - |
| YUV | 73.35 | 222.61 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 241 | 0.71 | 0.82 | 0 | 0.05 | 247.88 | 0.88 | 0.56 |
| Hex | 45 | 2B | F1 | 47 | 52 | 0 | 5 | F8 | 58 | 38 |
| Octal | 105 | 53 | 361 | 107 | 122 | 0 | 5 | 370 | 130 | 70 |
| Binary | 1000101 | 101011 | 11110001 | 1000111 | 1010010 | 0 | 101 | 11111000 | 1011000 | 111000 |
Color Harmonies of #452BF1
Complementary color
Monochromatic Colors of #452BF1
Black with #452BF1
Text Example
Text Example
White with #452BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BF1; }
p { color: rgb(69,43,241); }
H1.HeaderClassName
{
color: #452BF1;
}
.AnyTagClassName
{
color: #452BF1;
}
</style>
background-color css
<style>
a { background-color: #452BF1; }
a { background-color: rgb(69,43,241); }
div.DivClassName
{
background-color: #452BF1;
}
.BgClassName
{
background-color: #452BF1;
}
</style>
border-color css
<style>
span { border-color: #452BF1; }
span { border-color: rgb(69,43,241); }
td.TdClassName
{
border-color: #452BF1;
}
.TagClassName
{
border-color: #452BF1;
}
</style>