Shades of Han Purple #4203FA
Tints of Han Purple #4203FA
RGB
CMYK
RGB Variations
Color information
#4203FA (or 0x4203FA) is known color: Han Purple. HEX triplet: 42, 03 and FA. RGB value is (66,3,250). Sum of RGB (Red+Green+Blue) = 66+3+250=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #4203FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4203FA is #BDFC05. Grayscale: #313131. Windows color (decimal): -12450822 or 16384834. OLE color: 16384834.
HSL color Cylindrical-coordinate representation of color #4203FA: hue angle of 255.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4203FA is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 3 | 250 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.02 |
| HSL | 255.3º | 0.98% | 0.5% | - |
| HSV(B) | 255.3º | 0.99% | 0.98% | - |
| XYZ | 19.53 | 8.13 | 90.98 | - |
| YUV | 50 | 240.87 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 250 | 0.74 | 0.99 | 0 | 0.02 | 255.3 | 0.98 | 0.5 |
| Hex | 42 | 3 | FA | 4A | 63 | 0 | 2 | FF | 62 | 32 |
| Octal | 102 | 3 | 372 | 112 | 143 | 0 | 2 | 377 | 142 | 62 |
| Binary | 1000010 | 11 | 11111010 | 1001010 | 1100011 | 0 | 10 | 11111111 | 1100010 | 110010 |
Color Harmonies of #4203FA
Complementary color
Monochromatic Colors of #4203FA
Black with #4203FA
Text Example
Text Example
White with #4203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203FA; }
p { color: rgb(66,3,250); }
H1.HeaderClassName
{
color: #4203FA;
}
.AnyTagClassName
{
color: #4203FA;
}
</style>
background-color css
<style>
a { background-color: #4203FA; }
a { background-color: rgb(66,3,250); }
div.DivClassName
{
background-color: #4203FA;
}
.BgClassName
{
background-color: #4203FA;
}
</style>
border-color css
<style>
span { border-color: #4203FA; }
span { border-color: rgb(66,3,250); }
td.TdClassName
{
border-color: #4203FA;
}
.TagClassName
{
border-color: #4203FA;
}
</style>