Shades of Han Purple #350CFF
Tints of Han Purple #350CFF
RGB
CMYK
RGB Variations
Color information
#350CFF (or 0x350CFF) is known color: Han Purple. HEX triplet: 35, 0C and FF. RGB value is (53,12,255). Sum of RGB (Red+Green+Blue) = 53+12+255=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #350CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CFF is #CAF300. Grayscale: #333333. Windows color (decimal): -13300481 or 16714805. OLE color: 16714805.
HSL color Cylindrical-coordinate representation of color #350CFF: hue angle of 250.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CFF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 12 | 255 | - |
| CMYK | 0.79 | 0.95 | 0 | 0 |
| HSL | 250.12º | 1% | 0.52% | - |
| HSV(B) | 250.12º | 0.95% | 1% | - |
| XYZ | 19.65 | 8.24 | 95.16 | - |
| YUV | 51.96 | 242.58 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 255 | 0.79 | 0.95 | 0 | 0 | 250.12 | 1 | 0.52 |
| Hex | 35 | C | FF | 4F | 5F | 0 | 0 | FA | 64 | 34 |
| Octal | 65 | 14 | 377 | 117 | 137 | 0 | 0 | 372 | 144 | 64 |
| Binary | 110101 | 1100 | 11111111 | 1001111 | 1011111 | 0 | 0 | 11111010 | 1100100 | 110100 |
Color Harmonies of #350CFF
Complementary color
Monochromatic Colors of #350CFF
Black with #350CFF
Text Example
Text Example
White with #350CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CFF; }
p { color: rgb(53,12,255); }
H1.HeaderClassName
{
color: #350CFF;
}
.AnyTagClassName
{
color: #350CFF;
}
</style>
background-color css
<style>
a { background-color: #350CFF; }
a { background-color: rgb(53,12,255); }
div.DivClassName
{
background-color: #350CFF;
}
.BgClassName
{
background-color: #350CFF;
}
</style>
border-color css
<style>
span { border-color: #350CFF; }
span { border-color: rgb(53,12,255); }
td.TdClassName
{
border-color: #350CFF;
}
.TagClassName
{
border-color: #350CFF;
}
</style>