Shades of Han Purple #4232DC
Tints of Han Purple #4232DC
RGB
CMYK
RGB Variations
Color information
#4232DC (or 0x4232DC) is known color: Han Purple. HEX triplet: 42, 32 and DC. RGB value is (66,50,220). Sum of RGB (Red+Green+Blue) = 66+50+220=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #4232DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232DC is #BDCD23. Grayscale: #494949. Windows color (decimal): -12438820 or 14430786. OLE color: 14430786.
HSL color Cylindrical-coordinate representation of color #4232DC: hue angle of 245.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4232DC is Cyan = 0.7, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 50 | 220 | - |
| CMYK | 0.7 | 0.77 | 0 | 0.14 |
| HSL | 245.65º | 0.71% | 0.53% | - |
| HSV(B) | 245.65º | 0.77% | 0.86% | - |
| XYZ | 16.31 | 8.61 | 68.51 | - |
| YUV | 74.16 | 210.3 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 220 | 0.7 | 0.77 | 0 | 0.14 | 245.65 | 0.71 | 0.53 |
| Hex | 42 | 32 | DC | 46 | 4D | 0 | E | F6 | 47 | 35 |
| Octal | 102 | 62 | 334 | 106 | 115 | 0 | 16 | 366 | 107 | 65 |
| Binary | 1000010 | 110010 | 11011100 | 1000110 | 1001101 | 0 | 1110 | 11110110 | 1000111 | 110101 |
Color Harmonies of #4232DC
Complementary color
Monochromatic Colors of #4232DC
Black with #4232DC
Text Example
Text Example
White with #4232DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4232DC; }
p { color: rgb(66,50,220); }
H1.HeaderClassName
{
color: #4232DC;
}
.AnyTagClassName
{
color: #4232DC;
}
</style>
background-color css
<style>
a { background-color: #4232DC; }
a { background-color: rgb(66,50,220); }
div.DivClassName
{
background-color: #4232DC;
}
.BgClassName
{
background-color: #4232DC;
}
</style>
border-color css
<style>
span { border-color: #4232DC; }
span { border-color: rgb(66,50,220); }
td.TdClassName
{
border-color: #4232DC;
}
.TagClassName
{
border-color: #4232DC;
}
</style>