Shades of Han Purple #3C26FB
Tints of Han Purple #3C26FB
RGB
CMYK
RGB Variations
Color information
#3C26FB (or 0x3C26FB) is known color: Han Purple. HEX triplet: 3C, 26 and FB. RGB value is (60,38,251). Sum of RGB (Red+Green+Blue) = 60+38+251=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C26FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C26FB is #C3D904. Grayscale: #444444. Windows color (decimal): -12835077 or 16459324. OLE color: 16459324.
HSL color Cylindrical-coordinate representation of color #3C26FB: hue angle of 246.2º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C26FB is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 38 | 251 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.02 |
| HSL | 246.2º | 0.96% | 0.57% | - |
| HSV(B) | 246.2º | 0.85% | 0.98% | - |
| XYZ | 19.97 | 9.31 | 92.01 | - |
| YUV | 68.86 | 230.79 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 251 | 0.76 | 0.85 | 0 | 0.02 | 246.2 | 0.96 | 0.57 |
| Hex | 3C | 26 | FB | 4C | 55 | 0 | 2 | F6 | 60 | 39 |
| Octal | 74 | 46 | 373 | 114 | 125 | 0 | 2 | 366 | 140 | 71 |
| Binary | 111100 | 100110 | 11111011 | 1001100 | 1010101 | 0 | 10 | 11110110 | 1100000 | 111001 |
Color Harmonies of #3C26FB
Complementary color
Monochromatic Colors of #3C26FB
Black with #3C26FB
Text Example
Text Example
White with #3C26FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26FB; }
p { color: rgb(60,38,251); }
H1.HeaderClassName
{
color: #3C26FB;
}
.AnyTagClassName
{
color: #3C26FB;
}
</style>
background-color css
<style>
a { background-color: #3C26FB; }
a { background-color: rgb(60,38,251); }
div.DivClassName
{
background-color: #3C26FB;
}
.BgClassName
{
background-color: #3C26FB;
}
</style>
border-color css
<style>
span { border-color: #3C26FB; }
span { border-color: rgb(60,38,251); }
td.TdClassName
{
border-color: #3C26FB;
}
.TagClassName
{
border-color: #3C26FB;
}
</style>