Shades of Han Purple #3B02DF
Tints of Han Purple #3B02DF
RGB
CMYK
RGB Variations
Color information
#3B02DF (or 0x3B02DF) is known color: Han Purple. HEX triplet: 3B, 02 and DF. RGB value is (59,2,223). Sum of RGB (Red+Green+Blue) = 59+2+223=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B02DF is #C4FD20. Grayscale: #2B2B2B. Windows color (decimal): -12909857 or 14615099. OLE color: 14615099.
HSL color Cylindrical-coordinate representation of color #3B02DF: hue angle of 255.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B02DF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 2 | 223 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.13 |
| HSL | 255.48º | 0.98% | 0.44% | - |
| HSV(B) | 255.48º | 0.99% | 0.87% | - |
| XYZ | 15.14 | 6.3 | 70.23 | - |
| YUV | 44.24 | 228.88 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 223 | 0.74 | 0.99 | 0 | 0.13 | 255.48 | 0.98 | 0.44 |
| Hex | 3B | 2 | DF | 4A | 63 | 0 | D | FF | 62 | 2C |
| Octal | 73 | 2 | 337 | 112 | 143 | 0 | 15 | 377 | 142 | 54 |
| Binary | 111011 | 10 | 11011111 | 1001010 | 1100011 | 0 | 1101 | 11111111 | 1100010 | 101100 |
Color Harmonies of #3B02DF
Complementary color
Monochromatic Colors of #3B02DF
Black with #3B02DF
Text Example
Text Example
White with #3B02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B02DF; }
p { color: rgb(59,2,223); }
H1.HeaderClassName
{
color: #3B02DF;
}
.AnyTagClassName
{
color: #3B02DF;
}
</style>
background-color css
<style>
a { background-color: #3B02DF; }
a { background-color: rgb(59,2,223); }
div.DivClassName
{
background-color: #3B02DF;
}
.BgClassName
{
background-color: #3B02DF;
}
</style>
border-color css
<style>
span { border-color: #3B02DF; }
span { border-color: rgb(59,2,223); }
td.TdClassName
{
border-color: #3B02DF;
}
.TagClassName
{
border-color: #3B02DF;
}
</style>