Shades of Han Purple #4232DE
Tints of Han Purple #4232DE
RGB
CMYK
RGB Variations
Color information
#4232DE (or 0x4232DE) is known color: Han Purple. HEX triplet: 42, 32 and DE. RGB value is (66,50,222). Sum of RGB (Red+Green+Blue) = 66+50+222=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #4232DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232DE is #BDCD21. Grayscale: #494949. Windows color (decimal): -12438818 or 14561858. OLE color: 14561858.
HSL color Cylindrical-coordinate representation of color #4232DE: hue angle of 245.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4232DE is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 50 | 222 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.13 |
| HSL | 245.58º | 0.72% | 0.53% | - |
| HSV(B) | 245.58º | 0.77% | 0.87% | - |
| XYZ | 16.57 | 8.71 | 69.92 | - |
| YUV | 74.39 | 211.3 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 222 | 0.70 | 0.77 | 0 | 0.13 | 245.58 | 0.72 | 0.53 |
| Hex | 42 | 32 | DE | 46 | 4D | 0 | D | F6 | 48 | 35 |
| Octal | 102 | 62 | 336 | 106 | 115 | 0 | 15 | 366 | 110 | 65 |
| Binary | 1000010 | 110010 | 11011110 | 1000110 | 1001101 | 0 | 1101 | 11110110 | 1001000 | 110101 |
Color Harmonies of #4232DE
Complementary color
Monochromatic Colors of #4232DE
Black with #4232DE
Text Example
Text Example
White with #4232DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4232DE; }
p { color: rgb(66,50,222); }
H1.HeaderClassName
{
color: #4232DE;
}
.AnyTagClassName
{
color: #4232DE;
}
</style>
background-color css
<style>
a { background-color: #4232DE; }
a { background-color: rgb(66,50,222); }
div.DivClassName
{
background-color: #4232DE;
}
.BgClassName
{
background-color: #4232DE;
}
</style>
border-color css
<style>
span { border-color: #4232DE; }
span { border-color: rgb(66,50,222); }
td.TdClassName
{
border-color: #4232DE;
}
.TagClassName
{
border-color: #4232DE;
}
</style>