Shades of Han Purple #261CEB
Tints of Han Purple #261CEB
RGB
CMYK
RGB Variations
Color information
#261CEB (or 0x261CEB) is known color: Han Purple. HEX triplet: 26, 1C and EB. RGB value is (38,28,235). Sum of RGB (Red+Green+Blue) = 38+28+235=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #261CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261CEB is #D9E314. Grayscale: #353535. Windows color (decimal): -14279445 or 15408166. OLE color: 15408166.
HSL color Cylindrical-coordinate representation of color #261CEB: hue angle of 242.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261CEB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 28 | 235 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.08 |
| HSL | 242.9º | 0.84% | 0.52% | - |
| HSV(B) | 242.9º | 0.88% | 0.92% | - |
| XYZ | 16.21 | 7.24 | 79.14 | - |
| YUV | 54.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 235 | 0.84 | 0.88 | 0 | 0.08 | 242.9 | 0.84 | 0.52 |
| Hex | 26 | 1C | EB | 54 | 58 | 0 | 8 | F3 | 54 | 34 |
| Octal | 46 | 34 | 353 | 124 | 130 | 0 | 10 | 363 | 124 | 64 |
| Binary | 100110 | 11100 | 11101011 | 1010100 | 1011000 | 0 | 1000 | 11110011 | 1010100 | 110100 |
Color Harmonies of #261CEB
Complementary color
Monochromatic Colors of #261CEB
Black with #261CEB
Text Example
Text Example
White with #261CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CEB; }
p { color: rgb(38,28,235); }
H1.HeaderClassName
{
color: #261CEB;
}
.AnyTagClassName
{
color: #261CEB;
}
</style>
background-color css
<style>
a { background-color: #261CEB; }
a { background-color: rgb(38,28,235); }
div.DivClassName
{
background-color: #261CEB;
}
.BgClassName
{
background-color: #261CEB;
}
</style>
border-color css
<style>
span { border-color: #261CEB; }
span { border-color: rgb(38,28,235); }
td.TdClassName
{
border-color: #261CEB;
}
.TagClassName
{
border-color: #261CEB;
}
</style>