Shades of Han Purple #261EFD
Tints of Han Purple #261EFD
RGB
CMYK
RGB Variations
Color information
#261EFD (or 0x261EFD) is known color: Han Purple. HEX triplet: 26, 1E and FD. RGB value is (38,30,253). Sum of RGB (Red+Green+Blue) = 38+30+253=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #261EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261EFD is #D9E102. Grayscale: #383838. Windows color (decimal): -14278915 or 16588326. OLE color: 16588326.
HSL color Cylindrical-coordinate representation of color #261EFD: hue angle of 242.15º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261EFD is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 30 | 253 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.01 |
| HSL | 242.15º | 0.98% | 0.55% | - |
| HSV(B) | 242.15º | 0.88% | 0.99% | - |
| XYZ | 18.99 | 8.43 | 93.56 | - |
| YUV | 57.81 | 238.15 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 253 | 0.85 | 0.88 | 0 | 0.01 | 242.15 | 0.98 | 0.55 |
| Hex | 26 | 1E | FD | 55 | 58 | 0 | 1 | F2 | 62 | 37 |
| Octal | 46 | 36 | 375 | 125 | 130 | 0 | 1 | 362 | 142 | 67 |
| Binary | 100110 | 11110 | 11111101 | 1010101 | 1011000 | 0 | 1 | 11110010 | 1100010 | 110111 |
Color Harmonies of #261EFD
Complementary color
Monochromatic Colors of #261EFD
Black with #261EFD
Text Example
Text Example
White with #261EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EFD; }
p { color: rgb(38,30,253); }
H1.HeaderClassName
{
color: #261EFD;
}
.AnyTagClassName
{
color: #261EFD;
}
</style>
background-color css
<style>
a { background-color: #261EFD; }
a { background-color: rgb(38,30,253); }
div.DivClassName
{
background-color: #261EFD;
}
.BgClassName
{
background-color: #261EFD;
}
</style>
border-color css
<style>
span { border-color: #261EFD; }
span { border-color: rgb(38,30,253); }
td.TdClassName
{
border-color: #261EFD;
}
.TagClassName
{
border-color: #261EFD;
}
</style>