Shades of Han Purple #3B02CB
Tints of Han Purple #3B02CB
RGB
CMYK
RGB Variations
Color information
#3B02CB (or 0x3B02CB) is known color: Han Purple. HEX triplet: 3B, 02 and CB. RGB value is (59,2,203). Sum of RGB (Red+Green+Blue) = 59+2+203=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B02CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B02CB is #C4FD34. Grayscale: #292929. Windows color (decimal): -12909877 or 13304379. OLE color: 13304379.
HSL color Cylindrical-coordinate representation of color #3B02CB: hue angle of 257.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B02CB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 2 | 203 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.20 |
| HSL | 257.01º | 0.98% | 0.4% | - |
| HSV(B) | 257.01º | 0.99% | 0.8% | - |
| XYZ | 12.6 | 5.29 | 56.86 | - |
| YUV | 41.96 | 218.88 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 203 | 0.71 | 0.99 | 0 | 0.20 | 257.01 | 0.98 | 0.4 |
| Hex | 3B | 2 | CB | 47 | 63 | 0 | 14 | 101 | 62 | 28 |
| Octal | 73 | 2 | 313 | 107 | 143 | 0 | 24 | 401 | 142 | 50 |
| Binary | 111011 | 10 | 11001011 | 1000111 | 1100011 | 0 | 10100 | 100000001 | 1100010 | 101000 |
Color Harmonies of #3B02CB
Complementary color
Monochromatic Colors of #3B02CB
Black with #3B02CB
Text Example
Text Example
White with #3B02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B02CB; }
p { color: rgb(59,2,203); }
H1.HeaderClassName
{
color: #3B02CB;
}
.AnyTagClassName
{
color: #3B02CB;
}
</style>
background-color css
<style>
a { background-color: #3B02CB; }
a { background-color: rgb(59,2,203); }
div.DivClassName
{
background-color: #3B02CB;
}
.BgClassName
{
background-color: #3B02CB;
}
</style>
border-color css
<style>
span { border-color: #3B02CB; }
span { border-color: rgb(59,2,203); }
td.TdClassName
{
border-color: #3B02CB;
}
.TagClassName
{
border-color: #3B02CB;
}
</style>