Shades of Han Purple #3C26FA
Tints of Han Purple #3C26FA
RGB
CMYK
RGB Variations
Color information
#3C26FA (or 0x3C26FA) is known color: Han Purple. HEX triplet: 3C, 26 and FA. RGB value is (60,38,250). Sum of RGB (Red+Green+Blue) = 60+38+250=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C26FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C26FA is #C3D905. Grayscale: #434343. Windows color (decimal): -12835078 or 16393788. OLE color: 16393788.
HSL color Cylindrical-coordinate representation of color #3C26FA: hue angle of 246.23º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C26FA is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 38 | 250 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.02 |
| HSL | 246.23º | 0.95% | 0.56% | - |
| HSV(B) | 246.23º | 0.85% | 0.98% | - |
| XYZ | 19.81 | 9.25 | 91.18 | - |
| YUV | 68.75 | 230.29 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 250 | 0.76 | 0.85 | 0 | 0.02 | 246.23 | 0.95 | 0.56 |
| Hex | 3C | 26 | FA | 4C | 55 | 0 | 2 | F6 | 5F | 38 |
| Octal | 74 | 46 | 372 | 114 | 125 | 0 | 2 | 366 | 137 | 70 |
| Binary | 111100 | 100110 | 11111010 | 1001100 | 1010101 | 0 | 10 | 11110110 | 1011111 | 111000 |
Color Harmonies of #3C26FA
Complementary color
Monochromatic Colors of #3C26FA
Black with #3C26FA
Text Example
Text Example
White with #3C26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26FA; }
p { color: rgb(60,38,250); }
H1.HeaderClassName
{
color: #3C26FA;
}
.AnyTagClassName
{
color: #3C26FA;
}
</style>
background-color css
<style>
a { background-color: #3C26FA; }
a { background-color: rgb(60,38,250); }
div.DivClassName
{
background-color: #3C26FA;
}
.BgClassName
{
background-color: #3C26FA;
}
</style>
border-color css
<style>
span { border-color: #3C26FA; }
span { border-color: rgb(60,38,250); }
td.TdClassName
{
border-color: #3C26FA;
}
.TagClassName
{
border-color: #3C26FA;
}
</style>