Shades of Han Purple #4208DD
Tints of Han Purple #4208DD
RGB
CMYK
RGB Variations
Color information
#4208DD (or 0x4208DD) is known color: Han Purple. HEX triplet: 42, 08 and DD. RGB value is (66,8,221). Sum of RGB (Red+Green+Blue) = 66+8+221=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #4208DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4208DD is #BDF722. Grayscale: #303030. Windows color (decimal): -12449571 or 14485570. OLE color: 14485570.
HSL color Cylindrical-coordinate representation of color #4208DD: hue angle of 256.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4208DD is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 8 | 221 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.13 |
| HSL | 256.34º | 0.93% | 0.45% | - |
| HSV(B) | 256.34º | 0.96% | 0.87% | - |
| XYZ | 15.38 | 6.55 | 68.86 | - |
| YUV | 49.62 | 224.72 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 221 | 0.70 | 0.96 | 0 | 0.13 | 256.34 | 0.93 | 0.45 |
| Hex | 42 | 8 | DD | 46 | 60 | 0 | D | 100 | 5D | 2D |
| Octal | 102 | 10 | 335 | 106 | 140 | 0 | 15 | 400 | 135 | 55 |
| Binary | 1000010 | 1000 | 11011101 | 1000110 | 1100000 | 0 | 1101 | 100000000 | 1011101 | 101101 |
Color Harmonies of #4208DD
Complementary color
Monochromatic Colors of #4208DD
Black with #4208DD
Text Example
Text Example
White with #4208DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4208DD; }
p { color: rgb(66,8,221); }
H1.HeaderClassName
{
color: #4208DD;
}
.AnyTagClassName
{
color: #4208DD;
}
</style>
background-color css
<style>
a { background-color: #4208DD; }
a { background-color: rgb(66,8,221); }
div.DivClassName
{
background-color: #4208DD;
}
.BgClassName
{
background-color: #4208DD;
}
</style>
border-color css
<style>
span { border-color: #4208DD; }
span { border-color: rgb(66,8,221); }
td.TdClassName
{
border-color: #4208DD;
}
.TagClassName
{
border-color: #4208DD;
}
</style>