Shades of Han Purple #3A09DF
Tints of Han Purple #3A09DF
RGB
CMYK
RGB Variations
Color information
#3A09DF (or 0x3A09DF) is known color: Han Purple. HEX triplet: 3A, 09 and DF. RGB value is (58,9,223). Sum of RGB (Red+Green+Blue) = 58+9+223=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A09DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09DF is #C5F620. Grayscale: #2F2F2F. Windows color (decimal): -12973601 or 14616890. OLE color: 14616890.
HSL color Cylindrical-coordinate representation of color #3A09DF: hue angle of 253.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A09DF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 9 | 223 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.13 |
| HSL | 253.74º | 0.92% | 0.45% | - |
| HSV(B) | 253.74º | 0.96% | 0.87% | - |
| XYZ | 15.16 | 6.42 | 70.25 | - |
| YUV | 48.05 | 226.73 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 223 | 0.74 | 0.96 | 0 | 0.13 | 253.74 | 0.92 | 0.45 |
| Hex | 3A | 9 | DF | 4A | 60 | 0 | D | FE | 5C | 2D |
| Octal | 72 | 11 | 337 | 112 | 140 | 0 | 15 | 376 | 134 | 55 |
| Binary | 111010 | 1001 | 11011111 | 1001010 | 1100000 | 0 | 1101 | 11111110 | 1011100 | 101101 |
Color Harmonies of #3A09DF
Complementary color
Monochromatic Colors of #3A09DF
Black with #3A09DF
Text Example
Text Example
White with #3A09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A09DF; }
p { color: rgb(58,9,223); }
H1.HeaderClassName
{
color: #3A09DF;
}
.AnyTagClassName
{
color: #3A09DF;
}
</style>
background-color css
<style>
a { background-color: #3A09DF; }
a { background-color: rgb(58,9,223); }
div.DivClassName
{
background-color: #3A09DF;
}
.BgClassName
{
background-color: #3A09DF;
}
</style>
border-color css
<style>
span { border-color: #3A09DF; }
span { border-color: rgb(58,9,223); }
td.TdClassName
{
border-color: #3A09DF;
}
.TagClassName
{
border-color: #3A09DF;
}
</style>