Shades of Han Purple #261DE8
Tints of Han Purple #261DE8
RGB
CMYK
RGB Variations
Color information
#261DE8 (or 0x261DE8) is known color: Han Purple. HEX triplet: 26, 1D and E8. RGB value is (38,29,232). Sum of RGB (Red+Green+Blue) = 38+29+232=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #261DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261DE8 is #D9E217. Grayscale: #363636. Windows color (decimal): -14279192 or 15211814. OLE color: 15211814.
HSL color Cylindrical-coordinate representation of color #261DE8: hue angle of 242.66º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261DE8 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 29 | 232 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.09 |
| HSL | 242.66º | 0.82% | 0.51% | - |
| HSV(B) | 242.66º | 0.88% | 0.91% | - |
| XYZ | 15.8 | 7.12 | 76.88 | - |
| YUV | 54.83 | 227.98 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 232 | 0.84 | 0.88 | 0 | 0.09 | 242.66 | 0.82 | 0.51 |
| Hex | 26 | 1D | E8 | 54 | 58 | 0 | 9 | F3 | 52 | 33 |
| Octal | 46 | 35 | 350 | 124 | 130 | 0 | 11 | 363 | 122 | 63 |
| Binary | 100110 | 11101 | 11101000 | 1010100 | 1011000 | 0 | 1001 | 11110011 | 1010010 | 110011 |
Color Harmonies of #261DE8
Complementary color
Monochromatic Colors of #261DE8
Black with #261DE8
Text Example
Text Example
White with #261DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DE8; }
p { color: rgb(38,29,232); }
H1.HeaderClassName
{
color: #261DE8;
}
.AnyTagClassName
{
color: #261DE8;
}
</style>
background-color css
<style>
a { background-color: #261DE8; }
a { background-color: rgb(38,29,232); }
div.DivClassName
{
background-color: #261DE8;
}
.BgClassName
{
background-color: #261DE8;
}
</style>
border-color css
<style>
span { border-color: #261DE8; }
span { border-color: rgb(38,29,232); }
td.TdClassName
{
border-color: #261DE8;
}
.TagClassName
{
border-color: #261DE8;
}
</style>