Shades of Han Purple #3315FD
Tints of Han Purple #3315FD
RGB
CMYK
RGB Variations
Color information
#3315FD (or 0x3315FD) is known color: Han Purple. HEX triplet: 33, 15 and FD. RGB value is (51,21,253). Sum of RGB (Red+Green+Blue) = 51+21+253=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #3315FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315FD is #CCEA02. Grayscale: #373737. Windows color (decimal): -13429251 or 16586035. OLE color: 16586035.
HSL color Cylindrical-coordinate representation of color #3315FD: hue angle of 247.76º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3315FD is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 21 | 253 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.01 |
| HSL | 247.76º | 0.98% | 0.54% | - |
| HSV(B) | 247.76º | 0.92% | 0.99% | - |
| XYZ | 19.36 | 8.33 | 93.52 | - |
| YUV | 56.42 | 238.94 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 253 | 0.80 | 0.92 | 0 | 0.01 | 247.76 | 0.98 | 0.54 |
| Hex | 33 | 15 | FD | 50 | 5C | 0 | 1 | F8 | 62 | 36 |
| Octal | 63 | 25 | 375 | 120 | 134 | 0 | 1 | 370 | 142 | 66 |
| Binary | 110011 | 10101 | 11111101 | 1010000 | 1011100 | 0 | 1 | 11111000 | 1100010 | 110110 |
Color Harmonies of #3315FD
Complementary color
Monochromatic Colors of #3315FD
Black with #3315FD
Text Example
Text Example
White with #3315FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315FD; }
p { color: rgb(51,21,253); }
H1.HeaderClassName
{
color: #3315FD;
}
.AnyTagClassName
{
color: #3315FD;
}
</style>
background-color css
<style>
a { background-color: #3315FD; }
a { background-color: rgb(51,21,253); }
div.DivClassName
{
background-color: #3315FD;
}
.BgClassName
{
background-color: #3315FD;
}
</style>
border-color css
<style>
span { border-color: #3315FD; }
span { border-color: rgb(51,21,253); }
td.TdClassName
{
border-color: #3315FD;
}
.TagClassName
{
border-color: #3315FD;
}
</style>