Shades of Han Purple #452BF3
Tints of Han Purple #452BF3
RGB
CMYK
RGB Variations
Color information
#452BF3 (or 0x452BF3) is known color: Han Purple. HEX triplet: 45, 2B and F3. RGB value is (69,43,243). Sum of RGB (Red+Green+Blue) = 69+43+243=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #452BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452BF3 is #BAD40C. Grayscale: #484848. Windows color (decimal): -12243981 or 15936325. OLE color: 15936325.
HSL color Cylindrical-coordinate representation of color #452BF3: hue angle of 247.8º degrees, saturation: 0.89, 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 #452BF3 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 43 | 243 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.05 |
| HSL | 247.8º | 0.89% | 0.56% | - |
| HSV(B) | 247.8º | 0.82% | 0.95% | - |
| XYZ | 19.5 | 9.46 | 85.59 | - |
| YUV | 73.57 | 223.61 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 243 | 0.72 | 0.82 | 0 | 0.05 | 247.8 | 0.89 | 0.56 |
| Hex | 45 | 2B | F3 | 48 | 52 | 0 | 5 | F8 | 59 | 38 |
| Octal | 105 | 53 | 363 | 110 | 122 | 0 | 5 | 370 | 131 | 70 |
| Binary | 1000101 | 101011 | 11110011 | 1001000 | 1010010 | 0 | 101 | 11111000 | 1011001 | 111000 |
Color Harmonies of #452BF3
Complementary color
Monochromatic Colors of #452BF3
Black with #452BF3
Text Example
Text Example
White with #452BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BF3; }
p { color: rgb(69,43,243); }
H1.HeaderClassName
{
color: #452BF3;
}
.AnyTagClassName
{
color: #452BF3;
}
</style>
background-color css
<style>
a { background-color: #452BF3; }
a { background-color: rgb(69,43,243); }
div.DivClassName
{
background-color: #452BF3;
}
.BgClassName
{
background-color: #452BF3;
}
</style>
border-color css
<style>
span { border-color: #452BF3; }
span { border-color: rgb(69,43,243); }
td.TdClassName
{
border-color: #452BF3;
}
.TagClassName
{
border-color: #452BF3;
}
</style>