Shades of Han Purple #261FEF
Tints of Han Purple #261FEF
RGB
CMYK
RGB Variations
Color information
#261FEF (or 0x261FEF) is known color: Han Purple. HEX triplet: 26, 1F and EF. RGB value is (38,31,239). Sum of RGB (Red+Green+Blue) = 38+31+239=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #261FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FEF is #D9E010. Grayscale: #373737. Windows color (decimal): -14278673 or 15671078. OLE color: 15671078.
HSL color Cylindrical-coordinate representation of color #261FEF: hue angle of 242.02º 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 #261FEF is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 31 | 239 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.06 |
| HSL | 242.02º | 0.87% | 0.53% | - |
| HSV(B) | 242.02º | 0.87% | 0.94% | - |
| XYZ | 16.87 | 7.62 | 82.24 | - |
| YUV | 56.81 | 230.82 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 239 | 0.84 | 0.87 | 0 | 0.06 | 242.02 | 0.87 | 0.53 |
| Hex | 26 | 1F | EF | 54 | 57 | 0 | 6 | F2 | 57 | 35 |
| Octal | 46 | 37 | 357 | 124 | 127 | 0 | 6 | 362 | 127 | 65 |
| Binary | 100110 | 11111 | 11101111 | 1010100 | 1010111 | 0 | 110 | 11110010 | 1010111 | 110101 |
Color Harmonies of #261FEF
Complementary color
Monochromatic Colors of #261FEF
Black with #261FEF
Text Example
Text Example
White with #261FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FEF; }
p { color: rgb(38,31,239); }
H1.HeaderClassName
{
color: #261FEF;
}
.AnyTagClassName
{
color: #261FEF;
}
</style>
background-color css
<style>
a { background-color: #261FEF; }
a { background-color: rgb(38,31,239); }
div.DivClassName
{
background-color: #261FEF;
}
.BgClassName
{
background-color: #261FEF;
}
</style>
border-color css
<style>
span { border-color: #261FEF; }
span { border-color: rgb(38,31,239); }
td.TdClassName
{
border-color: #261FEF;
}
.TagClassName
{
border-color: #261FEF;
}
</style>