Shades of Han Purple #3A1FCF
Tints of Han Purple #3A1FCF
RGB
CMYK
RGB Variations
Color information
#3A1FCF (or 0x3A1FCF) is known color: Han Purple. HEX triplet: 3A, 1F and CF. RGB value is (58,31,207). Sum of RGB (Red+Green+Blue) = 58+31+207=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A1FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FCF is #C5E030. Grayscale: #3A3A3A. Windows color (decimal): -12967985 or 13573946. OLE color: 13573946.
HSL color Cylindrical-coordinate representation of color #3A1FCF: hue angle of 249.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1FCF is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 31 | 207 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.19 |
| HSL | 249.2º | 0.74% | 0.47% | - |
| HSV(B) | 249.2º | 0.85% | 0.81% | - |
| XYZ | 13.5 | 6.38 | 59.55 | - |
| YUV | 59.14 | 211.45 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 207 | 0.72 | 0.85 | 0 | 0.19 | 249.2 | 0.74 | 0.47 |
| Hex | 3A | 1F | CF | 48 | 55 | 0 | 13 | F9 | 4A | 2F |
| Octal | 72 | 37 | 317 | 110 | 125 | 0 | 23 | 371 | 112 | 57 |
| Binary | 111010 | 11111 | 11001111 | 1001000 | 1010101 | 0 | 10011 | 11111001 | 1001010 | 101111 |
Color Harmonies of #3A1FCF
Complementary color
Monochromatic Colors of #3A1FCF
Black with #3A1FCF
Text Example
Text Example
White with #3A1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FCF; }
p { color: rgb(58,31,207); }
H1.HeaderClassName
{
color: #3A1FCF;
}
.AnyTagClassName
{
color: #3A1FCF;
}
</style>
background-color css
<style>
a { background-color: #3A1FCF; }
a { background-color: rgb(58,31,207); }
div.DivClassName
{
background-color: #3A1FCF;
}
.BgClassName
{
background-color: #3A1FCF;
}
</style>
border-color css
<style>
span { border-color: #3A1FCF; }
span { border-color: rgb(58,31,207); }
td.TdClassName
{
border-color: #3A1FCF;
}
.TagClassName
{
border-color: #3A1FCF;
}
</style>