Shades of Han Purple #350BFA
Tints of Han Purple #350BFA
RGB
CMYK
RGB Variations
Color information
#350BFA (or 0x350BFA) is known color: Han Purple. HEX triplet: 35, 0B and FA. RGB value is (53,11,250). Sum of RGB (Red+Green+Blue) = 53+11+250=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #350BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350BFA is #CAF405. Grayscale: #313131. Windows color (decimal): -13300742 or 16386869. OLE color: 16386869.
HSL color Cylindrical-coordinate representation of color #350BFA: hue angle of 250.54º 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 #350BFA is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 11 | 250 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.02 |
| HSL | 250.54º | 0.96% | 0.51% | - |
| HSV(B) | 250.54º | 0.96% | 0.98% | - |
| XYZ | 18.84 | 7.9 | 90.97 | - |
| YUV | 50.8 | 240.41 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 250 | 0.79 | 0.96 | 0 | 0.02 | 250.54 | 0.96 | 0.51 |
| Hex | 35 | B | FA | 4F | 60 | 0 | 2 | FB | 60 | 33 |
| Octal | 65 | 13 | 372 | 117 | 140 | 0 | 2 | 373 | 140 | 63 |
| Binary | 110101 | 1011 | 11111010 | 1001111 | 1100000 | 0 | 10 | 11111011 | 1100000 | 110011 |
Color Harmonies of #350BFA
Complementary color
Monochromatic Colors of #350BFA
Black with #350BFA
Text Example
Text Example
White with #350BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BFA; }
p { color: rgb(53,11,250); }
H1.HeaderClassName
{
color: #350BFA;
}
.AnyTagClassName
{
color: #350BFA;
}
</style>
background-color css
<style>
a { background-color: #350BFA; }
a { background-color: rgb(53,11,250); }
div.DivClassName
{
background-color: #350BFA;
}
.BgClassName
{
background-color: #350BFA;
}
</style>
border-color css
<style>
span { border-color: #350BFA; }
span { border-color: rgb(53,11,250); }
td.TdClassName
{
border-color: #350BFA;
}
.TagClassName
{
border-color: #350BFA;
}
</style>