Shades of Han Purple #3810E6
Tints of Han Purple #3810E6
RGB
CMYK
RGB Variations
Color information
#3810E6 (or 0x3810E6) is known color: Han Purple. HEX triplet: 38, 10 and E6. RGB value is (56,16,230). Sum of RGB (Red+Green+Blue) = 56+16+230=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 230 (90.23% from 255 or 76.16% from 302); Max value from RGB is 230 - color contains mainly: blue. Hex color #3810E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3810E6 is #C7EF19. Grayscale: #333333. Windows color (decimal): -13102874 or 15077432. OLE color: 15077432.
HSL color Cylindrical-coordinate representation of color #3810E6: hue angle of 251.21º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3810E6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 56 | 16 | 230 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.10 |
| HSL | 251.22º | 0.87% | 0.48% | - |
| HSV(B) | 251.22º | 0.93% | 0.9% | - |
| XYZ | 16.1 | 6.92 | 75.35 | - |
| YUV | 52.36 | 228.25 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 230 | 0.76 | 0.93 | 0 | 0.10 | 251.22 | 0.87 | 0.48 |
| Hex | 38 | 10 | E6 | 4C | 5D | 0 | A | FB | 57 | 30 |
| Octal | 70 | 20 | 346 | 114 | 135 | 0 | 12 | 373 | 127 | 60 |
| Binary | 111000 | 10000 | 11100110 | 1001100 | 1011101 | 0 | 1010 | 11111011 | 1010111 | 110000 |
Color Harmonies of #3810E6
Complementary color
Monochromatic Colors of #3810E6
Black with #3810E6
Text Example
Text Example
White with #3810E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3810E6; }
p { color: rgb(56,16,230); }
H1.HeaderClassName
{
color: #3810E6;
}
.AnyTagClassName
{
color: #3810E6;
}
</style>
background-color css
<style>
a { background-color: #3810E6; }
a { background-color: rgb(56,16,230); }
div.DivClassName
{
background-color: #3810E6;
}
.BgClassName
{
background-color: #3810E6;
}
</style>
border-color css
<style>
span { border-color: #3810E6; }
span { border-color: rgb(56,16,230); }
td.TdClassName
{
border-color: #3810E6;
}
.TagClassName
{
border-color: #3810E6;
}
</style>