Shades of Han Purple #3A1CEB
Tints of Han Purple #3A1CEB
RGB
CMYK
RGB Variations
Color information
#3A1CEB (or 0x3A1CEB) is known color: Han Purple. HEX triplet: 3A, 1C and EB. RGB value is (58,28,235). Sum of RGB (Red+Green+Blue) = 58+28+235=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A1CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1CEB is #C5E314. Grayscale: #3B3B3B. Windows color (decimal): -12968725 or 15408186. OLE color: 15408186.
HSL color Cylindrical-coordinate representation of color #3A1CEB: hue angle of 248.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1CEB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 28 | 235 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.08 |
| HSL | 248.7º | 0.84% | 0.52% | - |
| HSV(B) | 248.7º | 0.88% | 0.92% | - |
| XYZ | 17.16 | 7.73 | 79.18 | - |
| YUV | 60.57 | 226.44 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 235 | 0.75 | 0.88 | 0 | 0.08 | 248.7 | 0.84 | 0.52 |
| Hex | 3A | 1C | EB | 4B | 58 | 0 | 8 | F9 | 54 | 34 |
| Octal | 72 | 34 | 353 | 113 | 130 | 0 | 10 | 371 | 124 | 64 |
| Binary | 111010 | 11100 | 11101011 | 1001011 | 1011000 | 0 | 1000 | 11111001 | 1010100 | 110100 |
Color Harmonies of #3A1CEB
Complementary color
Monochromatic Colors of #3A1CEB
Black with #3A1CEB
Text Example
Text Example
White with #3A1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1CEB; }
p { color: rgb(58,28,235); }
H1.HeaderClassName
{
color: #3A1CEB;
}
.AnyTagClassName
{
color: #3A1CEB;
}
</style>
background-color css
<style>
a { background-color: #3A1CEB; }
a { background-color: rgb(58,28,235); }
div.DivClassName
{
background-color: #3A1CEB;
}
.BgClassName
{
background-color: #3A1CEB;
}
</style>
border-color css
<style>
span { border-color: #3A1CEB; }
span { border-color: rgb(58,28,235); }
td.TdClassName
{
border-color: #3A1CEB;
}
.TagClassName
{
border-color: #3A1CEB;
}
</style>