Shades of Han Purple #261FFC
Tints of Han Purple #261FFC
RGB
CMYK
RGB Variations
Color information
#261FFC (or 0x261FFC) is known color: Han Purple. HEX triplet: 26, 1F and FC. RGB value is (38,31,252). Sum of RGB (Red+Green+Blue) = 38+31+252=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #261FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261FFC is #D9E003. Grayscale: #393939. Windows color (decimal): -14278660 or 16523046. OLE color: 16523046.
HSL color Cylindrical-coordinate representation of color #261FFC: hue angle of 241.9º degrees, saturation: 0.97, 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 #261FFC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 31 | 252 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.01 |
| HSL | 241.9º | 0.97% | 0.55% | - |
| HSV(B) | 241.9º | 0.88% | 0.99% | - |
| XYZ | 18.86 | 8.42 | 92.73 | - |
| YUV | 58.29 | 237.32 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 252 | 0.85 | 0.88 | 0 | 0.01 | 241.9 | 0.97 | 0.55 |
| Hex | 26 | 1F | FC | 55 | 58 | 0 | 1 | F2 | 61 | 37 |
| Octal | 46 | 37 | 374 | 125 | 130 | 0 | 1 | 362 | 141 | 67 |
| Binary | 100110 | 11111 | 11111100 | 1010101 | 1011000 | 0 | 1 | 11110010 | 1100001 | 110111 |
Color Harmonies of #261FFC
Complementary color
Monochromatic Colors of #261FFC
Black with #261FFC
Text Example
Text Example
White with #261FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FFC; }
p { color: rgb(38,31,252); }
H1.HeaderClassName
{
color: #261FFC;
}
.AnyTagClassName
{
color: #261FFC;
}
</style>
background-color css
<style>
a { background-color: #261FFC; }
a { background-color: rgb(38,31,252); }
div.DivClassName
{
background-color: #261FFC;
}
.BgClassName
{
background-color: #261FFC;
}
</style>
border-color css
<style>
span { border-color: #261FFC; }
span { border-color: rgb(38,31,252); }
td.TdClassName
{
border-color: #261FFC;
}
.TagClassName
{
border-color: #261FFC;
}
</style>