Shades of Han Purple #451CEA
Tints of Han Purple #451CEA
RGB
CMYK
RGB Variations
Color information
#451CEA (or 0x451CEA) is known color: Han Purple. HEX triplet: 45, 1C and EA. RGB value is (69,28,234). Sum of RGB (Red+Green+Blue) = 69+28+234=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #451CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451CEA is #BAE315. Grayscale: #3E3E3E. Windows color (decimal): -12247830 or 15342661. OLE color: 15342661.
HSL color Cylindrical-coordinate representation of color #451CEA: hue angle of 251.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451CEA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 28 | 234 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.08 |
| HSL | 251.94º | 0.83% | 0.51% | - |
| HSV(B) | 251.94º | 0.88% | 0.92% | - |
| XYZ | 17.72 | 8.04 | 78.46 | - |
| YUV | 63.74 | 224.08 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 234 | 0.71 | 0.88 | 0 | 0.08 | 251.94 | 0.83 | 0.51 |
| Hex | 45 | 1C | EA | 47 | 58 | 0 | 8 | FC | 53 | 33 |
| Octal | 105 | 34 | 352 | 107 | 130 | 0 | 10 | 374 | 123 | 63 |
| Binary | 1000101 | 11100 | 11101010 | 1000111 | 1011000 | 0 | 1000 | 11111100 | 1010011 | 110011 |
Color Harmonies of #451CEA
Complementary color
Monochromatic Colors of #451CEA
Black with #451CEA
Text Example
Text Example
White with #451CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CEA; }
p { color: rgb(69,28,234); }
H1.HeaderClassName
{
color: #451CEA;
}
.AnyTagClassName
{
color: #451CEA;
}
</style>
background-color css
<style>
a { background-color: #451CEA; }
a { background-color: rgb(69,28,234); }
div.DivClassName
{
background-color: #451CEA;
}
.BgClassName
{
background-color: #451CEA;
}
</style>
border-color css
<style>
span { border-color: #451CEA; }
span { border-color: rgb(69,28,234); }
td.TdClassName
{
border-color: #451CEA;
}
.TagClassName
{
border-color: #451CEA;
}
</style>