Shades of Han Purple #3B0FCF
Tints of Han Purple #3B0FCF
RGB
CMYK
RGB Variations
Color information
#3B0FCF (or 0x3B0FCF) is known color: Han Purple. HEX triplet: 3B, 0F and CF. RGB value is (59,15,207). Sum of RGB (Red+Green+Blue) = 59+15+207=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B0FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FCF is #C4F030. Grayscale: #313131. Windows color (decimal): -12906545 or 13569851. OLE color: 13569851.
HSL color Cylindrical-coordinate representation of color #3B0FCF: hue angle of 253.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0FCF is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 15 | 207 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.19 |
| HSL | 253.75º | 0.86% | 0.44% | - |
| HSV(B) | 253.75º | 0.93% | 0.81% | - |
| XYZ | 13.24 | 5.78 | 59.45 | - |
| YUV | 50.04 | 216.58 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 207 | 0.71 | 0.93 | 0 | 0.19 | 253.75 | 0.86 | 0.44 |
| Hex | 3B | F | CF | 47 | 5D | 0 | 13 | FE | 56 | 2C |
| Octal | 73 | 17 | 317 | 107 | 135 | 0 | 23 | 376 | 126 | 54 |
| Binary | 111011 | 1111 | 11001111 | 1000111 | 1011101 | 0 | 10011 | 11111110 | 1010110 | 101100 |
Color Harmonies of #3B0FCF
Complementary color
Monochromatic Colors of #3B0FCF
Black with #3B0FCF
Text Example
Text Example
White with #3B0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0FCF; }
p { color: rgb(59,15,207); }
H1.HeaderClassName
{
color: #3B0FCF;
}
.AnyTagClassName
{
color: #3B0FCF;
}
</style>
background-color css
<style>
a { background-color: #3B0FCF; }
a { background-color: rgb(59,15,207); }
div.DivClassName
{
background-color: #3B0FCF;
}
.BgClassName
{
background-color: #3B0FCF;
}
</style>
border-color css
<style>
span { border-color: #3B0FCF; }
span { border-color: rgb(59,15,207); }
td.TdClassName
{
border-color: #3B0FCF;
}
.TagClassName
{
border-color: #3B0FCF;
}
</style>