Shades of Han Purple #3A1BDF
Tints of Han Purple #3A1BDF
RGB
CMYK
RGB Variations
Color information
#3A1BDF (or 0x3A1BDF) is known color: Han Purple. HEX triplet: 3A, 1B and DF. RGB value is (58,27,223). Sum of RGB (Red+Green+Blue) = 58+27+223=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BDF is #C5E420. Grayscale: #393939. Windows color (decimal): -12968993 or 14621498. OLE color: 14621498.
HSL color Cylindrical-coordinate representation of color #3A1BDF: hue angle of 249.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1BDF is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 27 | 223 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.13 |
| HSL | 249.49º | 0.78% | 0.49% | - |
| HSV(B) | 249.49º | 0.88% | 0.87% | - |
| XYZ | 15.46 | 7.01 | 70.35 | - |
| YUV | 58.61 | 220.77 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 223 | 0.74 | 0.88 | 0 | 0.13 | 249.49 | 0.78 | 0.49 |
| Hex | 3A | 1B | DF | 4A | 58 | 0 | D | F9 | 4E | 31 |
| Octal | 72 | 33 | 337 | 112 | 130 | 0 | 15 | 371 | 116 | 61 |
| Binary | 111010 | 11011 | 11011111 | 1001010 | 1011000 | 0 | 1101 | 11111001 | 1001110 | 110001 |
Color Harmonies of #3A1BDF
Complementary color
Monochromatic Colors of #3A1BDF
Black with #3A1BDF
Text Example
Text Example
White with #3A1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BDF; }
p { color: rgb(58,27,223); }
H1.HeaderClassName
{
color: #3A1BDF;
}
.AnyTagClassName
{
color: #3A1BDF;
}
</style>
background-color css
<style>
a { background-color: #3A1BDF; }
a { background-color: rgb(58,27,223); }
div.DivClassName
{
background-color: #3A1BDF;
}
.BgClassName
{
background-color: #3A1BDF;
}
</style>
border-color css
<style>
span { border-color: #3A1BDF; }
span { border-color: rgb(58,27,223); }
td.TdClassName
{
border-color: #3A1BDF;
}
.TagClassName
{
border-color: #3A1BDF;
}
</style>