Shades of Han Purple #4203CC
Tints of Han Purple #4203CC
RGB
CMYK
RGB Variations
Color information
#4203CC (or 0x4203CC) is known color: Han Purple. HEX triplet: 42, 03 and CC. RGB value is (66,3,204). Sum of RGB (Red+Green+Blue) = 66+3+204=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #4203CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4203CC is #BDFC33. Grayscale: #2C2C2C. Windows color (decimal): -12450868 or 13370178. OLE color: 13370178.
HSL color Cylindrical-coordinate representation of color #4203CC: hue angle of 258.81º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4203CC is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 3 | 204 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.2 |
| HSL | 258.81º | 0.97% | 0.41% | - |
| HSV(B) | 258.81º | 0.99% | 0.8% | - |
| XYZ | 13.18 | 5.58 | 57.51 | - |
| YUV | 44.75 | 217.87 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 204 | 0.68 | 0.99 | 0 | 0.2 | 258.81 | 0.97 | 0.41 |
| Hex | 42 | 3 | CC | 44 | 63 | 0 | 14 | 103 | 61 | 29 |
| Octal | 102 | 3 | 314 | 104 | 143 | 0 | 24 | 403 | 141 | 51 |
| Binary | 1000010 | 11 | 11001100 | 1000100 | 1100011 | 0 | 10100 | 100000011 | 1100001 | 101001 |
Color Harmonies of #4203CC
Complementary color
Monochromatic Colors of #4203CC
Black with #4203CC
Text Example
Text Example
White with #4203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203CC; }
p { color: rgb(66,3,204); }
H1.HeaderClassName
{
color: #4203CC;
}
.AnyTagClassName
{
color: #4203CC;
}
</style>
background-color css
<style>
a { background-color: #4203CC; }
a { background-color: rgb(66,3,204); }
div.DivClassName
{
background-color: #4203CC;
}
.BgClassName
{
background-color: #4203CC;
}
</style>
border-color css
<style>
span { border-color: #4203CC; }
span { border-color: rgb(66,3,204); }
td.TdClassName
{
border-color: #4203CC;
}
.TagClassName
{
border-color: #4203CC;
}
</style>