Shades of Han Purple #3B02CF
Tints of Han Purple #3B02CF
RGB
CMYK
RGB Variations
Color information
#3B02CF (or 0x3B02CF) is known color: Han Purple. HEX triplet: 3B, 02 and CF. RGB value is (59,2,207). Sum of RGB (Red+Green+Blue) = 59+2+207=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B02CF is #C4FD30. Grayscale: #292929. Windows color (decimal): -12909873 or 13566523. OLE color: 13566523.
HSL color Cylindrical-coordinate representation of color #3B02CF: hue angle of 256.68º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B02CF is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 2 | 207 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.19 |
| HSL | 256.68º | 0.98% | 0.41% | - |
| HSV(B) | 256.68º | 0.99% | 0.81% | - |
| XYZ | 13.09 | 5.48 | 59.4 | - |
| YUV | 42.41 | 220.88 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 207 | 0.71 | 0.99 | 0 | 0.19 | 256.68 | 0.98 | 0.41 |
| Hex | 3B | 2 | CF | 47 | 63 | 0 | 13 | 101 | 62 | 29 |
| Octal | 73 | 2 | 317 | 107 | 143 | 0 | 23 | 401 | 142 | 51 |
| Binary | 111011 | 10 | 11001111 | 1000111 | 1100011 | 0 | 10011 | 100000001 | 1100010 | 101001 |
Color Harmonies of #3B02CF
Complementary color
Monochromatic Colors of #3B02CF
Black with #3B02CF
Text Example
Text Example
White with #3B02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B02CF; }
p { color: rgb(59,2,207); }
H1.HeaderClassName
{
color: #3B02CF;
}
.AnyTagClassName
{
color: #3B02CF;
}
</style>
background-color css
<style>
a { background-color: #3B02CF; }
a { background-color: rgb(59,2,207); }
div.DivClassName
{
background-color: #3B02CF;
}
.BgClassName
{
background-color: #3B02CF;
}
</style>
border-color css
<style>
span { border-color: #3B02CF; }
span { border-color: rgb(59,2,207); }
td.TdClassName
{
border-color: #3B02CF;
}
.TagClassName
{
border-color: #3B02CF;
}
</style>