Shades of Han Purple #3802F6
Tints of Han Purple #3802F6
RGB
CMYK
RGB Variations
Color information
#3802F6 (or 0x3802F6) is known color: Han Purple. HEX triplet: 38, 02 and F6. RGB value is (56,2,246). Sum of RGB (Red+Green+Blue) = 56+2+246=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 246 (96.48% from 255 or 80.92% from 304); Max value from RGB is 246 - color contains mainly: blue. Hex color #3802F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3802F6 is #C7FD09. Grayscale: #2D2D2D. Windows color (decimal): -13106442 or 16122424. OLE color: 16122424.
HSL color Cylindrical-coordinate representation of color #3802F6: hue angle of 253.28º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802F6 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 2 | 246 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.04 |
| HSL | 253.28º | 0.98% | 0.49% | - |
| HSV(B) | 253.28º | 0.99% | 0.96% | - |
| XYZ | 18.29 | 7.54 | 87.68 | - |
| YUV | 45.96 | 240.89 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 246 | 0.77 | 0.99 | 0 | 0.04 | 253.28 | 0.98 | 0.49 |
| Hex | 38 | 2 | F6 | 4D | 63 | 0 | 4 | FD | 62 | 31 |
| Octal | 70 | 2 | 366 | 115 | 143 | 0 | 4 | 375 | 142 | 61 |
| Binary | 111000 | 10 | 11110110 | 1001101 | 1100011 | 0 | 100 | 11111101 | 1100010 | 110001 |
Color Harmonies of #3802F6
Complementary color
Monochromatic Colors of #3802F6
Black with #3802F6
Text Example
Text Example
White with #3802F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802F6; }
p { color: rgb(56,2,246); }
H1.HeaderClassName
{
color: #3802F6;
}
.AnyTagClassName
{
color: #3802F6;
}
</style>
background-color css
<style>
a { background-color: #3802F6; }
a { background-color: rgb(56,2,246); }
div.DivClassName
{
background-color: #3802F6;
}
.BgClassName
{
background-color: #3802F6;
}
</style>
border-color css
<style>
span { border-color: #3802F6; }
span { border-color: rgb(56,2,246); }
td.TdClassName
{
border-color: #3802F6;
}
.TagClassName
{
border-color: #3802F6;
}
</style>