Shades of Han Purple #3B15E7
Tints of Han Purple #3B15E7
RGB
CMYK
RGB Variations
Color information
#3B15E7 (or 0x3B15E7) is known color: Han Purple. HEX triplet: 3B, 15 and E7. RGB value is (59,21,231). Sum of RGB (Red+Green+Blue) = 59+21+231=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 231 (90.62% from 255 or 74.28% from 311); Max value from RGB is 231 - color contains mainly: blue. Hex color #3B15E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B15E7 is #C4EA18. Grayscale: #373737. Windows color (decimal): -12904985 or 15144251. OLE color: 15144251.
HSL color Cylindrical-coordinate representation of color #3B15E7: hue angle of 250.86º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B15E7 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 21 | 231 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.09 |
| HSL | 250.86º | 0.83% | 0.49% | - |
| HSV(B) | 250.86º | 0.91% | 0.91% | - |
| XYZ | 16.5 | 7.24 | 76.13 | - |
| YUV | 56.3 | 226.59 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 231 | 0.74 | 0.91 | 0 | 0.09 | 250.86 | 0.83 | 0.49 |
| Hex | 3B | 15 | E7 | 4A | 5B | 0 | 9 | FB | 53 | 31 |
| Octal | 73 | 25 | 347 | 112 | 133 | 0 | 11 | 373 | 123 | 61 |
| Binary | 111011 | 10101 | 11100111 | 1001010 | 1011011 | 0 | 1001 | 11111011 | 1010011 | 110001 |
Color Harmonies of #3B15E7
Complementary color
Monochromatic Colors of #3B15E7
Black with #3B15E7
Text Example
Text Example
White with #3B15E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B15E7; }
p { color: rgb(59,21,231); }
H1.HeaderClassName
{
color: #3B15E7;
}
.AnyTagClassName
{
color: #3B15E7;
}
</style>
background-color css
<style>
a { background-color: #3B15E7; }
a { background-color: rgb(59,21,231); }
div.DivClassName
{
background-color: #3B15E7;
}
.BgClassName
{
background-color: #3B15E7;
}
</style>
border-color css
<style>
span { border-color: #3B15E7; }
span { border-color: rgb(59,21,231); }
td.TdClassName
{
border-color: #3B15E7;
}
.TagClassName
{
border-color: #3B15E7;
}
</style>