Shades of Han Purple #4303F1
Tints of Han Purple #4303F1
RGB
CMYK
RGB Variations
Color information
#4303F1 (or 0x4303F1) is known color: Han Purple. HEX triplet: 43, 03 and F1. RGB value is (67,3,241). Sum of RGB (Red+Green+Blue) = 67+3+241=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #4303F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4303F1 is #BCFC0E. Grayscale: #303030. Windows color (decimal): -12385295 or 15795011. OLE color: 15795011.
HSL color Cylindrical-coordinate representation of color #4303F1: hue angle of 256.13º 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 #4303F1 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 3 | 241 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.05 |
| HSL | 256.13º | 0.98% | 0.48% | - |
| HSV(B) | 256.13º | 0.99% | 0.95% | - |
| XYZ | 18.22 | 7.61 | 83.73 | - |
| YUV | 49.27 | 236.2 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 241 | 0.72 | 0.99 | 0 | 0.05 | 256.13 | 0.98 | 0.48 |
| Hex | 43 | 3 | F1 | 48 | 63 | 0 | 5 | 100 | 62 | 30 |
| Octal | 103 | 3 | 361 | 110 | 143 | 0 | 5 | 400 | 142 | 60 |
| Binary | 1000011 | 11 | 11110001 | 1001000 | 1100011 | 0 | 101 | 100000000 | 1100010 | 110000 |
Color Harmonies of #4303F1
Complementary color
Monochromatic Colors of #4303F1
Black with #4303F1
Text Example
Text Example
White with #4303F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4303F1; }
p { color: rgb(67,3,241); }
H1.HeaderClassName
{
color: #4303F1;
}
.AnyTagClassName
{
color: #4303F1;
}
</style>
background-color css
<style>
a { background-color: #4303F1; }
a { background-color: rgb(67,3,241); }
div.DivClassName
{
background-color: #4303F1;
}
.BgClassName
{
background-color: #4303F1;
}
</style>
border-color css
<style>
span { border-color: #4303F1; }
span { border-color: rgb(67,3,241); }
td.TdClassName
{
border-color: #4303F1;
}
.TagClassName
{
border-color: #4303F1;
}
</style>