Shades of Han Purple #3802FF
Tints of Han Purple #3802FF
RGB
CMYK
RGB Variations
Color information
#3802FF (or 0x3802FF) is known color: Han Purple. HEX triplet: 38, 02 and FF. RGB value is (56,2,255). Sum of RGB (Red+Green+Blue) = 56+2+255=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #3802FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3802FF is #C7FD00. Grayscale: #2E2E2E. Windows color (decimal): -13106433 or 16712248. OLE color: 16712248.
HSL color Cylindrical-coordinate representation of color #3802FF: hue angle of 252.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802FF is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 2 | 255 | - |
| CMYK | 0.78 | 0.99 | 0 | 0 |
| HSL | 252.81º | 1% | 0.5% | - |
| HSV(B) | 252.81º | 0.99% | 1% | - |
| XYZ | 19.7 | 8.1 | 95.13 | - |
| YUV | 46.99 | 245.39 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 255 | 0.78 | 0.99 | 0 | 0 | 252.81 | 1 | 0.5 |
| Hex | 38 | 2 | FF | 4E | 63 | 0 | 0 | FD | 64 | 32 |
| Octal | 70 | 2 | 377 | 116 | 143 | 0 | 0 | 375 | 144 | 62 |
| Binary | 111000 | 10 | 11111111 | 1001110 | 1100011 | 0 | 0 | 11111101 | 1100100 | 110010 |
Color Harmonies of #3802FF
Complementary color
Monochromatic Colors of #3802FF
Black with #3802FF
Text Example
Text Example
White with #3802FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802FF; }
p { color: rgb(56,2,255); }
H1.HeaderClassName
{
color: #3802FF;
}
.AnyTagClassName
{
color: #3802FF;
}
</style>
background-color css
<style>
a { background-color: #3802FF; }
a { background-color: rgb(56,2,255); }
div.DivClassName
{
background-color: #3802FF;
}
.BgClassName
{
background-color: #3802FF;
}
</style>
border-color css
<style>
span { border-color: #3802FF; }
span { border-color: rgb(56,2,255); }
td.TdClassName
{
border-color: #3802FF;
}
.TagClassName
{
border-color: #3802FF;
}
</style>