Shades of Han Purple #4223DD
Tints of Han Purple #4223DD
RGB
CMYK
RGB Variations
Color information
#4223DD (or 0x4223DD) is known color: Han Purple. HEX triplet: 42, 23 and DD. RGB value is (66,35,221). Sum of RGB (Red+Green+Blue) = 66+35+221=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #4223DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4223DD is #BDDC22. Grayscale: #404040. Windows color (decimal): -12442659 or 14492482. OLE color: 14492482.
HSL color Cylindrical-coordinate representation of color #4223DD: hue angle of 250º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4223DD is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 35 | 221 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.13 |
| HSL | 250º | 0.73% | 0.5% | - |
| HSV(B) | 250º | 0.84% | 0.87% | - |
| XYZ | 15.9 | 7.58 | 69.03 | - |
| YUV | 65.47 | 215.77 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 221 | 0.70 | 0.84 | 0 | 0.13 | 250 | 0.73 | 0.5 |
| Hex | 42 | 23 | DD | 46 | 54 | 0 | D | FA | 49 | 32 |
| Octal | 102 | 43 | 335 | 106 | 124 | 0 | 15 | 372 | 111 | 62 |
| Binary | 1000010 | 100011 | 11011101 | 1000110 | 1010100 | 0 | 1101 | 11111010 | 1001001 | 110010 |
Color Harmonies of #4223DD
Complementary color
Monochromatic Colors of #4223DD
Black with #4223DD
Text Example
Text Example
White with #4223DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223DD; }
p { color: rgb(66,35,221); }
H1.HeaderClassName
{
color: #4223DD;
}
.AnyTagClassName
{
color: #4223DD;
}
</style>
background-color css
<style>
a { background-color: #4223DD; }
a { background-color: rgb(66,35,221); }
div.DivClassName
{
background-color: #4223DD;
}
.BgClassName
{
background-color: #4223DD;
}
</style>
border-color css
<style>
span { border-color: #4223DD; }
span { border-color: rgb(66,35,221); }
td.TdClassName
{
border-color: #4223DD;
}
.TagClassName
{
border-color: #4223DD;
}
</style>