Shades of Han Purple #421CEB
Tints of Han Purple #421CEB
RGB
CMYK
RGB Variations
Color information
#421CEB (or 0x421CEB) is known color: Han Purple. HEX triplet: 42, 1C and EB. RGB value is (66,28,235). Sum of RGB (Red+Green+Blue) = 66+28+235=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #421CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CEB is #BDE314. Grayscale: #3E3E3E. Windows color (decimal): -12444437 or 15408194. OLE color: 15408194.
HSL color Cylindrical-coordinate representation of color #421CEB: hue angle of 251.01º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421CEB is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 28 | 235 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.08 |
| HSL | 251.01º | 0.84% | 0.52% | - |
| HSV(B) | 251.01º | 0.88% | 0.92% | - |
| XYZ | 17.66 | 7.99 | 79.21 | - |
| YUV | 62.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 235 | 0.72 | 0.88 | 0 | 0.08 | 251.01 | 0.84 | 0.52 |
| Hex | 42 | 1C | EB | 48 | 58 | 0 | 8 | FB | 54 | 34 |
| Octal | 102 | 34 | 353 | 110 | 130 | 0 | 10 | 373 | 124 | 64 |
| Binary | 1000010 | 11100 | 11101011 | 1001000 | 1011000 | 0 | 1000 | 11111011 | 1010100 | 110100 |
Color Harmonies of #421CEB
Complementary color
Monochromatic Colors of #421CEB
Black with #421CEB
Text Example
Text Example
White with #421CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CEB; }
p { color: rgb(66,28,235); }
H1.HeaderClassName
{
color: #421CEB;
}
.AnyTagClassName
{
color: #421CEB;
}
</style>
background-color css
<style>
a { background-color: #421CEB; }
a { background-color: rgb(66,28,235); }
div.DivClassName
{
background-color: #421CEB;
}
.BgClassName
{
background-color: #421CEB;
}
</style>
border-color css
<style>
span { border-color: #421CEB; }
span { border-color: rgb(66,28,235); }
td.TdClassName
{
border-color: #421CEB;
}
.TagClassName
{
border-color: #421CEB;
}
</style>