Shades of Han Purple #351EEB
Tints of Han Purple #351EEB
RGB
CMYK
RGB Variations
Color information
#351EEB (or 0x351EEB) is known color: Han Purple. HEX triplet: 35, 1E and EB. RGB value is (53,30,235). Sum of RGB (Red+Green+Blue) = 53+30+235=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #351EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351EEB is #CAE114. Grayscale: #3B3B3B. Windows color (decimal): -13295893 or 15408693. OLE color: 15408693.
HSL color Cylindrical-coordinate representation of color #351EEB: hue angle of 246.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351EEB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 30 | 235 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.08 |
| HSL | 246.73º | 0.84% | 0.52% | - |
| HSV(B) | 246.73º | 0.87% | 0.92% | - |
| XYZ | 16.93 | 7.68 | 79.19 | - |
| YUV | 60.25 | 226.62 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 235 | 0.77 | 0.87 | 0 | 0.08 | 246.73 | 0.84 | 0.52 |
| Hex | 35 | 1E | EB | 4D | 57 | 0 | 8 | F7 | 54 | 34 |
| Octal | 65 | 36 | 353 | 115 | 127 | 0 | 10 | 367 | 124 | 64 |
| Binary | 110101 | 11110 | 11101011 | 1001101 | 1010111 | 0 | 1000 | 11110111 | 1010100 | 110100 |
Color Harmonies of #351EEB
Complementary color
Monochromatic Colors of #351EEB
Black with #351EEB
Text Example
Text Example
White with #351EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351EEB; }
p { color: rgb(53,30,235); }
H1.HeaderClassName
{
color: #351EEB;
}
.AnyTagClassName
{
color: #351EEB;
}
</style>
background-color css
<style>
a { background-color: #351EEB; }
a { background-color: rgb(53,30,235); }
div.DivClassName
{
background-color: #351EEB;
}
.BgClassName
{
background-color: #351EEB;
}
</style>
border-color css
<style>
span { border-color: #351EEB; }
span { border-color: rgb(53,30,235); }
td.TdClassName
{
border-color: #351EEB;
}
.TagClassName
{
border-color: #351EEB;
}
</style>