Shades of Han Purple #261BEF
Tints of Han Purple #261BEF
RGB
CMYK
RGB Variations
Color information
#261BEF (or 0x261BEF) is known color: Han Purple. HEX triplet: 26, 1B and EF. RGB value is (38,27,239). Sum of RGB (Red+Green+Blue) = 38+27+239=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #261BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261BEF is #D9E410. Grayscale: #353535. Windows color (decimal): -14279697 or 15670054. OLE color: 15670054.
HSL color Cylindrical-coordinate representation of color #261BEF: hue angle of 243.11º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261BEF is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 27 | 239 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.06 |
| HSL | 243.11º | 0.87% | 0.52% | - |
| HSV(B) | 243.11º | 0.89% | 0.94% | - |
| XYZ | 16.77 | 7.43 | 82.21 | - |
| YUV | 54.46 | 232.14 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 239 | 0.84 | 0.89 | 0 | 0.06 | 243.11 | 0.87 | 0.52 |
| Hex | 26 | 1B | EF | 54 | 59 | 0 | 6 | F3 | 57 | 34 |
| Octal | 46 | 33 | 357 | 124 | 131 | 0 | 6 | 363 | 127 | 64 |
| Binary | 100110 | 11011 | 11101111 | 1010100 | 1011001 | 0 | 110 | 11110011 | 1010111 | 110100 |
Color Harmonies of #261BEF
Complementary color
Monochromatic Colors of #261BEF
Black with #261BEF
Text Example
Text Example
White with #261BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BEF; }
p { color: rgb(38,27,239); }
H1.HeaderClassName
{
color: #261BEF;
}
.AnyTagClassName
{
color: #261BEF;
}
</style>
background-color css
<style>
a { background-color: #261BEF; }
a { background-color: rgb(38,27,239); }
div.DivClassName
{
background-color: #261BEF;
}
.BgClassName
{
background-color: #261BEF;
}
</style>
border-color css
<style>
span { border-color: #261BEF; }
span { border-color: rgb(38,27,239); }
td.TdClassName
{
border-color: #261BEF;
}
.TagClassName
{
border-color: #261BEF;
}
</style>