Shades of Han Purple #3312FD
Tints of Han Purple #3312FD
RGB
CMYK
RGB Variations
Color information
#3312FD (or 0x3312FD) is known color: Han Purple. HEX triplet: 33, 12 and FD. RGB value is (51,18,253). Sum of RGB (Red+Green+Blue) = 51+18+253=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #3312FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3312FD is #CCED02. Grayscale: #353535. Windows color (decimal): -13430019 or 16585267. OLE color: 16585267.
HSL color Cylindrical-coordinate representation of color #3312FD: hue angle of 248.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3312FD is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 18 | 253 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.01 |
| HSL | 248.43º | 0.98% | 0.53% | - |
| HSV(B) | 248.43º | 0.93% | 0.99% | - |
| XYZ | 19.31 | 8.23 | 93.5 | - |
| YUV | 54.66 | 239.93 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 253 | 0.80 | 0.93 | 0 | 0.01 | 248.43 | 0.98 | 0.53 |
| Hex | 33 | 12 | FD | 50 | 5D | 0 | 1 | F8 | 62 | 35 |
| Octal | 63 | 22 | 375 | 120 | 135 | 0 | 1 | 370 | 142 | 65 |
| Binary | 110011 | 10010 | 11111101 | 1010000 | 1011101 | 0 | 1 | 11111000 | 1100010 | 110101 |
Color Harmonies of #3312FD
Complementary color
Monochromatic Colors of #3312FD
Black with #3312FD
Text Example
Text Example
White with #3312FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3312FD; }
p { color: rgb(51,18,253); }
H1.HeaderClassName
{
color: #3312FD;
}
.AnyTagClassName
{
color: #3312FD;
}
</style>
background-color css
<style>
a { background-color: #3312FD; }
a { background-color: rgb(51,18,253); }
div.DivClassName
{
background-color: #3312FD;
}
.BgClassName
{
background-color: #3312FD;
}
</style>
border-color css
<style>
span { border-color: #3312FD; }
span { border-color: rgb(51,18,253); }
td.TdClassName
{
border-color: #3312FD;
}
.TagClassName
{
border-color: #3312FD;
}
</style>