Shades of Han Purple #390CFD
Tints of Han Purple #390CFD
RGB
CMYK
RGB Variations
Color information
#390CFD (or 0x390CFD) is known color: Han Purple. HEX triplet: 39, 0C and FD. RGB value is (57,12,253). Sum of RGB (Red+Green+Blue) = 57+12+253=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #390CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CFD is #C6F302. Grayscale: #343434. Windows color (decimal): -13038339 or 16583737. OLE color: 16583737.
HSL color Cylindrical-coordinate representation of color #390CFD: hue angle of 251.2º 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 #390CFD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 12 | 253 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.01 |
| HSL | 251.2º | 0.98% | 0.52% | - |
| HSV(B) | 251.2º | 0.95% | 0.99% | - |
| XYZ | 19.55 | 8.22 | 93.49 | - |
| YUV | 52.93 | 240.91 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 253 | 0.77 | 0.95 | 0 | 0.01 | 251.2 | 0.98 | 0.52 |
| Hex | 39 | C | FD | 4D | 5F | 0 | 1 | FB | 62 | 34 |
| Octal | 71 | 14 | 375 | 115 | 137 | 0 | 1 | 373 | 142 | 64 |
| Binary | 111001 | 1100 | 11111101 | 1001101 | 1011111 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #390CFD
Complementary color
Monochromatic Colors of #390CFD
Black with #390CFD
Text Example
Text Example
White with #390CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CFD; }
p { color: rgb(57,12,253); }
H1.HeaderClassName
{
color: #390CFD;
}
.AnyTagClassName
{
color: #390CFD;
}
</style>
background-color css
<style>
a { background-color: #390CFD; }
a { background-color: rgb(57,12,253); }
div.DivClassName
{
background-color: #390CFD;
}
.BgClassName
{
background-color: #390CFD;
}
</style>
border-color css
<style>
span { border-color: #390CFD; }
span { border-color: rgb(57,12,253); }
td.TdClassName
{
border-color: #390CFD;
}
.TagClassName
{
border-color: #390CFD;
}
</style>