Shades of Han Purple #261FF3
Tints of Han Purple #261FF3
RGB
CMYK
RGB Variations
Color information
#261FF3 (or 0x261FF3) is known color: Han Purple. HEX triplet: 26, 1F and F3. RGB value is (38,31,243). Sum of RGB (Red+Green+Blue) = 38+31+243=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 243 (95.31% from 255 or 77.88% from 312); Max value from RGB is 243 - color contains mainly: blue. Hex color #261FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FF3 is #D9E00C. Grayscale: #383838. Windows color (decimal): -14278669 or 15933222. OLE color: 15933222.
HSL color Cylindrical-coordinate representation of color #261FF3: hue angle of 241.98º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261FF3 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 31 | 243 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.05 |
| HSL | 241.98º | 0.9% | 0.54% | - |
| HSV(B) | 241.98º | 0.87% | 0.95% | - |
| XYZ | 17.47 | 7.86 | 85.39 | - |
| YUV | 57.26 | 232.82 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 243 | 0.84 | 0.87 | 0 | 0.05 | 241.98 | 0.9 | 0.54 |
| Hex | 26 | 1F | F3 | 54 | 57 | 0 | 5 | F2 | 5A | 36 |
| Octal | 46 | 37 | 363 | 124 | 127 | 0 | 5 | 362 | 132 | 66 |
| Binary | 100110 | 11111 | 11110011 | 1010100 | 1010111 | 0 | 101 | 11110010 | 1011010 | 110110 |
Color Harmonies of #261FF3
Complementary color
Monochromatic Colors of #261FF3
Black with #261FF3
Text Example
Text Example
White with #261FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FF3; }
p { color: rgb(38,31,243); }
H1.HeaderClassName
{
color: #261FF3;
}
.AnyTagClassName
{
color: #261FF3;
}
</style>
background-color css
<style>
a { background-color: #261FF3; }
a { background-color: rgb(38,31,243); }
div.DivClassName
{
background-color: #261FF3;
}
.BgClassName
{
background-color: #261FF3;
}
</style>
border-color css
<style>
span { border-color: #261FF3; }
span { border-color: rgb(38,31,243); }
td.TdClassName
{
border-color: #261FF3;
}
.TagClassName
{
border-color: #261FF3;
}
</style>