Shades of Han Purple #3902FD
Tints of Han Purple #3902FD
RGB
CMYK
RGB Variations
Color information
#3902FD (or 0x3902FD) is known color: Han Purple. HEX triplet: 39, 02 and FD. RGB value is (57,2,253). Sum of RGB (Red+Green+Blue) = 57+2+253=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #3902FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3902FD is #C6FD02. Grayscale: #2E2E2E. Windows color (decimal): -13040899 or 16581177. OLE color: 16581177.
HSL color Cylindrical-coordinate representation of color #3902FD: hue angle of 253.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902FD is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 2 | 253 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.01 |
| HSL | 253.15º | 0.98% | 0.5% | - |
| HSV(B) | 253.15º | 0.99% | 0.99% | - |
| XYZ | 19.44 | 8.01 | 93.45 | - |
| YUV | 47.06 | 244.22 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 253 | 0.77 | 0.99 | 0 | 0.01 | 253.15 | 0.98 | 0.5 |
| Hex | 39 | 2 | FD | 4D | 63 | 0 | 1 | FD | 62 | 32 |
| Octal | 71 | 2 | 375 | 115 | 143 | 0 | 1 | 375 | 142 | 62 |
| Binary | 111001 | 10 | 11111101 | 1001101 | 1100011 | 0 | 1 | 11111101 | 1100010 | 110010 |
Color Harmonies of #3902FD
Complementary color
Monochromatic Colors of #3902FD
Black with #3902FD
Text Example
Text Example
White with #3902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902FD; }
p { color: rgb(57,2,253); }
H1.HeaderClassName
{
color: #3902FD;
}
.AnyTagClassName
{
color: #3902FD;
}
</style>
background-color css
<style>
a { background-color: #3902FD; }
a { background-color: rgb(57,2,253); }
div.DivClassName
{
background-color: #3902FD;
}
.BgClassName
{
background-color: #3902FD;
}
</style>
border-color css
<style>
span { border-color: #3902FD; }
span { border-color: rgb(57,2,253); }
td.TdClassName
{
border-color: #3902FD;
}
.TagClassName
{
border-color: #3902FD;
}
</style>