Shades of Han Purple #4004CC
Tints of Han Purple #4004CC
RGB
CMYK
RGB Variations
Color information
#4004CC (or 0x4004CC) is known color: Han Purple. HEX triplet: 40, 04 and CC. RGB value is (64,4,204). Sum of RGB (Red+Green+Blue) = 64+4+204=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #4004CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4004CC is #BFFB33. Grayscale: #2C2C2C. Windows color (decimal): -12581684 or 13370432. OLE color: 13370432.
HSL color Cylindrical-coordinate representation of color #4004CC: hue angle of 258º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004CC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 4 | 204 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.2 |
| HSL | 258º | 0.96% | 0.41% | - |
| HSV(B) | 258º | 0.98% | 0.8% | - |
| XYZ | 13.06 | 5.54 | 57.51 | - |
| YUV | 44.74 | 217.88 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 204 | 0.69 | 0.98 | 0 | 0.2 | 258 | 0.96 | 0.41 |
| Hex | 40 | 4 | CC | 45 | 62 | 0 | 14 | 102 | 60 | 29 |
| Octal | 100 | 4 | 314 | 105 | 142 | 0 | 24 | 402 | 140 | 51 |
| Binary | 1000000 | 100 | 11001100 | 1000101 | 1100010 | 0 | 10100 | 100000010 | 1100000 | 101001 |
Color Harmonies of #4004CC
Complementary color
Monochromatic Colors of #4004CC
Black with #4004CC
Text Example
Text Example
White with #4004CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004CC; }
p { color: rgb(64,4,204); }
H1.HeaderClassName
{
color: #4004CC;
}
.AnyTagClassName
{
color: #4004CC;
}
</style>
background-color css
<style>
a { background-color: #4004CC; }
a { background-color: rgb(64,4,204); }
div.DivClassName
{
background-color: #4004CC;
}
.BgClassName
{
background-color: #4004CC;
}
</style>
border-color css
<style>
span { border-color: #4004CC; }
span { border-color: rgb(64,4,204); }
td.TdClassName
{
border-color: #4004CC;
}
.TagClassName
{
border-color: #4004CC;
}
</style>