Shades of Han Purple #4305FA
Tints of Han Purple #4305FA
RGB
CMYK
RGB Variations
Color information
#4305FA (or 0x4305FA) is known color: Han Purple. HEX triplet: 43, 05 and FA. RGB value is (67,5,250). Sum of RGB (Red+Green+Blue) = 67+5+250=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #4305FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4305FA is #BCFA05. Grayscale: #323232. Windows color (decimal): -12384774 or 16385347. OLE color: 16385347.
HSL color Cylindrical-coordinate representation of color #4305FA: hue angle of 255.18º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4305FA is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 5 | 250 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.02 |
| HSL | 255.18º | 0.96% | 0.5% | - |
| HSV(B) | 255.18º | 0.98% | 0.98% | - |
| XYZ | 19.62 | 8.2 | 90.99 | - |
| YUV | 51.47 | 240.04 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 250 | 0.73 | 0.98 | 0 | 0.02 | 255.18 | 0.96 | 0.5 |
| Hex | 43 | 5 | FA | 49 | 62 | 0 | 2 | FF | 60 | 32 |
| Octal | 103 | 5 | 372 | 111 | 142 | 0 | 2 | 377 | 140 | 62 |
| Binary | 1000011 | 101 | 11111010 | 1001001 | 1100010 | 0 | 10 | 11111111 | 1100000 | 110010 |
Color Harmonies of #4305FA
Complementary color
Monochromatic Colors of #4305FA
Black with #4305FA
Text Example
Text Example
White with #4305FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305FA; }
p { color: rgb(67,5,250); }
H1.HeaderClassName
{
color: #4305FA;
}
.AnyTagClassName
{
color: #4305FA;
}
</style>
background-color css
<style>
a { background-color: #4305FA; }
a { background-color: rgb(67,5,250); }
div.DivClassName
{
background-color: #4305FA;
}
.BgClassName
{
background-color: #4305FA;
}
</style>
border-color css
<style>
span { border-color: #4305FA; }
span { border-color: rgb(67,5,250); }
td.TdClassName
{
border-color: #4305FA;
}
.TagClassName
{
border-color: #4305FA;
}
</style>