Shades of Han Purple #3511FB
Tints of Han Purple #3511FB
RGB
CMYK
RGB Variations
Color information
#3511FB (or 0x3511FB) is known color: Han Purple. HEX triplet: 35, 11 and FB. RGB value is (53,17,251). Sum of RGB (Red+Green+Blue) = 53+17+251=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #3511FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3511FB is #CAEE04. Grayscale: #353535. Windows color (decimal): -13299205 or 16453941. OLE color: 16453941.
HSL color Cylindrical-coordinate representation of color #3511FB: hue angle of 249.23º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3511FB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 17 | 251 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.02 |
| HSL | 249.23º | 0.97% | 0.53% | - |
| HSV(B) | 249.23º | 0.93% | 0.98% | - |
| XYZ | 19.08 | 8.12 | 91.83 | - |
| YUV | 54.44 | 238.93 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 251 | 0.79 | 0.93 | 0 | 0.02 | 249.23 | 0.97 | 0.53 |
| Hex | 35 | 11 | FB | 4F | 5D | 0 | 2 | F9 | 61 | 35 |
| Octal | 65 | 21 | 373 | 117 | 135 | 0 | 2 | 371 | 141 | 65 |
| Binary | 110101 | 10001 | 11111011 | 1001111 | 1011101 | 0 | 10 | 11111001 | 1100001 | 110101 |
Color Harmonies of #3511FB
Complementary color
Monochromatic Colors of #3511FB
Black with #3511FB
Text Example
Text Example
White with #3511FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3511FB; }
p { color: rgb(53,17,251); }
H1.HeaderClassName
{
color: #3511FB;
}
.AnyTagClassName
{
color: #3511FB;
}
</style>
background-color css
<style>
a { background-color: #3511FB; }
a { background-color: rgb(53,17,251); }
div.DivClassName
{
background-color: #3511FB;
}
.BgClassName
{
background-color: #3511FB;
}
</style>
border-color css
<style>
span { border-color: #3511FB; }
span { border-color: rgb(53,17,251); }
td.TdClassName
{
border-color: #3511FB;
}
.TagClassName
{
border-color: #3511FB;
}
</style>