Shades of Han Purple #3A0CEB
Tints of Han Purple #3A0CEB
RGB
CMYK
RGB Variations
Color information
#3A0CEB (or 0x3A0CEB) is known color: Han Purple. HEX triplet: 3A, 0C and EB. RGB value is (58,12,235). Sum of RGB (Red+Green+Blue) = 58+12+235=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A0CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0CEB is #C5F314. Grayscale: #323232. Windows color (decimal): -12972821 or 15404090. OLE color: 15404090.
HSL color Cylindrical-coordinate representation of color #3A0CEB: hue angle of 252.38º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0CEB is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 12 | 235 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.08 |
| HSL | 252.38º | 0.9% | 0.48% | - |
| HSV(B) | 252.38º | 0.95% | 0.92% | - |
| XYZ | 16.87 | 7.16 | 79.09 | - |
| YUV | 51.18 | 231.74 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 235 | 0.75 | 0.95 | 0 | 0.08 | 252.38 | 0.9 | 0.48 |
| Hex | 3A | C | EB | 4B | 5F | 0 | 8 | FC | 5A | 30 |
| Octal | 72 | 14 | 353 | 113 | 137 | 0 | 10 | 374 | 132 | 60 |
| Binary | 111010 | 1100 | 11101011 | 1001011 | 1011111 | 0 | 1000 | 11111100 | 1011010 | 110000 |
Color Harmonies of #3A0CEB
Complementary color
Monochromatic Colors of #3A0CEB
Black with #3A0CEB
Text Example
Text Example
White with #3A0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0CEB; }
p { color: rgb(58,12,235); }
H1.HeaderClassName
{
color: #3A0CEB;
}
.AnyTagClassName
{
color: #3A0CEB;
}
</style>
background-color css
<style>
a { background-color: #3A0CEB; }
a { background-color: rgb(58,12,235); }
div.DivClassName
{
background-color: #3A0CEB;
}
.BgClassName
{
background-color: #3A0CEB;
}
</style>
border-color css
<style>
span { border-color: #3A0CEB; }
span { border-color: rgb(58,12,235); }
td.TdClassName
{
border-color: #3A0CEB;
}
.TagClassName
{
border-color: #3A0CEB;
}
</style>