Shades of Han Purple #4302FC
Tints of Han Purple #4302FC
RGB
CMYK
RGB Variations
Color information
#4302FC (or 0x4302FC) is known color: Han Purple. HEX triplet: 43, 02 and FC. RGB value is (67,2,252). Sum of RGB (Red+Green+Blue) = 67+2+252=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #4302FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4302FC is #BCFD03. Grayscale: #313131. Windows color (decimal): -12385540 or 16515651. OLE color: 16515651.
HSL color Cylindrical-coordinate representation of color #4302FC: hue angle of 255.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302FC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 2 | 252 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.01 |
| HSL | 255.6º | 0.98% | 0.5% | - |
| HSV(B) | 255.6º | 0.99% | 0.99% | - |
| XYZ | 19.91 | 8.26 | 92.64 | - |
| YUV | 49.94 | 242.03 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 252 | 0.73 | 0.99 | 0 | 0.01 | 255.6 | 0.98 | 0.5 |
| Hex | 43 | 2 | FC | 49 | 63 | 0 | 1 | 100 | 62 | 32 |
| Octal | 103 | 2 | 374 | 111 | 143 | 0 | 1 | 400 | 142 | 62 |
| Binary | 1000011 | 10 | 11111100 | 1001001 | 1100011 | 0 | 1 | 100000000 | 1100010 | 110010 |
Color Harmonies of #4302FC
Complementary color
Monochromatic Colors of #4302FC
Black with #4302FC
Text Example
Text Example
White with #4302FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302FC; }
p { color: rgb(67,2,252); }
H1.HeaderClassName
{
color: #4302FC;
}
.AnyTagClassName
{
color: #4302FC;
}
</style>
background-color css
<style>
a { background-color: #4302FC; }
a { background-color: rgb(67,2,252); }
div.DivClassName
{
background-color: #4302FC;
}
.BgClassName
{
background-color: #4302FC;
}
</style>
border-color css
<style>
span { border-color: #4302FC; }
span { border-color: rgb(67,2,252); }
td.TdClassName
{
border-color: #4302FC;
}
.TagClassName
{
border-color: #4302FC;
}
</style>