Shades of Han Purple #451CED
Tints of Han Purple #451CED
RGB
CMYK
RGB Variations
Color information
#451CED (or 0x451CED) is known color: Han Purple. HEX triplet: 45, 1C and ED. RGB value is (69,28,237). Sum of RGB (Red+Green+Blue) = 69+28+237=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #451CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451CED is #BAE312. Grayscale: #3F3F3F. Windows color (decimal): -12247827 or 15539269. OLE color: 15539269.
HSL color Cylindrical-coordinate representation of color #451CED: hue angle of 251.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451CED is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 28 | 237 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.07 |
| HSL | 251.77º | 0.85% | 0.52% | - |
| HSV(B) | 251.77º | 0.88% | 0.93% | - |
| XYZ | 18.16 | 8.21 | 80.75 | - |
| YUV | 64.09 | 225.58 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 237 | 0.71 | 0.88 | 0 | 0.07 | 251.77 | 0.85 | 0.52 |
| Hex | 45 | 1C | ED | 47 | 58 | 0 | 7 | FC | 55 | 34 |
| Octal | 105 | 34 | 355 | 107 | 130 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1000101 | 11100 | 11101101 | 1000111 | 1011000 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #451CED
Complementary color
Monochromatic Colors of #451CED
Black with #451CED
Text Example
Text Example
White with #451CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CED; }
p { color: rgb(69,28,237); }
H1.HeaderClassName
{
color: #451CED;
}
.AnyTagClassName
{
color: #451CED;
}
</style>
background-color css
<style>
a { background-color: #451CED; }
a { background-color: rgb(69,28,237); }
div.DivClassName
{
background-color: #451CED;
}
.BgClassName
{
background-color: #451CED;
}
</style>
border-color css
<style>
span { border-color: #451CED; }
span { border-color: rgb(69,28,237); }
td.TdClassName
{
border-color: #451CED;
}
.TagClassName
{
border-color: #451CED;
}
</style>