Shades of Han Purple #350FCF
Tints of Han Purple #350FCF
RGB
CMYK
RGB Variations
Color information
#350FCF (or 0x350FCF) is known color: Han Purple. HEX triplet: 35, 0F and CF. RGB value is (53,15,207). Sum of RGB (Red+Green+Blue) = 53+15+207=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #350FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FCF is #CAF030. Grayscale: #2F2F2F. Windows color (decimal): -13299761 or 13569845. OLE color: 13569845.
HSL color Cylindrical-coordinate representation of color #350FCF: hue angle of 251.87º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350FCF is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 15 | 207 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.19 |
| HSL | 251.88º | 0.86% | 0.44% | - |
| HSV(B) | 251.88º | 0.93% | 0.81% | - |
| XYZ | 12.9 | 5.6 | 59.43 | - |
| YUV | 48.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 207 | 0.74 | 0.93 | 0 | 0.19 | 251.88 | 0.86 | 0.44 |
| Hex | 35 | F | CF | 4A | 5D | 0 | 13 | FC | 56 | 2C |
| Octal | 65 | 17 | 317 | 112 | 135 | 0 | 23 | 374 | 126 | 54 |
| Binary | 110101 | 1111 | 11001111 | 1001010 | 1011101 | 0 | 10011 | 11111100 | 1010110 | 101100 |
Color Harmonies of #350FCF
Complementary color
Monochromatic Colors of #350FCF
Black with #350FCF
Text Example
Text Example
White with #350FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FCF; }
p { color: rgb(53,15,207); }
H1.HeaderClassName
{
color: #350FCF;
}
.AnyTagClassName
{
color: #350FCF;
}
</style>
background-color css
<style>
a { background-color: #350FCF; }
a { background-color: rgb(53,15,207); }
div.DivClassName
{
background-color: #350FCF;
}
.BgClassName
{
background-color: #350FCF;
}
</style>
border-color css
<style>
span { border-color: #350FCF; }
span { border-color: rgb(53,15,207); }
td.TdClassName
{
border-color: #350FCF;
}
.TagClassName
{
border-color: #350FCF;
}
</style>