Shades of Han Purple #3C13F8
Tints of Han Purple #3C13F8
RGB
CMYK
RGB Variations
Color information
#3C13F8 (or 0x3C13F8) is known color: Han Purple. HEX triplet: 3C, 13 and F8. RGB value is (60,19,248). Sum of RGB (Red+Green+Blue) = 60+19+248=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C13F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C13F8 is #C3EC07. Grayscale: #383838. Windows color (decimal): -12839944 or 16257852. OLE color: 16257852.
HSL color Cylindrical-coordinate representation of color #3C13F8: hue angle of 250.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C13F8 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 19 | 248 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.03 |
| HSL | 250.74º | 0.94% | 0.52% | - |
| HSV(B) | 250.74º | 0.92% | 0.97% | - |
| XYZ | 19.04 | 8.2 | 89.39 | - |
| YUV | 57.37 | 235.58 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 248 | 0.76 | 0.92 | 0 | 0.03 | 250.74 | 0.94 | 0.52 |
| Hex | 3C | 13 | F8 | 4C | 5C | 0 | 3 | FB | 5E | 34 |
| Octal | 74 | 23 | 370 | 114 | 134 | 0 | 3 | 373 | 136 | 64 |
| Binary | 111100 | 10011 | 11111000 | 1001100 | 1011100 | 0 | 11 | 11111011 | 1011110 | 110100 |
Color Harmonies of #3C13F8
Complementary color
Monochromatic Colors of #3C13F8
Black with #3C13F8
Text Example
Text Example
White with #3C13F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13F8; }
p { color: rgb(60,19,248); }
H1.HeaderClassName
{
color: #3C13F8;
}
.AnyTagClassName
{
color: #3C13F8;
}
</style>
background-color css
<style>
a { background-color: #3C13F8; }
a { background-color: rgb(60,19,248); }
div.DivClassName
{
background-color: #3C13F8;
}
.BgClassName
{
background-color: #3C13F8;
}
</style>
border-color css
<style>
span { border-color: #3C13F8; }
span { border-color: rgb(60,19,248); }
td.TdClassName
{
border-color: #3C13F8;
}
.TagClassName
{
border-color: #3C13F8;
}
</style>