Shades of Han Purple #3523FE
Tints of Han Purple #3523FE
RGB
CMYK
RGB Variations
Color information
#3523FE (or 0x3523FE) is known color: Han Purple. HEX triplet: 35, 23 and FE. RGB value is (53,35,254). Sum of RGB (Red+Green+Blue) = 53+35+254=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #3523FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3523FE is #CADC01. Grayscale: #404040. Windows color (decimal): -13294594 or 16655157. OLE color: 16655157.
HSL color Cylindrical-coordinate representation of color #3523FE: hue angle of 244.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3523FE is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 35 | 254 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.00 |
| HSL | 244.93º | 0.99% | 0.57% | - |
| HSV(B) | 244.93º | 0.86% | 1% | - |
| XYZ | 19.96 | 9.11 | 94.47 | - |
| YUV | 65.35 | 234.46 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 254 | 0.79 | 0.86 | 0 | 0.00 | 244.93 | 0.99 | 0.57 |
| Hex | 35 | 23 | FE | 4F | 56 | 0 | 0 | F5 | 63 | 39 |
| Octal | 65 | 43 | 376 | 117 | 126 | 0 | 0 | 365 | 143 | 71 |
| Binary | 110101 | 100011 | 11111110 | 1001111 | 1010110 | 0 | 0 | 11110101 | 1100011 | 111001 |
Color Harmonies of #3523FE
Complementary color
Monochromatic Colors of #3523FE
Black with #3523FE
Text Example
Text Example
White with #3523FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3523FE; }
p { color: rgb(53,35,254); }
H1.HeaderClassName
{
color: #3523FE;
}
.AnyTagClassName
{
color: #3523FE;
}
</style>
background-color css
<style>
a { background-color: #3523FE; }
a { background-color: rgb(53,35,254); }
div.DivClassName
{
background-color: #3523FE;
}
.BgClassName
{
background-color: #3523FE;
}
</style>
border-color css
<style>
span { border-color: #3523FE; }
span { border-color: rgb(53,35,254); }
td.TdClassName
{
border-color: #3523FE;
}
.TagClassName
{
border-color: #3523FE;
}
</style>