Shades of Han Purple #350DF2
Tints of Han Purple #350DF2
RGB
CMYK
RGB Variations
Color information
#350DF2 (or 0x350DF2) is known color: Han Purple. HEX triplet: 35, 0D and F2. RGB value is (53,13,242). Sum of RGB (Red+Green+Blue) = 53+13+242=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #350DF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DF2 is #CAF20D. Grayscale: #323232. Windows color (decimal): -13300238 or 15863093. OLE color: 15863093.
HSL color Cylindrical-coordinate representation of color #350DF2: hue angle of 250.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350DF2 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 13 | 242 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.05 |
| HSL | 250.48º | 0.9% | 0.5% | - |
| HSV(B) | 250.48º | 0.95% | 0.95% | - |
| XYZ | 17.64 | 7.46 | 84.51 | - |
| YUV | 51.07 | 235.75 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 242 | 0.78 | 0.95 | 0 | 0.05 | 250.48 | 0.9 | 0.5 |
| Hex | 35 | D | F2 | 4E | 5F | 0 | 5 | FA | 5A | 32 |
| Octal | 65 | 15 | 362 | 116 | 137 | 0 | 5 | 372 | 132 | 62 |
| Binary | 110101 | 1101 | 11110010 | 1001110 | 1011111 | 0 | 101 | 11111010 | 1011010 | 110010 |
Color Harmonies of #350DF2
Complementary color
Monochromatic Colors of #350DF2
Black with #350DF2
Text Example
Text Example
White with #350DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DF2; }
p { color: rgb(53,13,242); }
H1.HeaderClassName
{
color: #350DF2;
}
.AnyTagClassName
{
color: #350DF2;
}
</style>
background-color css
<style>
a { background-color: #350DF2; }
a { background-color: rgb(53,13,242); }
div.DivClassName
{
background-color: #350DF2;
}
.BgClassName
{
background-color: #350DF2;
}
</style>
border-color css
<style>
span { border-color: #350DF2; }
span { border-color: rgb(53,13,242); }
td.TdClassName
{
border-color: #350DF2;
}
.TagClassName
{
border-color: #350DF2;
}
</style>