Shades of Han Purple #3314FA
Tints of Han Purple #3314FA
RGB
CMYK
RGB Variations
Color information
#3314FA (or 0x3314FA) is known color: Han Purple. HEX triplet: 33, 14 and FA. RGB value is (51,20,250). Sum of RGB (Red+Green+Blue) = 51+20+250=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #3314FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3314FA is #CCEB05. Grayscale: #363636. Windows color (decimal): -13429510 or 16389171. OLE color: 16389171.
HSL color Cylindrical-coordinate representation of color #3314FA: hue angle of 248.09º degrees, saturation: 0.96, 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 #3314FA is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 20 | 250 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.02 |
| HSL | 248.09º | 0.96% | 0.53% | - |
| HSV(B) | 248.09º | 0.92% | 0.98% | - |
| XYZ | 18.87 | 8.11 | 91.01 | - |
| YUV | 55.49 | 237.77 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 250 | 0.80 | 0.92 | 0 | 0.02 | 248.09 | 0.96 | 0.53 |
| Hex | 33 | 14 | FA | 50 | 5C | 0 | 2 | F8 | 60 | 35 |
| Octal | 63 | 24 | 372 | 120 | 134 | 0 | 2 | 370 | 140 | 65 |
| Binary | 110011 | 10100 | 11111010 | 1010000 | 1011100 | 0 | 10 | 11111000 | 1100000 | 110101 |
Color Harmonies of #3314FA
Complementary color
Monochromatic Colors of #3314FA
Black with #3314FA
Text Example
Text Example
White with #3314FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314FA; }
p { color: rgb(51,20,250); }
H1.HeaderClassName
{
color: #3314FA;
}
.AnyTagClassName
{
color: #3314FA;
}
</style>
background-color css
<style>
a { background-color: #3314FA; }
a { background-color: rgb(51,20,250); }
div.DivClassName
{
background-color: #3314FA;
}
.BgClassName
{
background-color: #3314FA;
}
</style>
border-color css
<style>
span { border-color: #3314FA; }
span { border-color: rgb(51,20,250); }
td.TdClassName
{
border-color: #3314FA;
}
.TagClassName
{
border-color: #3314FA;
}
</style>