Shades of Han Purple #452EFF
Tints of Han Purple #452EFF
RGB
CMYK
RGB Variations
Color information
#452EFF (or 0x452EFF) is known color: Han Purple. HEX triplet: 45, 2E and FF. RGB value is (69,46,255). Sum of RGB (Red+Green+Blue) = 69+46+255=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #452EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452EFF is #BAD100. Grayscale: #4B4B4B. Windows color (decimal): -12243201 or 16723525. OLE color: 16723525.
HSL color Cylindrical-coordinate representation of color #452EFF: hue angle of 246.6º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452EFF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 46 | 255 | - |
| CMYK | 0.73 | 0.82 | 0 | 0 |
| HSL | 246.6º | 1% | 0.59% | - |
| HSV(B) | 246.6º | 0.82% | 1% | - |
| XYZ | 21.48 | 10.44 | 95.49 | - |
| YUV | 76.7 | 228.62 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 255 | 0.73 | 0.82 | 0 | 0 | 246.6 | 1 | 0.59 |
| Hex | 45 | 2E | FF | 49 | 52 | 0 | 0 | F7 | 64 | 3B |
| Octal | 105 | 56 | 377 | 111 | 122 | 0 | 0 | 367 | 144 | 73 |
| Binary | 1000101 | 101110 | 11111111 | 1001001 | 1010010 | 0 | 0 | 11110111 | 1100100 | 111011 |
Color Harmonies of #452EFF
Complementary color
Monochromatic Colors of #452EFF
Black with #452EFF
Text Example
Text Example
White with #452EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452EFF; }
p { color: rgb(69,46,255); }
H1.HeaderClassName
{
color: #452EFF;
}
.AnyTagClassName
{
color: #452EFF;
}
</style>
background-color css
<style>
a { background-color: #452EFF; }
a { background-color: rgb(69,46,255); }
div.DivClassName
{
background-color: #452EFF;
}
.BgClassName
{
background-color: #452EFF;
}
</style>
border-color css
<style>
span { border-color: #452EFF; }
span { border-color: rgb(69,46,255); }
td.TdClassName
{
border-color: #452EFF;
}
.TagClassName
{
border-color: #452EFF;
}
</style>