Shades of Han Purple #4231ED
Tints of Han Purple #4231ED
RGB
CMYK
RGB Variations
Color information
#4231ED (or 0x4231ED) is known color: Han Purple. HEX triplet: 42, 31 and ED. RGB value is (66,49,237). Sum of RGB (Red+Green+Blue) = 66+49+237=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #4231ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4231ED is #BDCE12. Grayscale: #4A4A4A. Windows color (decimal): -12439059 or 15544642. OLE color: 15544642.
HSL color Cylindrical-coordinate representation of color #4231ED: hue angle of 245.43º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4231ED is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 49 | 237 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.07 |
| HSL | 245.43º | 0.84% | 0.56% | - |
| HSV(B) | 245.43º | 0.79% | 0.93% | - |
| XYZ | 18.63 | 9.47 | 80.97 | - |
| YUV | 75.52 | 219.13 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 237 | 0.72 | 0.79 | 0 | 0.07 | 245.43 | 0.84 | 0.56 |
| Hex | 42 | 31 | ED | 48 | 4F | 0 | 7 | F5 | 54 | 38 |
| Octal | 102 | 61 | 355 | 110 | 117 | 0 | 7 | 365 | 124 | 70 |
| Binary | 1000010 | 110001 | 11101101 | 1001000 | 1001111 | 0 | 111 | 11110101 | 1010100 | 111000 |
Color Harmonies of #4231ED
Complementary color
Monochromatic Colors of #4231ED
Black with #4231ED
Text Example
Text Example
White with #4231ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231ED; }
p { color: rgb(66,49,237); }
H1.HeaderClassName
{
color: #4231ED;
}
.AnyTagClassName
{
color: #4231ED;
}
</style>
background-color css
<style>
a { background-color: #4231ED; }
a { background-color: rgb(66,49,237); }
div.DivClassName
{
background-color: #4231ED;
}
.BgClassName
{
background-color: #4231ED;
}
</style>
border-color css
<style>
span { border-color: #4231ED; }
span { border-color: rgb(66,49,237); }
td.TdClassName
{
border-color: #4231ED;
}
.TagClassName
{
border-color: #4231ED;
}
</style>