Shades of Han Purple #452CEA
Tints of Han Purple #452CEA
RGB
CMYK
RGB Variations
Color information
#452CEA (or 0x452CEA) is known color: Han Purple. HEX triplet: 45, 2C and EA. RGB value is (69,44,234). Sum of RGB (Red+Green+Blue) = 69+44+234=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #452CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452CEA is #BAD315. Grayscale: #484848. Windows color (decimal): -12243734 or 15346757. OLE color: 15346757.
HSL color Cylindrical-coordinate representation of color #452CEA: hue angle of 247.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452CEA is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 44 | 234 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.08 |
| HSL | 247.89º | 0.82% | 0.55% | - |
| HSV(B) | 247.89º | 0.81% | 0.92% | - |
| XYZ | 18.21 | 9.01 | 78.62 | - |
| YUV | 73.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 234 | 0.71 | 0.81 | 0 | 0.08 | 247.89 | 0.82 | 0.55 |
| Hex | 45 | 2C | EA | 47 | 51 | 0 | 8 | F8 | 52 | 37 |
| Octal | 105 | 54 | 352 | 107 | 121 | 0 | 10 | 370 | 122 | 67 |
| Binary | 1000101 | 101100 | 11101010 | 1000111 | 1010001 | 0 | 1000 | 11111000 | 1010010 | 110111 |
Color Harmonies of #452CEA
Complementary color
Monochromatic Colors of #452CEA
Black with #452CEA
Text Example
Text Example
White with #452CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CEA; }
p { color: rgb(69,44,234); }
H1.HeaderClassName
{
color: #452CEA;
}
.AnyTagClassName
{
color: #452CEA;
}
</style>
background-color css
<style>
a { background-color: #452CEA; }
a { background-color: rgb(69,44,234); }
div.DivClassName
{
background-color: #452CEA;
}
.BgClassName
{
background-color: #452CEA;
}
</style>
border-color css
<style>
span { border-color: #452CEA; }
span { border-color: rgb(69,44,234); }
td.TdClassName
{
border-color: #452CEA;
}
.TagClassName
{
border-color: #452CEA;
}
</style>