Shades of Han Purple #261EEF
Tints of Han Purple #261EEF
RGB
CMYK
RGB Variations
Color information
#261EEF (or 0x261EEF) is known color: Han Purple. HEX triplet: 26, 1E and EF. RGB value is (38,30,239). Sum of RGB (Red+Green+Blue) = 38+30+239=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #261EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EEF is #D9E110. Grayscale: #373737. Windows color (decimal): -14278929 or 15670822. OLE color: 15670822.
HSL color Cylindrical-coordinate representation of color #261EEF: hue angle of 242.3º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261EEF is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 30 | 239 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.06 |
| HSL | 242.3º | 0.87% | 0.53% | - |
| HSV(B) | 242.3º | 0.87% | 0.94% | - |
| XYZ | 16.84 | 7.57 | 82.24 | - |
| YUV | 56.22 | 231.15 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 239 | 0.84 | 0.87 | 0 | 0.06 | 242.3 | 0.87 | 0.53 |
| Hex | 26 | 1E | EF | 54 | 57 | 0 | 6 | F2 | 57 | 35 |
| Octal | 46 | 36 | 357 | 124 | 127 | 0 | 6 | 362 | 127 | 65 |
| Binary | 100110 | 11110 | 11101111 | 1010100 | 1010111 | 0 | 110 | 11110010 | 1010111 | 110101 |
Color Harmonies of #261EEF
Complementary color
Monochromatic Colors of #261EEF
Black with #261EEF
Text Example
Text Example
White with #261EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EEF; }
p { color: rgb(38,30,239); }
H1.HeaderClassName
{
color: #261EEF;
}
.AnyTagClassName
{
color: #261EEF;
}
</style>
background-color css
<style>
a { background-color: #261EEF; }
a { background-color: rgb(38,30,239); }
div.DivClassName
{
background-color: #261EEF;
}
.BgClassName
{
background-color: #261EEF;
}
</style>
border-color css
<style>
span { border-color: #261EEF; }
span { border-color: rgb(38,30,239); }
td.TdClassName
{
border-color: #261EEF;
}
.TagClassName
{
border-color: #261EEF;
}
</style>