Shades of Han Purple #452FFC
Tints of Han Purple #452FFC
RGB
CMYK
RGB Variations
Color information
#452FFC (or 0x452FFC) is known color: Han Purple. HEX triplet: 45, 2F and FC. RGB value is (69,47,252). Sum of RGB (Red+Green+Blue) = 69+47+252=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #452FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #452FFC is #BAD003. Grayscale: #4C4C4C. Windows color (decimal): -12242948 or 16527173. OLE color: 16527173.
HSL color Cylindrical-coordinate representation of color #452FFC: hue angle of 246.44º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452FFC is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 47 | 252 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.01 |
| HSL | 246.44º | 0.97% | 0.59% | - |
| HSV(B) | 246.44º | 0.81% | 0.99% | - |
| XYZ | 21.04 | 10.33 | 92.98 | - |
| YUV | 76.95 | 226.79 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 252 | 0.73 | 0.81 | 0 | 0.01 | 246.44 | 0.97 | 0.59 |
| Hex | 45 | 2F | FC | 49 | 51 | 0 | 1 | F6 | 61 | 3B |
| Octal | 105 | 57 | 374 | 111 | 121 | 0 | 1 | 366 | 141 | 73 |
| Binary | 1000101 | 101111 | 11111100 | 1001001 | 1010001 | 0 | 1 | 11110110 | 1100001 | 111011 |
Color Harmonies of #452FFC
Complementary color
Monochromatic Colors of #452FFC
Black with #452FFC
Text Example
Text Example
White with #452FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452FFC; }
p { color: rgb(69,47,252); }
H1.HeaderClassName
{
color: #452FFC;
}
.AnyTagClassName
{
color: #452FFC;
}
</style>
background-color css
<style>
a { background-color: #452FFC; }
a { background-color: rgb(69,47,252); }
div.DivClassName
{
background-color: #452FFC;
}
.BgClassName
{
background-color: #452FFC;
}
</style>
border-color css
<style>
span { border-color: #452FFC; }
span { border-color: rgb(69,47,252); }
td.TdClassName
{
border-color: #452FFC;
}
.TagClassName
{
border-color: #452FFC;
}
</style>