Shades of Han Purple #4231E5
Tints of Han Purple #4231E5
RGB
CMYK
RGB Variations
Color information
#4231E5 (or 0x4231E5) is known color: Han Purple. HEX triplet: 42, 31 and E5. RGB value is (66,49,229). Sum of RGB (Red+Green+Blue) = 66+49+229=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #4231E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231E5 is #BDCE1A. Grayscale: #494949. Windows color (decimal): -12439067 or 15020354. OLE color: 15020354.
HSL color Cylindrical-coordinate representation of color #4231E5: hue angle of 245.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4231E5 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 49 | 229 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.10 |
| HSL | 245.67º | 0.78% | 0.55% | - |
| HSV(B) | 245.67º | 0.79% | 0.9% | - |
| XYZ | 17.49 | 9.01 | 74.95 | - |
| YUV | 74.6 | 215.13 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 229 | 0.71 | 0.79 | 0 | 0.10 | 245.67 | 0.78 | 0.55 |
| Hex | 42 | 31 | E5 | 47 | 4F | 0 | A | F6 | 4E | 37 |
| Octal | 102 | 61 | 345 | 107 | 117 | 0 | 12 | 366 | 116 | 67 |
| Binary | 1000010 | 110001 | 11100101 | 1000111 | 1001111 | 0 | 1010 | 11110110 | 1001110 | 110111 |
Color Harmonies of #4231E5
Complementary color
Monochromatic Colors of #4231E5
Black with #4231E5
Text Example
Text Example
White with #4231E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231E5; }
p { color: rgb(66,49,229); }
H1.HeaderClassName
{
color: #4231E5;
}
.AnyTagClassName
{
color: #4231E5;
}
</style>
background-color css
<style>
a { background-color: #4231E5; }
a { background-color: rgb(66,49,229); }
div.DivClassName
{
background-color: #4231E5;
}
.BgClassName
{
background-color: #4231E5;
}
</style>
border-color css
<style>
span { border-color: #4231E5; }
span { border-color: rgb(66,49,229); }
td.TdClassName
{
border-color: #4231E5;
}
.TagClassName
{
border-color: #4231E5;
}
</style>