Shades of Han Purple #3C26F8
Tints of Han Purple #3C26F8
RGB
CMYK
RGB Variations
Color information
#3C26F8 (or 0x3C26F8) is known color: Han Purple. HEX triplet: 3C, 26 and F8. RGB value is (60,38,248). Sum of RGB (Red+Green+Blue) = 60+38+248=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C26F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C26F8 is #C3D907. Grayscale: #434343. Windows color (decimal): -12835080 or 16262716. OLE color: 16262716.
HSL color Cylindrical-coordinate representation of color #3C26F8: hue angle of 246.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C26F8 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 38 | 248 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.03 |
| HSL | 246.29º | 0.94% | 0.56% | - |
| HSV(B) | 246.29º | 0.85% | 0.97% | - |
| XYZ | 19.5 | 9.12 | 89.54 | - |
| YUV | 68.52 | 229.29 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 248 | 0.76 | 0.85 | 0 | 0.03 | 246.29 | 0.94 | 0.56 |
| Hex | 3C | 26 | F8 | 4C | 55 | 0 | 3 | F6 | 5E | 38 |
| Octal | 74 | 46 | 370 | 114 | 125 | 0 | 3 | 366 | 136 | 70 |
| Binary | 111100 | 100110 | 11111000 | 1001100 | 1010101 | 0 | 11 | 11110110 | 1011110 | 111000 |
Color Harmonies of #3C26F8
Complementary color
Monochromatic Colors of #3C26F8
Black with #3C26F8
Text Example
Text Example
White with #3C26F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26F8; }
p { color: rgb(60,38,248); }
H1.HeaderClassName
{
color: #3C26F8;
}
.AnyTagClassName
{
color: #3C26F8;
}
</style>
background-color css
<style>
a { background-color: #3C26F8; }
a { background-color: rgb(60,38,248); }
div.DivClassName
{
background-color: #3C26F8;
}
.BgClassName
{
background-color: #3C26F8;
}
</style>
border-color css
<style>
span { border-color: #3C26F8; }
span { border-color: rgb(60,38,248); }
td.TdClassName
{
border-color: #3C26F8;
}
.TagClassName
{
border-color: #3C26F8;
}
</style>