Shades of Han Purple #421CED
Tints of Han Purple #421CED
RGB
CMYK
RGB Variations
Color information
#421CED (or 0x421CED) is known color: Han Purple. HEX triplet: 42, 1C and ED. RGB value is (66,28,237). Sum of RGB (Red+Green+Blue) = 66+28+237=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #421CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421CED is #BDE312. Grayscale: #3E3E3E. Windows color (decimal): -12444435 or 15539266. OLE color: 15539266.
HSL color Cylindrical-coordinate representation of color #421CED: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421CED is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 28 | 237 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.07 |
| HSL | 250.91º | 0.85% | 0.52% | - |
| HSV(B) | 250.91º | 0.88% | 0.93% | - |
| XYZ | 17.95 | 8.1 | 80.74 | - |
| YUV | 63.19 | 226.09 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 237 | 0.72 | 0.88 | 0 | 0.07 | 250.91 | 0.85 | 0.52 |
| Hex | 42 | 1C | ED | 48 | 58 | 0 | 7 | FB | 55 | 34 |
| Octal | 102 | 34 | 355 | 110 | 130 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000010 | 11100 | 11101101 | 1001000 | 1011000 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #421CED
Complementary color
Monochromatic Colors of #421CED
Black with #421CED
Text Example
Text Example
White with #421CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CED; }
p { color: rgb(66,28,237); }
H1.HeaderClassName
{
color: #421CED;
}
.AnyTagClassName
{
color: #421CED;
}
</style>
background-color css
<style>
a { background-color: #421CED; }
a { background-color: rgb(66,28,237); }
div.DivClassName
{
background-color: #421CED;
}
.BgClassName
{
background-color: #421CED;
}
</style>
border-color css
<style>
span { border-color: #421CED; }
span { border-color: rgb(66,28,237); }
td.TdClassName
{
border-color: #421CED;
}
.TagClassName
{
border-color: #421CED;
}
</style>