Shades of Han Purple #3B20FE
Tints of Han Purple #3B20FE
RGB
CMYK
RGB Variations
Color information
#3B20FE (or 0x3B20FE) is known color: Han Purple. HEX triplet: 3B, 20 and FE. RGB value is (59,32,254). Sum of RGB (Red+Green+Blue) = 59+32+254=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #3B20FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B20FE is #C4DF01. Grayscale: #404040. Windows color (decimal): -12902146 or 16654395. OLE color: 16654395.
HSL color Cylindrical-coordinate representation of color #3B20FE: hue angle of 247.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B20FE is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 32 | 254 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.00 |
| HSL | 247.3º | 0.99% | 0.56% | - |
| HSV(B) | 247.3º | 0.87% | 1% | - |
| XYZ | 20.21 | 9.12 | 94.46 | - |
| YUV | 65.38 | 234.45 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 254 | 0.77 | 0.87 | 0 | 0.00 | 247.3 | 0.99 | 0.56 |
| Hex | 3B | 20 | FE | 4D | 57 | 0 | 0 | F7 | 63 | 38 |
| Octal | 73 | 40 | 376 | 115 | 127 | 0 | 0 | 367 | 143 | 70 |
| Binary | 111011 | 100000 | 11111110 | 1001101 | 1010111 | 0 | 0 | 11110111 | 1100011 | 111000 |
Color Harmonies of #3B20FE
Complementary color
Monochromatic Colors of #3B20FE
Black with #3B20FE
Text Example
Text Example
White with #3B20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B20FE; }
p { color: rgb(59,32,254); }
H1.HeaderClassName
{
color: #3B20FE;
}
.AnyTagClassName
{
color: #3B20FE;
}
</style>
background-color css
<style>
a { background-color: #3B20FE; }
a { background-color: rgb(59,32,254); }
div.DivClassName
{
background-color: #3B20FE;
}
.BgClassName
{
background-color: #3B20FE;
}
</style>
border-color css
<style>
span { border-color: #3B20FE; }
span { border-color: rgb(59,32,254); }
td.TdClassName
{
border-color: #3B20FE;
}
.TagClassName
{
border-color: #3B20FE;
}
</style>