Shades of Han Purple #350CFC
Tints of Han Purple #350CFC
RGB
CMYK
RGB Variations
Color information
#350CFC (or 0x350CFC) is known color: Han Purple. HEX triplet: 35, 0C and FC. RGB value is (53,12,252). Sum of RGB (Red+Green+Blue) = 53+12+252=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #350CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CFC is #CAF303. Grayscale: #323232. Windows color (decimal): -13300484 or 16518197. OLE color: 16518197.
HSL color Cylindrical-coordinate representation of color #350CFC: hue angle of 250.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CFC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 12 | 252 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.01 |
| HSL | 250.25º | 0.98% | 0.52% | - |
| HSV(B) | 250.25º | 0.95% | 0.99% | - |
| XYZ | 19.17 | 8.05 | 92.64 | - |
| YUV | 51.62 | 241.08 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 252 | 0.79 | 0.95 | 0 | 0.01 | 250.25 | 0.98 | 0.52 |
| Hex | 35 | C | FC | 4F | 5F | 0 | 1 | FA | 62 | 34 |
| Octal | 65 | 14 | 374 | 117 | 137 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110101 | 1100 | 11111100 | 1001111 | 1011111 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #350CFC
Complementary color
Monochromatic Colors of #350CFC
Black with #350CFC
Text Example
Text Example
White with #350CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CFC; }
p { color: rgb(53,12,252); }
H1.HeaderClassName
{
color: #350CFC;
}
.AnyTagClassName
{
color: #350CFC;
}
</style>
background-color css
<style>
a { background-color: #350CFC; }
a { background-color: rgb(53,12,252); }
div.DivClassName
{
background-color: #350CFC;
}
.BgClassName
{
background-color: #350CFC;
}
</style>
border-color css
<style>
span { border-color: #350CFC; }
span { border-color: rgb(53,12,252); }
td.TdClassName
{
border-color: #350CFC;
}
.TagClassName
{
border-color: #350CFC;
}
</style>