Shades of Han Purple #3E05CF
Tints of Han Purple #3E05CF
RGB
CMYK
RGB Variations
Color information
#3E05CF (or 0x3E05CF) is known color: Han Purple. HEX triplet: 3E, 05 and CF. RGB value is (62,5,207). Sum of RGB (Red+Green+Blue) = 62+5+207=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E05CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05CF is #C1FA30. Grayscale: #2C2C2C. Windows color (decimal): -12712497 or 13567294. OLE color: 13567294.
HSL color Cylindrical-coordinate representation of color #3E05CF: hue angle of 256.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05CF is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 5 | 207 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.19 |
| HSL | 256.93º | 0.95% | 0.42% | - |
| HSV(B) | 256.93º | 0.98% | 0.81% | - |
| XYZ | 13.3 | 5.64 | 59.42 | - |
| YUV | 45.07 | 219.38 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 207 | 0.70 | 0.98 | 0 | 0.19 | 256.93 | 0.95 | 0.42 |
| Hex | 3E | 5 | CF | 46 | 62 | 0 | 13 | 101 | 5F | 2A |
| Octal | 76 | 5 | 317 | 106 | 142 | 0 | 23 | 401 | 137 | 52 |
| Binary | 111110 | 101 | 11001111 | 1000110 | 1100010 | 0 | 10011 | 100000001 | 1011111 | 101010 |
Color Harmonies of #3E05CF
Complementary color
Monochromatic Colors of #3E05CF
Black with #3E05CF
Text Example
Text Example
White with #3E05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E05CF; }
p { color: rgb(62,5,207); }
H1.HeaderClassName
{
color: #3E05CF;
}
.AnyTagClassName
{
color: #3E05CF;
}
</style>
background-color css
<style>
a { background-color: #3E05CF; }
a { background-color: rgb(62,5,207); }
div.DivClassName
{
background-color: #3E05CF;
}
.BgClassName
{
background-color: #3E05CF;
}
</style>
border-color css
<style>
span { border-color: #3E05CF; }
span { border-color: rgb(62,5,207); }
td.TdClassName
{
border-color: #3E05CF;
}
.TagClassName
{
border-color: #3E05CF;
}
</style>