Shades of Han Purple #350AFF
Tints of Han Purple #350AFF
RGB
CMYK
RGB Variations
Color information
#350AFF (or 0x350AFF) is known color: Han Purple. HEX triplet: 35, 0A and FF. RGB value is (53,10,255). Sum of RGB (Red+Green+Blue) = 53+10+255=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #350AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350AFF is #CAF500. Grayscale: #313131. Windows color (decimal): -13300993 or 16714293. OLE color: 16714293.
HSL color Cylindrical-coordinate representation of color #350AFF: hue angle of 250.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350AFF is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 10 | 255 | - |
| CMYK | 0.79 | 0.96 | 0 | 0 |
| HSL | 250.53º | 1% | 0.52% | - |
| HSV(B) | 250.53º | 0.96% | 1% | - |
| XYZ | 19.63 | 8.19 | 95.15 | - |
| YUV | 50.79 | 243.25 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 255 | 0.79 | 0.96 | 0 | 0 | 250.53 | 1 | 0.52 |
| Hex | 35 | A | FF | 4F | 60 | 0 | 0 | FB | 64 | 34 |
| Octal | 65 | 12 | 377 | 117 | 140 | 0 | 0 | 373 | 144 | 64 |
| Binary | 110101 | 1010 | 11111111 | 1001111 | 1100000 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #350AFF
Complementary color
Monochromatic Colors of #350AFF
Black with #350AFF
Text Example
Text Example
White with #350AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AFF; }
p { color: rgb(53,10,255); }
H1.HeaderClassName
{
color: #350AFF;
}
.AnyTagClassName
{
color: #350AFF;
}
</style>
background-color css
<style>
a { background-color: #350AFF; }
a { background-color: rgb(53,10,255); }
div.DivClassName
{
background-color: #350AFF;
}
.BgClassName
{
background-color: #350AFF;
}
</style>
border-color css
<style>
span { border-color: #350AFF; }
span { border-color: rgb(53,10,255); }
td.TdClassName
{
border-color: #350AFF;
}
.TagClassName
{
border-color: #350AFF;
}
</style>