Shades of Han Purple #3B01EB
Tints of Han Purple #3B01EB
RGB
CMYK
RGB Variations
Color information
#3B01EB (or 0x3B01EB) is known color: Han Purple. HEX triplet: 3B, 01 and EB. RGB value is (59,1,235). Sum of RGB (Red+Green+Blue) = 59+1+235=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B01EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B01EB is #C4FE14. Grayscale: #2C2C2C. Windows color (decimal): -12910101 or 15401275. OLE color: 15401275.
HSL color Cylindrical-coordinate representation of color #3B01EB: hue angle of 254.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B01EB is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 1 | 235 | - |
| CMYK | 0.75 | 1.00 | 0 | 0.08 |
| HSL | 254.87º | 0.99% | 0.46% | - |
| HSV(B) | 254.87º | 1% | 0.92% | - |
| XYZ | 16.81 | 6.95 | 79.05 | - |
| YUV | 45.02 | 235.22 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 235 | 0.75 | 1.00 | 0 | 0.08 | 254.87 | 0.99 | 0.46 |
| Hex | 3B | 1 | EB | 4B | 64 | 0 | 8 | FF | 63 | 2E |
| Octal | 73 | 1 | 353 | 113 | 144 | 0 | 10 | 377 | 143 | 56 |
| Binary | 111011 | 1 | 11101011 | 1001011 | 1100100 | 0 | 1000 | 11111111 | 1100011 | 101110 |
Color Harmonies of #3B01EB
Complementary color
Monochromatic Colors of #3B01EB
Black with #3B01EB
Text Example
Text Example
White with #3B01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B01EB; }
p { color: rgb(59,1,235); }
H1.HeaderClassName
{
color: #3B01EB;
}
.AnyTagClassName
{
color: #3B01EB;
}
</style>
background-color css
<style>
a { background-color: #3B01EB; }
a { background-color: rgb(59,1,235); }
div.DivClassName
{
background-color: #3B01EB;
}
.BgClassName
{
background-color: #3B01EB;
}
</style>
border-color css
<style>
span { border-color: #3B01EB; }
span { border-color: rgb(59,1,235); }
td.TdClassName
{
border-color: #3B01EB;
}
.TagClassName
{
border-color: #3B01EB;
}
</style>