Shades of Han Purple #4305EF
Tints of Han Purple #4305EF
RGB
CMYK
RGB Variations
Color information
#4305EF (or 0x4305EF) is known color: Han Purple. HEX triplet: 43, 05 and EF. RGB value is (67,5,239). Sum of RGB (Red+Green+Blue) = 67+5+239=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #4305EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4305EF is #BCFA10. Grayscale: #313131. Windows color (decimal): -12384785 or 15664451. OLE color: 15664451.
HSL color Cylindrical-coordinate representation of color #4305EF: hue angle of 255.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4305EF is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 5 | 239 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.06 |
| HSL | 255.9º | 0.96% | 0.48% | - |
| HSV(B) | 255.9º | 0.98% | 0.94% | - |
| XYZ | 17.95 | 7.53 | 82.17 | - |
| YUV | 50.21 | 234.54 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 239 | 0.72 | 0.98 | 0 | 0.06 | 255.9 | 0.96 | 0.48 |
| Hex | 43 | 5 | EF | 48 | 62 | 0 | 6 | 100 | 60 | 30 |
| Octal | 103 | 5 | 357 | 110 | 142 | 0 | 6 | 400 | 140 | 60 |
| Binary | 1000011 | 101 | 11101111 | 1001000 | 1100010 | 0 | 110 | 100000000 | 1100000 | 110000 |
Color Harmonies of #4305EF
Complementary color
Monochromatic Colors of #4305EF
Black with #4305EF
Text Example
Text Example
White with #4305EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305EF; }
p { color: rgb(67,5,239); }
H1.HeaderClassName
{
color: #4305EF;
}
.AnyTagClassName
{
color: #4305EF;
}
</style>
background-color css
<style>
a { background-color: #4305EF; }
a { background-color: rgb(67,5,239); }
div.DivClassName
{
background-color: #4305EF;
}
.BgClassName
{
background-color: #4305EF;
}
</style>
border-color css
<style>
span { border-color: #4305EF; }
span { border-color: rgb(67,5,239); }
td.TdClassName
{
border-color: #4305EF;
}
.TagClassName
{
border-color: #4305EF;
}
</style>