Shades of Han Purple #4200CC
Tints of Han Purple #4200CC
RGB
CMYK
RGB Variations
Color information
#4200CC (or 0x4200CC) is known color: Han Purple. HEX triplet: 42, 00 and CC. RGB value is (66,0,204). Sum of RGB (Red+Green+Blue) = 66+0+204=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 0 (0.39% from 255 or 0% 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 #4200CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200CC is #BDFF33. Grayscale: #2A2A2A. Windows color (decimal): -12451636 or 13369410. OLE color: 13369410.
HSL color Cylindrical-coordinate representation of color #4200CC: hue angle of 259.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200CC is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 0 | 204 | - |
| CMYK | 0.68 | 1 | 0 | 0.2 |
| HSL | 259.41º | 1% | 0.4% | - |
| HSV(B) | 259.41º | 1% | 0.8% | - |
| XYZ | 13.15 | 5.52 | 57.5 | - |
| YUV | 42.99 | 218.87 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 204 | 0.68 | 1 | 0 | 0.2 | 259.41 | 1 | 0.4 |
| Hex | 42 | 0 | CC | 44 | 64 | 0 | 14 | 103 | 64 | 28 |
| Octal | 102 | 0 | 314 | 104 | 144 | 0 | 24 | 403 | 144 | 50 |
| Binary | 1000010 | 0 | 11001100 | 1000100 | 1100100 | 0 | 10100 | 100000011 | 1100100 | 101000 |
Color Harmonies of #4200CC
Complementary color
Monochromatic Colors of #4200CC
Black with #4200CC
Text Example
Text Example
White with #4200CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200CC; }
p { color: rgb(66,0,204); }
H1.HeaderClassName
{
color: #4200CC;
}
.AnyTagClassName
{
color: #4200CC;
}
</style>
background-color css
<style>
a { background-color: #4200CC; }
a { background-color: rgb(66,0,204); }
div.DivClassName
{
background-color: #4200CC;
}
.BgClassName
{
background-color: #4200CC;
}
</style>
border-color css
<style>
span { border-color: #4200CC; }
span { border-color: rgb(66,0,204); }
td.TdClassName
{
border-color: #4200CC;
}
.TagClassName
{
border-color: #4200CC;
}
</style>