Shades of Han Purple #350BFC
Tints of Han Purple #350BFC
RGB
CMYK
RGB Variations
Color information
#350BFC (or 0x350BFC) is known color: Han Purple. HEX triplet: 35, 0B and FC. RGB value is (53,11,252). Sum of RGB (Red+Green+Blue) = 53+11+252=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #350BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350BFC is #CAF403. Grayscale: #323232. Windows color (decimal): -13300740 or 16517941. OLE color: 16517941.
HSL color Cylindrical-coordinate representation of color #350BFC: hue angle of 250.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350BFC is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 11 | 252 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.01 |
| HSL | 250.46º | 0.98% | 0.52% | - |
| HSV(B) | 250.46º | 0.96% | 0.99% | - |
| XYZ | 19.16 | 8.02 | 92.63 | - |
| YUV | 51.03 | 241.41 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 252 | 0.79 | 0.96 | 0 | 0.01 | 250.46 | 0.98 | 0.52 |
| Hex | 35 | B | FC | 4F | 60 | 0 | 1 | FA | 62 | 34 |
| Octal | 65 | 13 | 374 | 117 | 140 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110101 | 1011 | 11111100 | 1001111 | 1100000 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #350BFC
Complementary color
Monochromatic Colors of #350BFC
Black with #350BFC
Text Example
Text Example
White with #350BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BFC; }
p { color: rgb(53,11,252); }
H1.HeaderClassName
{
color: #350BFC;
}
.AnyTagClassName
{
color: #350BFC;
}
</style>
background-color css
<style>
a { background-color: #350BFC; }
a { background-color: rgb(53,11,252); }
div.DivClassName
{
background-color: #350BFC;
}
.BgClassName
{
background-color: #350BFC;
}
</style>
border-color css
<style>
span { border-color: #350BFC; }
span { border-color: rgb(53,11,252); }
td.TdClassName
{
border-color: #350BFC;
}
.TagClassName
{
border-color: #350BFC;
}
</style>