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