Shades of Han Purple #261DED
Tints of Han Purple #261DED
RGB
CMYK
RGB Variations
Color information
#261DED (or 0x261DED) is known color: Han Purple. HEX triplet: 26, 1D and ED. RGB value is (38,29,237). Sum of RGB (Red+Green+Blue) = 38+29+237=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #261DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261DED is #D9E212. Grayscale: #363636. Windows color (decimal): -14279187 or 15539494. OLE color: 15539494.
HSL color Cylindrical-coordinate representation of color #261DED: hue angle of 242.6º 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 #261DED is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 29 | 237 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.07 |
| HSL | 242.6º | 0.85% | 0.52% | - |
| HSV(B) | 242.6º | 0.88% | 0.93% | - |
| XYZ | 16.52 | 7.41 | 80.68 | - |
| YUV | 55.4 | 230.48 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 237 | 0.84 | 0.88 | 0 | 0.07 | 242.6 | 0.85 | 0.52 |
| Hex | 26 | 1D | ED | 54 | 58 | 0 | 7 | F3 | 55 | 34 |
| Octal | 46 | 35 | 355 | 124 | 130 | 0 | 7 | 363 | 125 | 64 |
| Binary | 100110 | 11101 | 11101101 | 1010100 | 1011000 | 0 | 111 | 11110011 | 1010101 | 110100 |
Color Harmonies of #261DED
Complementary color
Monochromatic Colors of #261DED
Black with #261DED
Text Example
Text Example
White with #261DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DED; }
p { color: rgb(38,29,237); }
H1.HeaderClassName
{
color: #261DED;
}
.AnyTagClassName
{
color: #261DED;
}
</style>
background-color css
<style>
a { background-color: #261DED; }
a { background-color: rgb(38,29,237); }
div.DivClassName
{
background-color: #261DED;
}
.BgClassName
{
background-color: #261DED;
}
</style>
border-color css
<style>
span { border-color: #261DED; }
span { border-color: rgb(38,29,237); }
td.TdClassName
{
border-color: #261DED;
}
.TagClassName
{
border-color: #261DED;
}
</style>