Shades of Han Purple #350BEE
Tints of Han Purple #350BEE
RGB
CMYK
RGB Variations
Color information
#350BEE (or 0x350BEE) is known color: Han Purple. HEX triplet: 35, 0B and EE. RGB value is (53,11,238). Sum of RGB (Red+Green+Blue) = 53+11+238=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #350BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350BEE is #CAF411. Grayscale: #303030. Windows color (decimal): -13300754 or 15600437. OLE color: 15600437.
HSL color Cylindrical-coordinate representation of color #350BEE: hue angle of 251.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BEE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 11 | 238 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.07 |
| HSL | 251.1º | 0.91% | 0.49% | - |
| HSV(B) | 251.1º | 0.95% | 0.93% | - |
| XYZ | 17.02 | 7.17 | 81.38 | - |
| YUV | 49.44 | 234.41 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 238 | 0.78 | 0.95 | 0 | 0.07 | 251.1 | 0.91 | 0.49 |
| Hex | 35 | B | EE | 4E | 5F | 0 | 7 | FB | 5B | 31 |
| Octal | 65 | 13 | 356 | 116 | 137 | 0 | 7 | 373 | 133 | 61 |
| Binary | 110101 | 1011 | 11101110 | 1001110 | 1011111 | 0 | 111 | 11111011 | 1011011 | 110001 |
Color Harmonies of #350BEE
Complementary color
Monochromatic Colors of #350BEE
Black with #350BEE
Text Example
Text Example
White with #350BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BEE; }
p { color: rgb(53,11,238); }
H1.HeaderClassName
{
color: #350BEE;
}
.AnyTagClassName
{
color: #350BEE;
}
</style>
background-color css
<style>
a { background-color: #350BEE; }
a { background-color: rgb(53,11,238); }
div.DivClassName
{
background-color: #350BEE;
}
.BgClassName
{
background-color: #350BEE;
}
</style>
border-color css
<style>
span { border-color: #350BEE; }
span { border-color: rgb(53,11,238); }
td.TdClassName
{
border-color: #350BEE;
}
.TagClassName
{
border-color: #350BEE;
}
</style>