Shades of Han Purple #352BFF
Tints of Han Purple #352BFF
RGB
CMYK
RGB Variations
Color information
#352BFF (or 0x352BFF) is known color: Han Purple. HEX triplet: 35, 2B and FF. RGB value is (53,43,255). Sum of RGB (Red+Green+Blue) = 53+43+255=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #352BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #352BFF is #CAD400. Grayscale: #454545. Windows color (decimal): -13292545 or 16722741. OLE color: 16722741.
HSL color Cylindrical-coordinate representation of color #352BFF: hue angle of 242.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352BFF is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 43 | 255 | - |
| CMYK | 0.79 | 0.83 | 0 | 0 |
| HSL | 242.83º | 1% | 0.58% | - |
| HSV(B) | 242.83º | 0.83% | 1% | - |
| XYZ | 20.38 | 9.7 | 95.41 | - |
| YUV | 70.16 | 232.31 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 255 | 0.79 | 0.83 | 0 | 0 | 242.83 | 1 | 0.58 |
| Hex | 35 | 2B | FF | 4F | 53 | 0 | 0 | F3 | 64 | 3A |
| Octal | 65 | 53 | 377 | 117 | 123 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110101 | 101011 | 11111111 | 1001111 | 1010011 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #352BFF
Complementary color
Monochromatic Colors of #352BFF
Black with #352BFF
Text Example
Text Example
White with #352BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352BFF; }
p { color: rgb(53,43,255); }
H1.HeaderClassName
{
color: #352BFF;
}
.AnyTagClassName
{
color: #352BFF;
}
</style>
background-color css
<style>
a { background-color: #352BFF; }
a { background-color: rgb(53,43,255); }
div.DivClassName
{
background-color: #352BFF;
}
.BgClassName
{
background-color: #352BFF;
}
</style>
border-color css
<style>
span { border-color: #352BFF; }
span { border-color: rgb(53,43,255); }
td.TdClassName
{
border-color: #352BFF;
}
.TagClassName
{
border-color: #352BFF;
}
</style>