Shades of Han Purple #451BED
Tints of Han Purple #451BED
RGB
CMYK
RGB Variations
Color information
#451BED (or 0x451BED) is known color: Han Purple. HEX triplet: 45, 1B and ED. RGB value is (69,27,237). Sum of RGB (Red+Green+Blue) = 69+27+237=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #451BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451BED is #BAE412. Grayscale: #3E3E3E. Windows color (decimal): -12248083 or 15539013. OLE color: 15539013.
HSL color Cylindrical-coordinate representation of color #451BED: hue angle of 252º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #451BED is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 27 | 237 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.07 |
| HSL | 252º | 0.85% | 0.52% | - |
| HSV(B) | 252º | 0.89% | 0.93% | - |
| XYZ | 18.13 | 8.16 | 80.74 | - |
| YUV | 63.5 | 225.91 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 237 | 0.71 | 0.89 | 0 | 0.07 | 252 | 0.85 | 0.52 |
| Hex | 45 | 1B | ED | 47 | 59 | 0 | 7 | FC | 55 | 34 |
| Octal | 105 | 33 | 355 | 107 | 131 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1000101 | 11011 | 11101101 | 1000111 | 1011001 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #451BED
Complementary color
Monochromatic Colors of #451BED
Black with #451BED
Text Example
Text Example
White with #451BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451BED; }
p { color: rgb(69,27,237); }
H1.HeaderClassName
{
color: #451BED;
}
.AnyTagClassName
{
color: #451BED;
}
</style>
background-color css
<style>
a { background-color: #451BED; }
a { background-color: rgb(69,27,237); }
div.DivClassName
{
background-color: #451BED;
}
.BgClassName
{
background-color: #451BED;
}
</style>
border-color css
<style>
span { border-color: #451BED; }
span { border-color: rgb(69,27,237); }
td.TdClassName
{
border-color: #451BED;
}
.TagClassName
{
border-color: #451BED;
}
</style>