Shades of Han Purple #4501EA
Tints of Han Purple #4501EA
RGB
CMYK
RGB Variations
Color information
#4501EA (or 0x4501EA) is known color: Han Purple. HEX triplet: 45, 01 and EA. RGB value is (69,1,234). Sum of RGB (Red+Green+Blue) = 69+1+234=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #4501EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4501EA is #BAFE15. Grayscale: #2F2F2F. Windows color (decimal): -12254742 or 15335749. OLE color: 15335749.
HSL color Cylindrical-coordinate representation of color #4501EA: hue angle of 257.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4501EA is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 1 | 234 | - |
| CMYK | 0.71 | 1.00 | 0 | 0.08 |
| HSL | 257.51º | 0.99% | 0.46% | - |
| HSV(B) | 257.51º | 1% | 0.92% | - |
| XYZ | 17.32 | 7.23 | 78.32 | - |
| YUV | 47.89 | 233.03 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 234 | 0.71 | 1.00 | 0 | 0.08 | 257.51 | 0.99 | 0.46 |
| Hex | 45 | 1 | EA | 47 | 64 | 0 | 8 | 102 | 63 | 2E |
| Octal | 105 | 1 | 352 | 107 | 144 | 0 | 10 | 402 | 143 | 56 |
| Binary | 1000101 | 1 | 11101010 | 1000111 | 1100100 | 0 | 1000 | 100000010 | 1100011 | 101110 |
Color Harmonies of #4501EA
Complementary color
Monochromatic Colors of #4501EA
Black with #4501EA
Text Example
Text Example
White with #4501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4501EA; }
p { color: rgb(69,1,234); }
H1.HeaderClassName
{
color: #4501EA;
}
.AnyTagClassName
{
color: #4501EA;
}
</style>
background-color css
<style>
a { background-color: #4501EA; }
a { background-color: rgb(69,1,234); }
div.DivClassName
{
background-color: #4501EA;
}
.BgClassName
{
background-color: #4501EA;
}
</style>
border-color css
<style>
span { border-color: #4501EA; }
span { border-color: rgb(69,1,234); }
td.TdClassName
{
border-color: #4501EA;
}
.TagClassName
{
border-color: #4501EA;
}
</style>