Shades of Han Purple #350CEF
Tints of Han Purple #350CEF
RGB
CMYK
RGB Variations
Color information
#350CEF (or 0x350CEF) is known color: Han Purple. HEX triplet: 35, 0C and EF. RGB value is (53,12,239). Sum of RGB (Red+Green+Blue) = 53+12+239=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #350CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CEF is #CAF310. Grayscale: #313131. Windows color (decimal): -13300497 or 15666229. OLE color: 15666229.
HSL color Cylindrical-coordinate representation of color #350CEF: hue angle of 250.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CEF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 12 | 239 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.06 |
| HSL | 250.84º | 0.9% | 0.49% | - |
| HSV(B) | 250.84º | 0.95% | 0.94% | - |
| XYZ | 17.18 | 7.25 | 82.16 | - |
| YUV | 50.14 | 234.58 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 239 | 0.78 | 0.95 | 0 | 0.06 | 250.84 | 0.9 | 0.49 |
| Hex | 35 | C | EF | 4E | 5F | 0 | 6 | FB | 5A | 31 |
| Octal | 65 | 14 | 357 | 116 | 137 | 0 | 6 | 373 | 132 | 61 |
| Binary | 110101 | 1100 | 11101111 | 1001110 | 1011111 | 0 | 110 | 11111011 | 1011010 | 110001 |
Color Harmonies of #350CEF
Complementary color
Monochromatic Colors of #350CEF
Black with #350CEF
Text Example
Text Example
White with #350CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CEF; }
p { color: rgb(53,12,239); }
H1.HeaderClassName
{
color: #350CEF;
}
.AnyTagClassName
{
color: #350CEF;
}
</style>
background-color css
<style>
a { background-color: #350CEF; }
a { background-color: rgb(53,12,239); }
div.DivClassName
{
background-color: #350CEF;
}
.BgClassName
{
background-color: #350CEF;
}
</style>
border-color css
<style>
span { border-color: #350CEF; }
span { border-color: rgb(53,12,239); }
td.TdClassName
{
border-color: #350CEF;
}
.TagClassName
{
border-color: #350CEF;
}
</style>