Shades of Han Purple #261FEE
Tints of Han Purple #261FEE
RGB
CMYK
RGB Variations
Color information
#261FEE (or 0x261FEE) is known color: Han Purple. HEX triplet: 26, 1F and EE. RGB value is (38,31,238). Sum of RGB (Red+Green+Blue) = 38+31+238=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #261FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FEE is #D9E011. Grayscale: #373737. Windows color (decimal): -14278674 or 15605542. OLE color: 15605542.
HSL color Cylindrical-coordinate representation of color #261FEE: hue angle of 242.03º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261FEE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 31 | 238 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.07 |
| HSL | 242.03º | 0.86% | 0.53% | - |
| HSV(B) | 242.03º | 0.87% | 0.93% | - |
| XYZ | 16.72 | 7.57 | 81.47 | - |
| YUV | 56.69 | 230.32 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 238 | 0.84 | 0.87 | 0 | 0.07 | 242.03 | 0.86 | 0.53 |
| Hex | 26 | 1F | EE | 54 | 57 | 0 | 7 | F2 | 56 | 35 |
| Octal | 46 | 37 | 356 | 124 | 127 | 0 | 7 | 362 | 126 | 65 |
| Binary | 100110 | 11111 | 11101110 | 1010100 | 1010111 | 0 | 111 | 11110010 | 1010110 | 110101 |
Color Harmonies of #261FEE
Complementary color
Monochromatic Colors of #261FEE
Black with #261FEE
Text Example
Text Example
White with #261FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FEE; }
p { color: rgb(38,31,238); }
H1.HeaderClassName
{
color: #261FEE;
}
.AnyTagClassName
{
color: #261FEE;
}
</style>
background-color css
<style>
a { background-color: #261FEE; }
a { background-color: rgb(38,31,238); }
div.DivClassName
{
background-color: #261FEE;
}
.BgClassName
{
background-color: #261FEE;
}
</style>
border-color css
<style>
span { border-color: #261FEE; }
span { border-color: rgb(38,31,238); }
td.TdClassName
{
border-color: #261FEE;
}
.TagClassName
{
border-color: #261FEE;
}
</style>