Shades of Han Purple #3B05FE
Tints of Han Purple #3B05FE
RGB
CMYK
RGB Variations
Color information
#3B05FE (or 0x3B05FE) is known color: Han Purple. HEX triplet: 3B, 05 and FE. RGB value is (59,5,254). Sum of RGB (Red+Green+Blue) = 59+5+254=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B05FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B05FE is #C4FA01. Grayscale: #303030. Windows color (decimal): -12909058 or 16647483. OLE color: 16647483.
HSL color Cylindrical-coordinate representation of color #3B05FE: hue angle of 253.01º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B05FE is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 5 | 254 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.00 |
| HSL | 253.01º | 0.99% | 0.51% | - |
| HSV(B) | 253.01º | 0.98% | 1% | - |
| XYZ | 19.75 | 8.19 | 94.31 | - |
| YUV | 49.53 | 243.39 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 254 | 0.77 | 0.98 | 0 | 0.00 | 253.01 | 0.99 | 0.51 |
| Hex | 3B | 5 | FE | 4D | 62 | 0 | 0 | FD | 63 | 33 |
| Octal | 73 | 5 | 376 | 115 | 142 | 0 | 0 | 375 | 143 | 63 |
| Binary | 111011 | 101 | 11111110 | 1001101 | 1100010 | 0 | 0 | 11111101 | 1100011 | 110011 |
Color Harmonies of #3B05FE
Complementary color
Monochromatic Colors of #3B05FE
Black with #3B05FE
Text Example
Text Example
White with #3B05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05FE; }
p { color: rgb(59,5,254); }
H1.HeaderClassName
{
color: #3B05FE;
}
.AnyTagClassName
{
color: #3B05FE;
}
</style>
background-color css
<style>
a { background-color: #3B05FE; }
a { background-color: rgb(59,5,254); }
div.DivClassName
{
background-color: #3B05FE;
}
.BgClassName
{
background-color: #3B05FE;
}
</style>
border-color css
<style>
span { border-color: #3B05FE; }
span { border-color: rgb(59,5,254); }
td.TdClassName
{
border-color: #3B05FE;
}
.TagClassName
{
border-color: #3B05FE;
}
</style>