Shades of Han Purple #3A23F1
Tints of Han Purple #3A23F1
RGB
CMYK
RGB Variations
Color information
#3A23F1 (or 0x3A23F1) is known color: Han Purple. HEX triplet: 3A, 23 and F1. RGB value is (58,35,241). Sum of RGB (Red+Green+Blue) = 58+35+241=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #3A23F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A23F1 is #C5DC0E. Grayscale: #404040. Windows color (decimal): -12966927 or 15803194. OLE color: 15803194.
HSL color Cylindrical-coordinate representation of color #3A23F1: hue angle of 246.7º 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 #3A23F1 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 35 | 241 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.05 |
| HSL | 246.7º | 0.88% | 0.54% | - |
| HSV(B) | 246.7º | 0.85% | 0.95% | - |
| XYZ | 18.22 | 8.45 | 83.89 | - |
| YUV | 65.36 | 227.12 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 241 | 0.76 | 0.85 | 0 | 0.05 | 246.7 | 0.88 | 0.54 |
| Hex | 3A | 23 | F1 | 4C | 55 | 0 | 5 | F7 | 58 | 36 |
| Octal | 72 | 43 | 361 | 114 | 125 | 0 | 5 | 367 | 130 | 66 |
| Binary | 111010 | 100011 | 11110001 | 1001100 | 1010101 | 0 | 101 | 11110111 | 1011000 | 110110 |
Color Harmonies of #3A23F1
Complementary color
Monochromatic Colors of #3A23F1
Black with #3A23F1
Text Example
Text Example
White with #3A23F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A23F1; }
p { color: rgb(58,35,241); }
H1.HeaderClassName
{
color: #3A23F1;
}
.AnyTagClassName
{
color: #3A23F1;
}
</style>
background-color css
<style>
a { background-color: #3A23F1; }
a { background-color: rgb(58,35,241); }
div.DivClassName
{
background-color: #3A23F1;
}
.BgClassName
{
background-color: #3A23F1;
}
</style>
border-color css
<style>
span { border-color: #3A23F1; }
span { border-color: rgb(58,35,241); }
td.TdClassName
{
border-color: #3A23F1;
}
.TagClassName
{
border-color: #3A23F1;
}
</style>