Shades of Han Purple #4201CB
Tints of Han Purple #4201CB
RGB
CMYK
RGB Variations
Color information
#4201CB (or 0x4201CB) is known color: Han Purple. HEX triplet: 42, 01 and CB. RGB value is (66,1,203). Sum of RGB (Red+Green+Blue) = 66+1+203=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #4201CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4201CB is #BDFE34. Grayscale: #2A2A2A. Windows color (decimal): -12451381 or 13304130. OLE color: 13304130.
HSL color Cylindrical-coordinate representation of color #4201CB: hue angle of 259.31º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4201CB is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 1 | 203 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.20 |
| HSL | 259.31º | 0.99% | 0.4% | - |
| HSV(B) | 259.31º | 1% | 0.8% | - |
| XYZ | 13.04 | 5.49 | 56.87 | - |
| YUV | 43.46 | 218.03 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 203 | 0.67 | 1.00 | 0 | 0.20 | 259.31 | 0.99 | 0.4 |
| Hex | 42 | 1 | CB | 43 | 64 | 0 | 14 | 103 | 63 | 28 |
| Octal | 102 | 1 | 313 | 103 | 144 | 0 | 24 | 403 | 143 | 50 |
| Binary | 1000010 | 1 | 11001011 | 1000011 | 1100100 | 0 | 10100 | 100000011 | 1100011 | 101000 |
Color Harmonies of #4201CB
Complementary color
Monochromatic Colors of #4201CB
Black with #4201CB
Text Example
Text Example
White with #4201CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4201CB; }
p { color: rgb(66,1,203); }
H1.HeaderClassName
{
color: #4201CB;
}
.AnyTagClassName
{
color: #4201CB;
}
</style>
background-color css
<style>
a { background-color: #4201CB; }
a { background-color: rgb(66,1,203); }
div.DivClassName
{
background-color: #4201CB;
}
.BgClassName
{
background-color: #4201CB;
}
</style>
border-color css
<style>
span { border-color: #4201CB; }
span { border-color: rgb(66,1,203); }
td.TdClassName
{
border-color: #4201CB;
}
.TagClassName
{
border-color: #4201CB;
}
</style>