Shades of Han Purple #4304FB
Tints of Han Purple #4304FB
RGB
CMYK
RGB Variations
Color information
#4304FB (or 0x4304FB) is known color: Han Purple. HEX triplet: 43, 04 and FB. RGB value is (67,4,251). Sum of RGB (Red+Green+Blue) = 67+4+251=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #4304FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4304FB is #BCFB04. Grayscale: #323232. Windows color (decimal): -12385029 or 16450627. OLE color: 16450627.
HSL color Cylindrical-coordinate representation of color #4304FB: hue angle of 255.3º 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 #4304FB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 4 | 251 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.02 |
| HSL | 255.3º | 0.97% | 0.5% | - |
| HSV(B) | 255.3º | 0.98% | 0.98% | - |
| XYZ | 19.77 | 8.25 | 91.82 | - |
| YUV | 51 | 240.87 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 251 | 0.73 | 0.98 | 0 | 0.02 | 255.3 | 0.97 | 0.5 |
| Hex | 43 | 4 | FB | 49 | 62 | 0 | 2 | FF | 61 | 32 |
| Octal | 103 | 4 | 373 | 111 | 142 | 0 | 2 | 377 | 141 | 62 |
| Binary | 1000011 | 100 | 11111011 | 1001001 | 1100010 | 0 | 10 | 11111111 | 1100001 | 110010 |
Color Harmonies of #4304FB
Complementary color
Monochromatic Colors of #4304FB
Black with #4304FB
Text Example
Text Example
White with #4304FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304FB; }
p { color: rgb(67,4,251); }
H1.HeaderClassName
{
color: #4304FB;
}
.AnyTagClassName
{
color: #4304FB;
}
</style>
background-color css
<style>
a { background-color: #4304FB; }
a { background-color: rgb(67,4,251); }
div.DivClassName
{
background-color: #4304FB;
}
.BgClassName
{
background-color: #4304FB;
}
</style>
border-color css
<style>
span { border-color: #4304FB; }
span { border-color: rgb(67,4,251); }
td.TdClassName
{
border-color: #4304FB;
}
.TagClassName
{
border-color: #4304FB;
}
</style>