Shades of Han Purple #3306FA
Tints of Han Purple #3306FA
RGB
CMYK
RGB Variations
Color information
#3306FA (or 0x3306FA) is known color: Han Purple. HEX triplet: 33, 06 and FA. RGB value is (51,6,250). Sum of RGB (Red+Green+Blue) = 51+6+250=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #3306FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3306FA is #CCF905. Grayscale: #2E2E2E. Windows color (decimal): -13433094 or 16385587. OLE color: 16385587.
HSL color Cylindrical-coordinate representation of color #3306FA: hue angle of 251.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3306FA is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 6 | 250 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.02 |
| HSL | 251.07º | 0.96% | 0.5% | - |
| HSV(B) | 251.07º | 0.98% | 0.98% | - |
| XYZ | 18.69 | 7.74 | 90.95 | - |
| YUV | 47.27 | 242.41 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 250 | 0.80 | 0.98 | 0 | 0.02 | 251.07 | 0.96 | 0.5 |
| Hex | 33 | 6 | FA | 50 | 62 | 0 | 2 | FB | 60 | 32 |
| Octal | 63 | 6 | 372 | 120 | 142 | 0 | 2 | 373 | 140 | 62 |
| Binary | 110011 | 110 | 11111010 | 1010000 | 1100010 | 0 | 10 | 11111011 | 1100000 | 110010 |
Color Harmonies of #3306FA
Complementary color
Monochromatic Colors of #3306FA
Black with #3306FA
Text Example
Text Example
White with #3306FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3306FA; }
p { color: rgb(51,6,250); }
H1.HeaderClassName
{
color: #3306FA;
}
.AnyTagClassName
{
color: #3306FA;
}
</style>
background-color css
<style>
a { background-color: #3306FA; }
a { background-color: rgb(51,6,250); }
div.DivClassName
{
background-color: #3306FA;
}
.BgClassName
{
background-color: #3306FA;
}
</style>
border-color css
<style>
span { border-color: #3306FA; }
span { border-color: rgb(51,6,250); }
td.TdClassName
{
border-color: #3306FA;
}
.TagClassName
{
border-color: #3306FA;
}
</style>