Shades of Han Purple #3805ED
Tints of Han Purple #3805ED
RGB
CMYK
RGB Variations
Color information
#3805ED (or 0x3805ED) is known color: Han Purple. HEX triplet: 38, 05 and ED. RGB value is (56,5,237). Sum of RGB (Red+Green+Blue) = 56+5+237=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #3805ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3805ED is #C7FA12. Grayscale: #2D2D2D. Windows color (decimal): -13105683 or 15533368. OLE color: 15533368.
HSL color Cylindrical-coordinate representation of color #3805ED: hue angle of 253.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3805ED is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 5 | 237 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.07 |
| HSL | 253.19º | 0.96% | 0.47% | - |
| HSV(B) | 253.19º | 0.98% | 0.93% | - |
| XYZ | 16.97 | 7.06 | 80.59 | - |
| YUV | 46.7 | 235.4 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 237 | 0.76 | 0.98 | 0 | 0.07 | 253.19 | 0.96 | 0.47 |
| Hex | 38 | 5 | ED | 4C | 62 | 0 | 7 | FD | 60 | 2F |
| Octal | 70 | 5 | 355 | 114 | 142 | 0 | 7 | 375 | 140 | 57 |
| Binary | 111000 | 101 | 11101101 | 1001100 | 1100010 | 0 | 111 | 11111101 | 1100000 | 101111 |
Color Harmonies of #3805ED
Complementary color
Monochromatic Colors of #3805ED
Black with #3805ED
Text Example
Text Example
White with #3805ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3805ED; }
p { color: rgb(56,5,237); }
H1.HeaderClassName
{
color: #3805ED;
}
.AnyTagClassName
{
color: #3805ED;
}
</style>
background-color css
<style>
a { background-color: #3805ED; }
a { background-color: rgb(56,5,237); }
div.DivClassName
{
background-color: #3805ED;
}
.BgClassName
{
background-color: #3805ED;
}
</style>
border-color css
<style>
span { border-color: #3805ED; }
span { border-color: rgb(56,5,237); }
td.TdClassName
{
border-color: #3805ED;
}
.TagClassName
{
border-color: #3805ED;
}
</style>