Shades of Han Purple #4301F4
Tints of Han Purple #4301F4
RGB
CMYK
RGB Variations
Color information
#4301F4 (or 0x4301F4) is known color: Han Purple. HEX triplet: 43, 01 and F4. RGB value is (67,1,244). Sum of RGB (Red+Green+Blue) = 67+1+244=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 244 (95.70% from 255 or 78.21% from 312); Max value from RGB is 244 - color contains mainly: blue. Hex color #4301F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4301F4 is #BCFE0B. Grayscale: #2F2F2F. Windows color (decimal): -12385804 or 15991107. OLE color: 15991107.
HSL color Cylindrical-coordinate representation of color #4301F4: hue angle of 256.3º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4301F4 is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 1 | 244 | - |
| CMYK | 0.73 | 1.00 | 0 | 0.04 |
| HSL | 256.3º | 0.99% | 0.48% | - |
| HSV(B) | 256.3º | 1% | 0.96% | - |
| XYZ | 18.65 | 7.75 | 86.1 | - |
| YUV | 48.44 | 238.37 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 244 | 0.73 | 1.00 | 0 | 0.04 | 256.3 | 0.99 | 0.48 |
| Hex | 43 | 1 | F4 | 49 | 64 | 0 | 4 | 100 | 63 | 30 |
| Octal | 103 | 1 | 364 | 111 | 144 | 0 | 4 | 400 | 143 | 60 |
| Binary | 1000011 | 1 | 11110100 | 1001001 | 1100100 | 0 | 100 | 100000000 | 1100011 | 110000 |
Color Harmonies of #4301F4
Complementary color
Monochromatic Colors of #4301F4
Black with #4301F4
Text Example
Text Example
White with #4301F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301F4; }
p { color: rgb(67,1,244); }
H1.HeaderClassName
{
color: #4301F4;
}
.AnyTagClassName
{
color: #4301F4;
}
</style>
background-color css
<style>
a { background-color: #4301F4; }
a { background-color: rgb(67,1,244); }
div.DivClassName
{
background-color: #4301F4;
}
.BgClassName
{
background-color: #4301F4;
}
</style>
border-color css
<style>
span { border-color: #4301F4; }
span { border-color: rgb(67,1,244); }
td.TdClassName
{
border-color: #4301F4;
}
.TagClassName
{
border-color: #4301F4;
}
</style>