Shades of Han Purple #3524F2
Tints of Han Purple #3524F2
RGB
CMYK
RGB Variations
Color information
#3524F2 (or 0x3524F2) is known color: Han Purple. HEX triplet: 35, 24 and F2. RGB value is (53,36,242). Sum of RGB (Red+Green+Blue) = 53+36+242=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 242 (94.92% from 255 or 73.11% from 331); Max value from RGB is 242 - color contains mainly: blue. Hex color #3524F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3524F2 is #CADB0D. Grayscale: #3F3F3F. Windows color (decimal): -13294350 or 15868981. OLE color: 15868981.
HSL color Cylindrical-coordinate representation of color #3524F2: hue angle of 244.95º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3524F2 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 36 | 242 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.05 |
| HSL | 244.95º | 0.89% | 0.55% | - |
| HSV(B) | 244.95º | 0.85% | 0.95% | - |
| XYZ | 18.13 | 8.43 | 84.68 | - |
| YUV | 64.57 | 228.13 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 242 | 0.78 | 0.85 | 0 | 0.05 | 244.95 | 0.89 | 0.55 |
| Hex | 35 | 24 | F2 | 4E | 55 | 0 | 5 | F5 | 59 | 37 |
| Octal | 65 | 44 | 362 | 116 | 125 | 0 | 5 | 365 | 131 | 67 |
| Binary | 110101 | 100100 | 11110010 | 1001110 | 1010101 | 0 | 101 | 11110101 | 1011001 | 110111 |
Color Harmonies of #3524F2
Complementary color
Monochromatic Colors of #3524F2
Black with #3524F2
Text Example
Text Example
White with #3524F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524F2; }
p { color: rgb(53,36,242); }
H1.HeaderClassName
{
color: #3524F2;
}
.AnyTagClassName
{
color: #3524F2;
}
</style>
background-color css
<style>
a { background-color: #3524F2; }
a { background-color: rgb(53,36,242); }
div.DivClassName
{
background-color: #3524F2;
}
.BgClassName
{
background-color: #3524F2;
}
</style>
border-color css
<style>
span { border-color: #3524F2; }
span { border-color: rgb(53,36,242); }
td.TdClassName
{
border-color: #3524F2;
}
.TagClassName
{
border-color: #3524F2;
}
</style>