Shades of Han Purple #350BEF
Tints of Han Purple #350BEF
RGB
CMYK
RGB Variations
Color information
#350BEF (or 0x350BEF) is known color: Han Purple. HEX triplet: 35, 0B and EF. RGB value is (53,11,239). Sum of RGB (Red+Green+Blue) = 53+11+239=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #350BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350BEF is #CAF410. Grayscale: #303030. Windows color (decimal): -13300753 or 15665973. OLE color: 15665973.
HSL color Cylindrical-coordinate representation of color #350BEF: hue angle of 251.05º degrees, saturation: 0.91, 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 #350BEF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 11 | 239 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.06 |
| HSL | 251.05º | 0.91% | 0.49% | - |
| HSV(B) | 251.05º | 0.95% | 0.94% | - |
| XYZ | 17.17 | 7.23 | 82.15 | - |
| YUV | 49.55 | 234.91 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 239 | 0.78 | 0.95 | 0 | 0.06 | 251.05 | 0.91 | 0.49 |
| Hex | 35 | B | EF | 4E | 5F | 0 | 6 | FB | 5B | 31 |
| Octal | 65 | 13 | 357 | 116 | 137 | 0 | 6 | 373 | 133 | 61 |
| Binary | 110101 | 1011 | 11101111 | 1001110 | 1011111 | 0 | 110 | 11111011 | 1011011 | 110001 |
Color Harmonies of #350BEF
Complementary color
Monochromatic Colors of #350BEF
Black with #350BEF
Text Example
Text Example
White with #350BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BEF; }
p { color: rgb(53,11,239); }
H1.HeaderClassName
{
color: #350BEF;
}
.AnyTagClassName
{
color: #350BEF;
}
</style>
background-color css
<style>
a { background-color: #350BEF; }
a { background-color: rgb(53,11,239); }
div.DivClassName
{
background-color: #350BEF;
}
.BgClassName
{
background-color: #350BEF;
}
</style>
border-color css
<style>
span { border-color: #350BEF; }
span { border-color: rgb(53,11,239); }
td.TdClassName
{
border-color: #350BEF;
}
.TagClassName
{
border-color: #350BEF;
}
</style>