Shades of Han Purple #4203FF
Tints of Han Purple #4203FF
RGB
CMYK
RGB Variations
Color information
#4203FF (or 0x4203FF) is known color: Han Purple. HEX triplet: 42, 03 and FF. RGB value is (66,3,255). Sum of RGB (Red+Green+Blue) = 66+3+255=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #4203FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4203FF is #BDFC00. Grayscale: #313131. Windows color (decimal): -12450817 or 16712514. OLE color: 16712514.
HSL color Cylindrical-coordinate representation of color #4203FF: hue angle of 255º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4203FF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 3 | 255 | - |
| CMYK | 0.74 | 0.99 | 0 | 0 |
| HSL | 255º | 1% | 0.51% | - |
| HSV(B) | 255º | 0.99% | 1% | - |
| XYZ | 20.33 | 8.44 | 95.17 | - |
| YUV | 50.57 | 243.37 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 255 | 0.74 | 0.99 | 0 | 0 | 255 | 1 | 0.51 |
| Hex | 42 | 3 | FF | 4A | 63 | 0 | 0 | FF | 64 | 33 |
| Octal | 102 | 3 | 377 | 112 | 143 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000010 | 11 | 11111111 | 1001010 | 1100011 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4203FF
Complementary color
Monochromatic Colors of #4203FF
Black with #4203FF
Text Example
Text Example
White with #4203FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203FF; }
p { color: rgb(66,3,255); }
H1.HeaderClassName
{
color: #4203FF;
}
.AnyTagClassName
{
color: #4203FF;
}
</style>
background-color css
<style>
a { background-color: #4203FF; }
a { background-color: rgb(66,3,255); }
div.DivClassName
{
background-color: #4203FF;
}
.BgClassName
{
background-color: #4203FF;
}
</style>
border-color css
<style>
span { border-color: #4203FF; }
span { border-color: rgb(66,3,255); }
td.TdClassName
{
border-color: #4203FF;
}
.TagClassName
{
border-color: #4203FF;
}
</style>