Shades of Han Purple #330BFA
Tints of Han Purple #330BFA
RGB
CMYK
RGB Variations
Color information
#330BFA (or 0x330BFA) is known color: Han Purple. HEX triplet: 33, 0B and FA. RGB value is (51,11,250). Sum of RGB (Red+Green+Blue) = 51+11+250=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #330BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BFA is #CCF405. Grayscale: #313131. Windows color (decimal): -13431814 or 16386867. OLE color: 16386867.
HSL color Cylindrical-coordinate representation of color #330BFA: hue angle of 250.04º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330BFA is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 11 | 250 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.02 |
| HSL | 250.04º | 0.96% | 0.51% | - |
| HSV(B) | 250.04º | 0.96% | 0.98% | - |
| XYZ | 18.74 | 7.85 | 90.97 | - |
| YUV | 50.21 | 240.75 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 11 | 250 | 0.80 | 0.96 | 0 | 0.02 | 250.04 | 0.96 | 0.51 |
| Hex | 33 | B | FA | 50 | 60 | 0 | 2 | FA | 60 | 33 |
| Octal | 63 | 13 | 372 | 120 | 140 | 0 | 2 | 372 | 140 | 63 |
| Binary | 110011 | 1011 | 11111010 | 1010000 | 1100000 | 0 | 10 | 11111010 | 1100000 | 110011 |
Color Harmonies of #330BFA
Complementary color
Monochromatic Colors of #330BFA
Black with #330BFA
Text Example
Text Example
White with #330BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330BFA; }
p { color: rgb(51,11,250); }
H1.HeaderClassName
{
color: #330BFA;
}
.AnyTagClassName
{
color: #330BFA;
}
</style>
background-color css
<style>
a { background-color: #330BFA; }
a { background-color: rgb(51,11,250); }
div.DivClassName
{
background-color: #330BFA;
}
.BgClassName
{
background-color: #330BFA;
}
</style>
border-color css
<style>
span { border-color: #330BFA; }
span { border-color: rgb(51,11,250); }
td.TdClassName
{
border-color: #330BFA;
}
.TagClassName
{
border-color: #330BFA;
}
</style>