Shades of Han Purple #4302F1
Tints of Han Purple #4302F1
RGB
CMYK
RGB Variations
Color information
#4302F1 (or 0x4302F1) is known color: Han Purple. HEX triplet: 43, 02 and F1. RGB value is (67,2,241). Sum of RGB (Red+Green+Blue) = 67+2+241=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #4302F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4302F1 is #BCFD0E. Grayscale: #2F2F2F. Windows color (decimal): -12385551 or 15794755. OLE color: 15794755.
HSL color Cylindrical-coordinate representation of color #4302F1: hue angle of 256.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302F1 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 2 | 241 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.05 |
| HSL | 256.32º | 0.98% | 0.48% | - |
| HSV(B) | 256.32º | 0.99% | 0.95% | - |
| XYZ | 18.21 | 7.59 | 83.72 | - |
| YUV | 48.68 | 236.53 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 241 | 0.72 | 0.99 | 0 | 0.05 | 256.32 | 0.98 | 0.48 |
| Hex | 43 | 2 | F1 | 48 | 63 | 0 | 5 | 100 | 62 | 30 |
| Octal | 103 | 2 | 361 | 110 | 143 | 0 | 5 | 400 | 142 | 60 |
| Binary | 1000011 | 10 | 11110001 | 1001000 | 1100011 | 0 | 101 | 100000000 | 1100010 | 110000 |
Color Harmonies of #4302F1
Complementary color
Monochromatic Colors of #4302F1
Black with #4302F1
Text Example
Text Example
White with #4302F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302F1; }
p { color: rgb(67,2,241); }
H1.HeaderClassName
{
color: #4302F1;
}
.AnyTagClassName
{
color: #4302F1;
}
</style>
background-color css
<style>
a { background-color: #4302F1; }
a { background-color: rgb(67,2,241); }
div.DivClassName
{
background-color: #4302F1;
}
.BgClassName
{
background-color: #4302F1;
}
</style>
border-color css
<style>
span { border-color: #4302F1; }
span { border-color: rgb(67,2,241); }
td.TdClassName
{
border-color: #4302F1;
}
.TagClassName
{
border-color: #4302F1;
}
</style>