Shades of Han Purple #261AF1
Tints of Han Purple #261AF1
RGB
CMYK
RGB Variations
Color information
#261AF1 (or 0x261AF1) is known color: Han Purple. HEX triplet: 26, 1A and F1. RGB value is (38,26,241). Sum of RGB (Red+Green+Blue) = 38+26+241=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #261AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261AF1 is #D9E50E. Grayscale: #353535. Windows color (decimal): -14279951 or 15800870. OLE color: 15800870.
HSL color Cylindrical-coordinate representation of color #261AF1: hue angle of 243.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261AF1 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 26 | 241 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.05 |
| HSL | 243.35º | 0.88% | 0.52% | - |
| HSV(B) | 243.35º | 0.89% | 0.95% | - |
| XYZ | 17.05 | 7.5 | 83.77 | - |
| YUV | 54.1 | 233.48 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 241 | 0.84 | 0.89 | 0 | 0.05 | 243.35 | 0.88 | 0.52 |
| Hex | 26 | 1A | F1 | 54 | 59 | 0 | 5 | F3 | 58 | 34 |
| Octal | 46 | 32 | 361 | 124 | 131 | 0 | 5 | 363 | 130 | 64 |
| Binary | 100110 | 11010 | 11110001 | 1010100 | 1011001 | 0 | 101 | 11110011 | 1011000 | 110100 |
Color Harmonies of #261AF1
Complementary color
Monochromatic Colors of #261AF1
Black with #261AF1
Text Example
Text Example
White with #261AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AF1; }
p { color: rgb(38,26,241); }
H1.HeaderClassName
{
color: #261AF1;
}
.AnyTagClassName
{
color: #261AF1;
}
</style>
background-color css
<style>
a { background-color: #261AF1; }
a { background-color: rgb(38,26,241); }
div.DivClassName
{
background-color: #261AF1;
}
.BgClassName
{
background-color: #261AF1;
}
</style>
border-color css
<style>
span { border-color: #261AF1; }
span { border-color: rgb(38,26,241); }
td.TdClassName
{
border-color: #261AF1;
}
.TagClassName
{
border-color: #261AF1;
}
</style>