Shades of Han Purple #4002CC
Tints of Han Purple #4002CC
RGB
CMYK
RGB Variations
Color information
#4002CC (or 0x4002CC) is known color: Han Purple. HEX triplet: 40, 02 and CC. RGB value is (64,2,204). Sum of RGB (Red+Green+Blue) = 64+2+204=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #4002CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002CC is #BFFD33. Grayscale: #2A2A2A. Windows color (decimal): -12582196 or 13369920. OLE color: 13369920.
HSL color Cylindrical-coordinate representation of color #4002CC: hue angle of 258.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002CC is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 2 | 204 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.2 |
| HSL | 258.42º | 0.98% | 0.4% | - |
| HSV(B) | 258.42º | 0.99% | 0.8% | - |
| XYZ | 13.04 | 5.49 | 57.5 | - |
| YUV | 43.57 | 218.54 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 204 | 0.69 | 0.99 | 0 | 0.2 | 258.42 | 0.98 | 0.4 |
| Hex | 40 | 2 | CC | 45 | 63 | 0 | 14 | 102 | 62 | 28 |
| Octal | 100 | 2 | 314 | 105 | 143 | 0 | 24 | 402 | 142 | 50 |
| Binary | 1000000 | 10 | 11001100 | 1000101 | 1100011 | 0 | 10100 | 100000010 | 1100010 | 101000 |
Color Harmonies of #4002CC
Complementary color
Monochromatic Colors of #4002CC
Black with #4002CC
Text Example
Text Example
White with #4002CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4002CC; }
p { color: rgb(64,2,204); }
H1.HeaderClassName
{
color: #4002CC;
}
.AnyTagClassName
{
color: #4002CC;
}
</style>
background-color css
<style>
a { background-color: #4002CC; }
a { background-color: rgb(64,2,204); }
div.DivClassName
{
background-color: #4002CC;
}
.BgClassName
{
background-color: #4002CC;
}
</style>
border-color css
<style>
span { border-color: #4002CC; }
span { border-color: rgb(64,2,204); }
td.TdClassName
{
border-color: #4002CC;
}
.TagClassName
{
border-color: #4002CC;
}
</style>