Shades of Han Purple #2621ED
Tints of Han Purple #2621ED
RGB
CMYK
RGB Variations
Color information
#2621ED (or 0x2621ED) is known color: Han Purple. HEX triplet: 26, 21 and ED. RGB value is (38,33,237). Sum of RGB (Red+Green+Blue) = 38+33+237=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 237 (92.97% from 255 or 76.95% from 308); Max value from RGB is 237 - color contains mainly: blue. Hex color #2621ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2621ED is #D9DE12. Grayscale: #383838. Windows color (decimal): -14278163 or 15540518. OLE color: 15540518.
HSL color Cylindrical-coordinate representation of color #2621ED: hue angle of 241.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2621ED is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 33 | 237 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.07 |
| HSL | 241.47º | 0.85% | 0.53% | - |
| HSV(B) | 241.47º | 0.86% | 0.93% | - |
| XYZ | 16.63 | 7.61 | 80.71 | - |
| YUV | 57.75 | 229.16 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 237 | 0.84 | 0.86 | 0 | 0.07 | 241.47 | 0.85 | 0.53 |
| Hex | 26 | 21 | ED | 54 | 56 | 0 | 7 | F1 | 55 | 35 |
| Octal | 46 | 41 | 355 | 124 | 126 | 0 | 7 | 361 | 125 | 65 |
| Binary | 100110 | 100001 | 11101101 | 1010100 | 1010110 | 0 | 111 | 11110001 | 1010101 | 110101 |
Color Harmonies of #2621ED
Complementary color
Monochromatic Colors of #2621ED
Black with #2621ED
Text Example
Text Example
White with #2621ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2621ED; }
p { color: rgb(38,33,237); }
H1.HeaderClassName
{
color: #2621ED;
}
.AnyTagClassName
{
color: #2621ED;
}
</style>
background-color css
<style>
a { background-color: #2621ED; }
a { background-color: rgb(38,33,237); }
div.DivClassName
{
background-color: #2621ED;
}
.BgClassName
{
background-color: #2621ED;
}
</style>
border-color css
<style>
span { border-color: #2621ED; }
span { border-color: rgb(38,33,237); }
td.TdClassName
{
border-color: #2621ED;
}
.TagClassName
{
border-color: #2621ED;
}
</style>