Shades of Han Purple #390CFC
Tints of Han Purple #390CFC
RGB
CMYK
RGB Variations
Color information
#390CFC (or 0x390CFC) is known color: Han Purple. HEX triplet: 39, 0C and FC. RGB value is (57,12,252). Sum of RGB (Red+Green+Blue) = 57+12+252=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #390CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CFC is #C6F303. Grayscale: #333333. Windows color (decimal): -13038340 or 16518201. OLE color: 16518201.
HSL color Cylindrical-coordinate representation of color #390CFC: hue angle of 251.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CFC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 12 | 252 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.01 |
| HSL | 251.25º | 0.98% | 0.52% | - |
| HSV(B) | 251.25º | 0.95% | 0.99% | - |
| XYZ | 19.39 | 8.16 | 92.65 | - |
| YUV | 52.82 | 240.41 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 252 | 0.77 | 0.95 | 0 | 0.01 | 251.25 | 0.98 | 0.52 |
| Hex | 39 | C | FC | 4D | 5F | 0 | 1 | FB | 62 | 34 |
| Octal | 71 | 14 | 374 | 115 | 137 | 0 | 1 | 373 | 142 | 64 |
| Binary | 111001 | 1100 | 11111100 | 1001101 | 1011111 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #390CFC
Complementary color
Monochromatic Colors of #390CFC
Black with #390CFC
Text Example
Text Example
White with #390CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CFC; }
p { color: rgb(57,12,252); }
H1.HeaderClassName
{
color: #390CFC;
}
.AnyTagClassName
{
color: #390CFC;
}
</style>
background-color css
<style>
a { background-color: #390CFC; }
a { background-color: rgb(57,12,252); }
div.DivClassName
{
background-color: #390CFC;
}
.BgClassName
{
background-color: #390CFC;
}
</style>
border-color css
<style>
span { border-color: #390CFC; }
span { border-color: rgb(57,12,252); }
td.TdClassName
{
border-color: #390CFC;
}
.TagClassName
{
border-color: #390CFC;
}
</style>