Shades of Han Purple #3B1CFD
Tints of Han Purple #3B1CFD
RGB
CMYK
RGB Variations
Color information
#3B1CFD (or 0x3B1CFD) is known color: Han Purple. HEX triplet: 3B, 1C and FD. RGB value is (59,28,253). Sum of RGB (Red+Green+Blue) = 59+28+253=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #3B1CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1CFD is #C4E302. Grayscale: #3E3E3E. Windows color (decimal): -12903171 or 16587835. OLE color: 16587835.
HSL color Cylindrical-coordinate representation of color #3B1CFD: hue angle of 248.27º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B1CFD is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 28 | 253 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.01 |
| HSL | 248.27º | 0.98% | 0.55% | - |
| HSV(B) | 248.27º | 0.89% | 0.99% | - |
| XYZ | 19.95 | 8.85 | 93.59 | - |
| YUV | 62.92 | 235.27 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 253 | 0.77 | 0.89 | 0 | 0.01 | 248.27 | 0.98 | 0.55 |
| Hex | 3B | 1C | FD | 4D | 59 | 0 | 1 | F8 | 62 | 37 |
| Octal | 73 | 34 | 375 | 115 | 131 | 0 | 1 | 370 | 142 | 67 |
| Binary | 111011 | 11100 | 11111101 | 1001101 | 1011001 | 0 | 1 | 11111000 | 1100010 | 110111 |
Color Harmonies of #3B1CFD
Complementary color
Monochromatic Colors of #3B1CFD
Black with #3B1CFD
Text Example
Text Example
White with #3B1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1CFD; }
p { color: rgb(59,28,253); }
H1.HeaderClassName
{
color: #3B1CFD;
}
.AnyTagClassName
{
color: #3B1CFD;
}
</style>
background-color css
<style>
a { background-color: #3B1CFD; }
a { background-color: rgb(59,28,253); }
div.DivClassName
{
background-color: #3B1CFD;
}
.BgClassName
{
background-color: #3B1CFD;
}
</style>
border-color css
<style>
span { border-color: #3B1CFD; }
span { border-color: rgb(59,28,253); }
td.TdClassName
{
border-color: #3B1CFD;
}
.TagClassName
{
border-color: #3B1CFD;
}
</style>