Shades of Han Purple #4301EF
Tints of Han Purple #4301EF
RGB
CMYK
RGB Variations
Color information
#4301EF (or 0x4301EF) is known color: Han Purple. HEX triplet: 43, 01 and EF. RGB value is (67,1,239). Sum of RGB (Red+Green+Blue) = 67+1+239=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #4301EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4301EF is #BCFE10. Grayscale: #2E2E2E. Windows color (decimal): -12385809 or 15663427. OLE color: 15663427.
HSL color Cylindrical-coordinate representation of color #4301EF: hue angle of 256.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4301EF is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 1 | 239 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.06 |
| HSL | 256.64º | 0.99% | 0.47% | - |
| HSV(B) | 256.64º | 1% | 0.94% | - |
| XYZ | 17.91 | 7.45 | 82.16 | - |
| YUV | 47.87 | 235.87 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 239 | 0.72 | 1.00 | 0 | 0.06 | 256.64 | 0.99 | 0.47 |
| Hex | 43 | 1 | EF | 48 | 64 | 0 | 6 | 101 | 63 | 2F |
| Octal | 103 | 1 | 357 | 110 | 144 | 0 | 6 | 401 | 143 | 57 |
| Binary | 1000011 | 1 | 11101111 | 1001000 | 1100100 | 0 | 110 | 100000001 | 1100011 | 101111 |
Color Harmonies of #4301EF
Complementary color
Monochromatic Colors of #4301EF
Black with #4301EF
Text Example
Text Example
White with #4301EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301EF; }
p { color: rgb(67,1,239); }
H1.HeaderClassName
{
color: #4301EF;
}
.AnyTagClassName
{
color: #4301EF;
}
</style>
background-color css
<style>
a { background-color: #4301EF; }
a { background-color: rgb(67,1,239); }
div.DivClassName
{
background-color: #4301EF;
}
.BgClassName
{
background-color: #4301EF;
}
</style>
border-color css
<style>
span { border-color: #4301EF; }
span { border-color: rgb(67,1,239); }
td.TdClassName
{
border-color: #4301EF;
}
.TagClassName
{
border-color: #4301EF;
}
</style>