Shades of Han Purple #452BE2
Tints of Han Purple #452BE2
RGB
CMYK
RGB Variations
Color information
#452BE2 (or 0x452BE2) is known color: Han Purple. HEX triplet: 45, 2B and E2. RGB value is (69,43,226). Sum of RGB (Red+Green+Blue) = 69+43+226=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #452BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452BE2 is #BAD41D. Grayscale: #464646. Windows color (decimal): -12243998 or 14822213. OLE color: 14822213.
HSL color Cylindrical-coordinate representation of color #452BE2: hue angle of 248.52º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452BE2 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 43 | 226 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.11 |
| HSL | 248.52º | 0.76% | 0.53% | - |
| HSV(B) | 248.52º | 0.81% | 0.89% | - |
| XYZ | 17.05 | 8.48 | 72.69 | - |
| YUV | 71.64 | 215.11 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 226 | 0.69 | 0.81 | 0 | 0.11 | 248.52 | 0.76 | 0.53 |
| Hex | 45 | 2B | E2 | 45 | 51 | 0 | B | F9 | 4C | 35 |
| Octal | 105 | 53 | 342 | 105 | 121 | 0 | 13 | 371 | 114 | 65 |
| Binary | 1000101 | 101011 | 11100010 | 1000101 | 1010001 | 0 | 1011 | 11111001 | 1001100 | 110101 |
Color Harmonies of #452BE2
Complementary color
Monochromatic Colors of #452BE2
Black with #452BE2
Text Example
Text Example
White with #452BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BE2; }
p { color: rgb(69,43,226); }
H1.HeaderClassName
{
color: #452BE2;
}
.AnyTagClassName
{
color: #452BE2;
}
</style>
background-color css
<style>
a { background-color: #452BE2; }
a { background-color: rgb(69,43,226); }
div.DivClassName
{
background-color: #452BE2;
}
.BgClassName
{
background-color: #452BE2;
}
</style>
border-color css
<style>
span { border-color: #452BE2; }
span { border-color: rgb(69,43,226); }
td.TdClassName
{
border-color: #452BE2;
}
.TagClassName
{
border-color: #452BE2;
}
</style>