Shades of Han Purple #261DEC
Tints of Han Purple #261DEC
RGB
CMYK
RGB Variations
Color information
#261DEC (or 0x261DEC) is known color: Han Purple. HEX triplet: 26, 1D and EC. RGB value is (38,29,236). Sum of RGB (Red+Green+Blue) = 38+29+236=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #261DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261DEC is #D9E213. Grayscale: #363636. Windows color (decimal): -14279188 or 15473958. OLE color: 15473958.
HSL color Cylindrical-coordinate representation of color #261DEC: hue angle of 242.61º degrees, saturation: 0.84, 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 #261DEC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 29 | 236 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.07 |
| HSL | 242.61º | 0.84% | 0.52% | - |
| HSV(B) | 242.61º | 0.88% | 0.93% | - |
| XYZ | 16.38 | 7.35 | 79.91 | - |
| YUV | 55.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 236 | 0.84 | 0.88 | 0 | 0.07 | 242.61 | 0.84 | 0.52 |
| Hex | 26 | 1D | EC | 54 | 58 | 0 | 7 | F3 | 54 | 34 |
| Octal | 46 | 35 | 354 | 124 | 130 | 0 | 7 | 363 | 124 | 64 |
| Binary | 100110 | 11101 | 11101100 | 1010100 | 1011000 | 0 | 111 | 11110011 | 1010100 | 110100 |
Color Harmonies of #261DEC
Complementary color
Monochromatic Colors of #261DEC
Black with #261DEC
Text Example
Text Example
White with #261DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DEC; }
p { color: rgb(38,29,236); }
H1.HeaderClassName
{
color: #261DEC;
}
.AnyTagClassName
{
color: #261DEC;
}
</style>
background-color css
<style>
a { background-color: #261DEC; }
a { background-color: rgb(38,29,236); }
div.DivClassName
{
background-color: #261DEC;
}
.BgClassName
{
background-color: #261DEC;
}
</style>
border-color css
<style>
span { border-color: #261DEC; }
span { border-color: rgb(38,29,236); }
td.TdClassName
{
border-color: #261DEC;
}
.TagClassName
{
border-color: #261DEC;
}
</style>