Shades of Han Purple #3024F1
Tints of Han Purple #3024F1
RGB
CMYK
RGB Variations
Color information
#3024F1 (or 0x3024F1) is known color: Han Purple. HEX triplet: 30, 24 and F1. RGB value is (48,36,241). Sum of RGB (Red+Green+Blue) = 48+36+241=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #3024F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3024F1 is #CFDB0E. Grayscale: #3E3E3E. Windows color (decimal): -13622031 or 15803440. OLE color: 15803440.
HSL color Cylindrical-coordinate representation of color #3024F1: hue angle of 243.51º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3024F1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 36 | 241 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.05 |
| HSL | 243.51º | 0.88% | 0.54% | - |
| HSV(B) | 243.51º | 0.85% | 0.95% | - |
| XYZ | 17.73 | 8.24 | 83.88 | - |
| YUV | 62.96 | 228.48 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 241 | 0.80 | 0.85 | 0 | 0.05 | 243.51 | 0.88 | 0.54 |
| Hex | 30 | 24 | F1 | 50 | 55 | 0 | 5 | F4 | 58 | 36 |
| Octal | 60 | 44 | 361 | 120 | 125 | 0 | 5 | 364 | 130 | 66 |
| Binary | 110000 | 100100 | 11110001 | 1010000 | 1010101 | 0 | 101 | 11110100 | 1011000 | 110110 |
Color Harmonies of #3024F1
Complementary color
Monochromatic Colors of #3024F1
Black with #3024F1
Text Example
Text Example
White with #3024F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024F1; }
p { color: rgb(48,36,241); }
H1.HeaderClassName
{
color: #3024F1;
}
.AnyTagClassName
{
color: #3024F1;
}
</style>
background-color css
<style>
a { background-color: #3024F1; }
a { background-color: rgb(48,36,241); }
div.DivClassName
{
background-color: #3024F1;
}
.BgClassName
{
background-color: #3024F1;
}
</style>
border-color css
<style>
span { border-color: #3024F1; }
span { border-color: rgb(48,36,241); }
td.TdClassName
{
border-color: #3024F1;
}
.TagClassName
{
border-color: #3024F1;
}
</style>