Shades of Han Purple #350BFE
Tints of Han Purple #350BFE
RGB
CMYK
RGB Variations
Color information
#350BFE (or 0x350BFE) is known color: Han Purple. HEX triplet: 35, 0B and FE. RGB value is (53,11,254). Sum of RGB (Red+Green+Blue) = 53+11+254=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #350BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350BFE is #CAF401. Grayscale: #323232. Windows color (decimal): -13300738 or 16649013. OLE color: 16649013.
HSL color Cylindrical-coordinate representation of color #350BFE: hue angle of 250.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350BFE is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 11 | 254 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.00 |
| HSL | 250.37º | 0.99% | 0.52% | - |
| HSV(B) | 250.37º | 0.96% | 1% | - |
| XYZ | 19.48 | 8.15 | 94.31 | - |
| YUV | 51.26 | 242.41 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 254 | 0.79 | 0.96 | 0 | 0.00 | 250.37 | 0.99 | 0.52 |
| Hex | 35 | B | FE | 4F | 60 | 0 | 0 | FA | 63 | 34 |
| Octal | 65 | 13 | 376 | 117 | 140 | 0 | 0 | 372 | 143 | 64 |
| Binary | 110101 | 1011 | 11111110 | 1001111 | 1100000 | 0 | 0 | 11111010 | 1100011 | 110100 |
Color Harmonies of #350BFE
Complementary color
Monochromatic Colors of #350BFE
Black with #350BFE
Text Example
Text Example
White with #350BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BFE; }
p { color: rgb(53,11,254); }
H1.HeaderClassName
{
color: #350BFE;
}
.AnyTagClassName
{
color: #350BFE;
}
</style>
background-color css
<style>
a { background-color: #350BFE; }
a { background-color: rgb(53,11,254); }
div.DivClassName
{
background-color: #350BFE;
}
.BgClassName
{
background-color: #350BFE;
}
</style>
border-color css
<style>
span { border-color: #350BFE; }
span { border-color: rgb(53,11,254); }
td.TdClassName
{
border-color: #350BFE;
}
.TagClassName
{
border-color: #350BFE;
}
</style>