Shades of Han Purple #261EED
Tints of Han Purple #261EED
RGB
CMYK
RGB Variations
Color information
#261EED (or 0x261EED) is known color: Han Purple. HEX triplet: 26, 1E and ED. RGB value is (38,30,237). Sum of RGB (Red+Green+Blue) = 38+30+237=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #261EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EED is #D9E112. Grayscale: #373737. Windows color (decimal): -14278931 or 15539750. OLE color: 15539750.
HSL color Cylindrical-coordinate representation of color #261EED: hue angle of 242.32º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261EED is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 30 | 237 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.07 |
| HSL | 242.32º | 0.85% | 0.52% | - |
| HSV(B) | 242.32º | 0.87% | 0.93% | - |
| XYZ | 16.55 | 7.46 | 80.69 | - |
| YUV | 55.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 237 | 0.84 | 0.87 | 0 | 0.07 | 242.32 | 0.85 | 0.52 |
| Hex | 26 | 1E | ED | 54 | 57 | 0 | 7 | F2 | 55 | 34 |
| Octal | 46 | 36 | 355 | 124 | 127 | 0 | 7 | 362 | 125 | 64 |
| Binary | 100110 | 11110 | 11101101 | 1010100 | 1010111 | 0 | 111 | 11110010 | 1010101 | 110100 |
Color Harmonies of #261EED
Complementary color
Monochromatic Colors of #261EED
Black with #261EED
Text Example
Text Example
White with #261EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EED; }
p { color: rgb(38,30,237); }
H1.HeaderClassName
{
color: #261EED;
}
.AnyTagClassName
{
color: #261EED;
}
</style>
background-color css
<style>
a { background-color: #261EED; }
a { background-color: rgb(38,30,237); }
div.DivClassName
{
background-color: #261EED;
}
.BgClassName
{
background-color: #261EED;
}
</style>
border-color css
<style>
span { border-color: #261EED; }
span { border-color: rgb(38,30,237); }
td.TdClassName
{
border-color: #261EED;
}
.TagClassName
{
border-color: #261EED;
}
</style>