Shades of Han Purple #3802EA
Tints of Han Purple #3802EA
RGB
CMYK
RGB Variations
Color information
#3802EA (or 0x3802EA) is known color: Han Purple. HEX triplet: 38, 02 and EA. RGB value is (56,2,234). Sum of RGB (Red+Green+Blue) = 56+2+234=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #3802EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3802EA is #C7FD15. Grayscale: #2B2B2B. Windows color (decimal): -13106454 or 15335992. OLE color: 15335992.
HSL color Cylindrical-coordinate representation of color #3802EA: hue angle of 253.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802EA is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 2 | 234 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.08 |
| HSL | 253.97º | 0.98% | 0.46% | - |
| HSV(B) | 253.97º | 0.99% | 0.92% | - |
| XYZ | 16.5 | 6.82 | 78.29 | - |
| YUV | 44.59 | 234.89 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 234 | 0.76 | 0.99 | 0 | 0.08 | 253.97 | 0.98 | 0.46 |
| Hex | 38 | 2 | EA | 4C | 63 | 0 | 8 | FE | 62 | 2E |
| Octal | 70 | 2 | 352 | 114 | 143 | 0 | 10 | 376 | 142 | 56 |
| Binary | 111000 | 10 | 11101010 | 1001100 | 1100011 | 0 | 1000 | 11111110 | 1100010 | 101110 |
Color Harmonies of #3802EA
Complementary color
Monochromatic Colors of #3802EA
Black with #3802EA
Text Example
Text Example
White with #3802EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802EA; }
p { color: rgb(56,2,234); }
H1.HeaderClassName
{
color: #3802EA;
}
.AnyTagClassName
{
color: #3802EA;
}
</style>
background-color css
<style>
a { background-color: #3802EA; }
a { background-color: rgb(56,2,234); }
div.DivClassName
{
background-color: #3802EA;
}
.BgClassName
{
background-color: #3802EA;
}
</style>
border-color css
<style>
span { border-color: #3802EA; }
span { border-color: rgb(56,2,234); }
td.TdClassName
{
border-color: #3802EA;
}
.TagClassName
{
border-color: #3802EA;
}
</style>