Shades of Han Purple #3C0FF4
Tints of Han Purple #3C0FF4
RGB
CMYK
RGB Variations
Color information
#3C0FF4 (or 0x3C0FF4) is known color: Han Purple. HEX triplet: 3C, 0F and F4. RGB value is (60,15,244). Sum of RGB (Red+Green+Blue) = 60+15+244=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 244 (95.70% from 255 or 76.49% from 319); Max value from RGB is 244 - color contains mainly: blue. Hex color #3C0FF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0FF4 is #C3F00B. Grayscale: #353535. Windows color (decimal): -12840972 or 15994684. OLE color: 15994684.
HSL color Cylindrical-coordinate representation of color #3C0FF4: hue angle of 251.79º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0FF4 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 15 | 244 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.04 |
| HSL | 251.79º | 0.91% | 0.51% | - |
| HSV(B) | 251.79º | 0.94% | 0.96% | - |
| XYZ | 18.36 | 7.83 | 86.13 | - |
| YUV | 54.56 | 234.91 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 244 | 0.75 | 0.94 | 0 | 0.04 | 251.79 | 0.91 | 0.51 |
| Hex | 3C | F | F4 | 4B | 5E | 0 | 4 | FC | 5B | 33 |
| Octal | 74 | 17 | 364 | 113 | 136 | 0 | 4 | 374 | 133 | 63 |
| Binary | 111100 | 1111 | 11110100 | 1001011 | 1011110 | 0 | 100 | 11111100 | 1011011 | 110011 |
Color Harmonies of #3C0FF4
Complementary color
Monochromatic Colors of #3C0FF4
Black with #3C0FF4
Text Example
Text Example
White with #3C0FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0FF4; }
p { color: rgb(60,15,244); }
H1.HeaderClassName
{
color: #3C0FF4;
}
.AnyTagClassName
{
color: #3C0FF4;
}
</style>
background-color css
<style>
a { background-color: #3C0FF4; }
a { background-color: rgb(60,15,244); }
div.DivClassName
{
background-color: #3C0FF4;
}
.BgClassName
{
background-color: #3C0FF4;
}
</style>
border-color css
<style>
span { border-color: #3C0FF4; }
span { border-color: rgb(60,15,244); }
td.TdClassName
{
border-color: #3C0FF4;
}
.TagClassName
{
border-color: #3C0FF4;
}
</style>