Shades of Han Purple #451CDF
Tints of Han Purple #451CDF
RGB
CMYK
RGB Variations
Color information
#451CDF (or 0x451CDF) is known color: Han Purple. HEX triplet: 45, 1C and DF. RGB value is (69,28,223). Sum of RGB (Red+Green+Blue) = 69+28+223=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #451CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CDF is #BAE320. Grayscale: #3D3D3D. Windows color (decimal): -12247841 or 14621765. OLE color: 14621765.
HSL color Cylindrical-coordinate representation of color #451CDF: hue angle of 252.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451CDF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 28 | 223 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.13 |
| HSL | 252.62º | 0.78% | 0.49% | - |
| HSV(B) | 252.62º | 0.87% | 0.87% | - |
| XYZ | 16.19 | 7.42 | 70.39 | - |
| YUV | 62.49 | 218.58 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 223 | 0.69 | 0.87 | 0 | 0.13 | 252.62 | 0.78 | 0.49 |
| Hex | 45 | 1C | DF | 45 | 57 | 0 | D | FD | 4E | 31 |
| Octal | 105 | 34 | 337 | 105 | 127 | 0 | 15 | 375 | 116 | 61 |
| Binary | 1000101 | 11100 | 11011111 | 1000101 | 1010111 | 0 | 1101 | 11111101 | 1001110 | 110001 |
Color Harmonies of #451CDF
Complementary color
Monochromatic Colors of #451CDF
Black with #451CDF
Text Example
Text Example
White with #451CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CDF; }
p { color: rgb(69,28,223); }
H1.HeaderClassName
{
color: #451CDF;
}
.AnyTagClassName
{
color: #451CDF;
}
</style>
background-color css
<style>
a { background-color: #451CDF; }
a { background-color: rgb(69,28,223); }
div.DivClassName
{
background-color: #451CDF;
}
.BgClassName
{
background-color: #451CDF;
}
</style>
border-color css
<style>
span { border-color: #451CDF; }
span { border-color: rgb(69,28,223); }
td.TdClassName
{
border-color: #451CDF;
}
.TagClassName
{
border-color: #451CDF;
}
</style>