Shades of Han Purple #4304FA
Tints of Han Purple #4304FA
RGB
CMYK
RGB Variations
Color information
#4304FA (or 0x4304FA) is known color: Han Purple. HEX triplet: 43, 04 and FA. RGB value is (67,4,250). Sum of RGB (Red+Green+Blue) = 67+4+250=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #4304FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4304FA is #BCFB05. Grayscale: #313131. Windows color (decimal): -12385030 or 16385091. OLE color: 16385091.
HSL color Cylindrical-coordinate representation of color #4304FA: hue angle of 255.37º degrees, saturation: 0.97, 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 #4304FA is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 4 | 250 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.02 |
| HSL | 255.37º | 0.97% | 0.5% | - |
| HSV(B) | 255.37º | 0.98% | 0.98% | - |
| XYZ | 19.61 | 8.18 | 90.99 | - |
| YUV | 50.88 | 240.37 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 250 | 0.73 | 0.98 | 0 | 0.02 | 255.37 | 0.97 | 0.5 |
| Hex | 43 | 4 | FA | 49 | 62 | 0 | 2 | FF | 61 | 32 |
| Octal | 103 | 4 | 372 | 111 | 142 | 0 | 2 | 377 | 141 | 62 |
| Binary | 1000011 | 100 | 11111010 | 1001001 | 1100010 | 0 | 10 | 11111111 | 1100001 | 110010 |
Color Harmonies of #4304FA
Complementary color
Monochromatic Colors of #4304FA
Black with #4304FA
Text Example
Text Example
White with #4304FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304FA; }
p { color: rgb(67,4,250); }
H1.HeaderClassName
{
color: #4304FA;
}
.AnyTagClassName
{
color: #4304FA;
}
</style>
background-color css
<style>
a { background-color: #4304FA; }
a { background-color: rgb(67,4,250); }
div.DivClassName
{
background-color: #4304FA;
}
.BgClassName
{
background-color: #4304FA;
}
</style>
border-color css
<style>
span { border-color: #4304FA; }
span { border-color: rgb(67,4,250); }
td.TdClassName
{
border-color: #4304FA;
}
.TagClassName
{
border-color: #4304FA;
}
</style>