Shades of Han Purple #3315FB
Tints of Han Purple #3315FB
RGB
CMYK
RGB Variations
Color information
#3315FB (or 0x3315FB) is known color: Han Purple. HEX triplet: 33, 15 and FB. RGB value is (51,21,251). Sum of RGB (Red+Green+Blue) = 51+21+251=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #3315FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315FB is #CCEA04. Grayscale: #373737. Windows color (decimal): -13429253 or 16454963. OLE color: 16454963.
HSL color Cylindrical-coordinate representation of color #3315FB: hue angle of 247.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3315FB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 21 | 251 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.02 |
| HSL | 247.83º | 0.97% | 0.53% | - |
| HSV(B) | 247.83º | 0.92% | 0.98% | - |
| XYZ | 19.05 | 8.21 | 91.85 | - |
| YUV | 56.19 | 237.94 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 251 | 0.80 | 0.92 | 0 | 0.02 | 247.83 | 0.97 | 0.53 |
| Hex | 33 | 15 | FB | 50 | 5C | 0 | 2 | F8 | 61 | 35 |
| Octal | 63 | 25 | 373 | 120 | 134 | 0 | 2 | 370 | 141 | 65 |
| Binary | 110011 | 10101 | 11111011 | 1010000 | 1011100 | 0 | 10 | 11111000 | 1100001 | 110101 |
Color Harmonies of #3315FB
Complementary color
Monochromatic Colors of #3315FB
Black with #3315FB
Text Example
Text Example
White with #3315FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315FB; }
p { color: rgb(51,21,251); }
H1.HeaderClassName
{
color: #3315FB;
}
.AnyTagClassName
{
color: #3315FB;
}
</style>
background-color css
<style>
a { background-color: #3315FB; }
a { background-color: rgb(51,21,251); }
div.DivClassName
{
background-color: #3315FB;
}
.BgClassName
{
background-color: #3315FB;
}
</style>
border-color css
<style>
span { border-color: #3315FB; }
span { border-color: rgb(51,21,251); }
td.TdClassName
{
border-color: #3315FB;
}
.TagClassName
{
border-color: #3315FB;
}
</style>