Shades of Han Purple #452EF8
Tints of Han Purple #452EF8
RGB
CMYK
RGB Variations
Color information
#452EF8 (or 0x452EF8) is known color: Han Purple. HEX triplet: 45, 2E and F8. RGB value is (69,46,248). Sum of RGB (Red+Green+Blue) = 69+46+248=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 248 (97.27% from 255 or 68.32% from 363); Max value from RGB is 248 - color contains mainly: blue. Hex color #452EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452EF8 is #BAD107. Grayscale: #4B4B4B. Windows color (decimal): -12243208 or 16264773. OLE color: 16264773.
HSL color Cylindrical-coordinate representation of color #452EF8: hue angle of 246.83º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452EF8 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 46 | 248 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.03 |
| HSL | 246.83º | 0.94% | 0.58% | - |
| HSV(B) | 246.83º | 0.81% | 0.97% | - |
| XYZ | 20.37 | 10 | 89.66 | - |
| YUV | 75.91 | 225.12 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 248 | 0.72 | 0.81 | 0 | 0.03 | 246.83 | 0.94 | 0.58 |
| Hex | 45 | 2E | F8 | 48 | 51 | 0 | 3 | F7 | 5E | 3A |
| Octal | 105 | 56 | 370 | 110 | 121 | 0 | 3 | 367 | 136 | 72 |
| Binary | 1000101 | 101110 | 11111000 | 1001000 | 1010001 | 0 | 11 | 11110111 | 1011110 | 111010 |
Color Harmonies of #452EF8
Complementary color
Monochromatic Colors of #452EF8
Black with #452EF8
Text Example
Text Example
White with #452EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452EF8; }
p { color: rgb(69,46,248); }
H1.HeaderClassName
{
color: #452EF8;
}
.AnyTagClassName
{
color: #452EF8;
}
</style>
background-color css
<style>
a { background-color: #452EF8; }
a { background-color: rgb(69,46,248); }
div.DivClassName
{
background-color: #452EF8;
}
.BgClassName
{
background-color: #452EF8;
}
</style>
border-color css
<style>
span { border-color: #452EF8; }
span { border-color: rgb(69,46,248); }
td.TdClassName
{
border-color: #452EF8;
}
.TagClassName
{
border-color: #452EF8;
}
</style>