Shades of Han Purple #452CFA
Tints of Han Purple #452CFA
RGB
CMYK
RGB Variations
Color information
#452CFA (or 0x452CFA) is known color: Han Purple. HEX triplet: 45, 2C and FA. RGB value is (69,44,250). Sum of RGB (Red+Green+Blue) = 69+44+250=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #452CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452CFA is #BAD305. Grayscale: #4A4A4A. Windows color (decimal): -12243718 or 16395333. OLE color: 16395333.
HSL color Cylindrical-coordinate representation of color #452CFA: hue angle of 247.28º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #452CFA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 44 | 250 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.02 |
| HSL | 247.28º | 0.95% | 0.58% | - |
| HSV(B) | 247.28º | 0.82% | 0.98% | - |
| XYZ | 20.61 | 9.97 | 91.28 | - |
| YUV | 74.96 | 226.78 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 250 | 0.72 | 0.82 | 0 | 0.02 | 247.28 | 0.95 | 0.58 |
| Hex | 45 | 2C | FA | 48 | 52 | 0 | 2 | F7 | 5F | 3A |
| Octal | 105 | 54 | 372 | 110 | 122 | 0 | 2 | 367 | 137 | 72 |
| Binary | 1000101 | 101100 | 11111010 | 1001000 | 1010010 | 0 | 10 | 11110111 | 1011111 | 111010 |
Color Harmonies of #452CFA
Complementary color
Monochromatic Colors of #452CFA
Black with #452CFA
Text Example
Text Example
White with #452CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CFA; }
p { color: rgb(69,44,250); }
H1.HeaderClassName
{
color: #452CFA;
}
.AnyTagClassName
{
color: #452CFA;
}
</style>
background-color css
<style>
a { background-color: #452CFA; }
a { background-color: rgb(69,44,250); }
div.DivClassName
{
background-color: #452CFA;
}
.BgClassName
{
background-color: #452CFA;
}
</style>
border-color css
<style>
span { border-color: #452CFA; }
span { border-color: rgb(69,44,250); }
td.TdClassName
{
border-color: #452CFA;
}
.TagClassName
{
border-color: #452CFA;
}
</style>