Shades of Han Purple #3A11F9
Tints of Han Purple #3A11F9
RGB
CMYK
RGB Variations
Color information
#3A11F9 (or 0x3A11F9) is known color: Han Purple. HEX triplet: 3A, 11 and F9. RGB value is (58,17,249). Sum of RGB (Red+Green+Blue) = 58+17+249=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 249 (97.66% from 255 or 76.85% from 324); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A11F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A11F9 is #C5EE06. Grayscale: #363636. Windows color (decimal): -12971527 or 16322874. OLE color: 16322874.
HSL color Cylindrical-coordinate representation of color #3A11F9: hue angle of 250.6º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A11F9 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 17 | 249 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.02 |
| HSL | 250.6º | 0.95% | 0.52% | - |
| HSV(B) | 250.6º | 0.93% | 0.98% | - |
| XYZ | 19.04 | 8.14 | 90.19 | - |
| YUV | 55.71 | 237.08 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 249 | 0.77 | 0.93 | 0 | 0.02 | 250.6 | 0.95 | 0.52 |
| Hex | 3A | 11 | F9 | 4D | 5D | 0 | 2 | FB | 5F | 34 |
| Octal | 72 | 21 | 371 | 115 | 135 | 0 | 2 | 373 | 137 | 64 |
| Binary | 111010 | 10001 | 11111001 | 1001101 | 1011101 | 0 | 10 | 11111011 | 1011111 | 110100 |
Color Harmonies of #3A11F9
Complementary color
Monochromatic Colors of #3A11F9
Black with #3A11F9
Text Example
Text Example
White with #3A11F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A11F9; }
p { color: rgb(58,17,249); }
H1.HeaderClassName
{
color: #3A11F9;
}
.AnyTagClassName
{
color: #3A11F9;
}
</style>
background-color css
<style>
a { background-color: #3A11F9; }
a { background-color: rgb(58,17,249); }
div.DivClassName
{
background-color: #3A11F9;
}
.BgClassName
{
background-color: #3A11F9;
}
</style>
border-color css
<style>
span { border-color: #3A11F9; }
span { border-color: rgb(58,17,249); }
td.TdClassName
{
border-color: #3A11F9;
}
.TagClassName
{
border-color: #3A11F9;
}
</style>