Shades of Han Purple #3A0ECB
Tints of Han Purple #3A0ECB
RGB
CMYK
RGB Variations
Color information
#3A0ECB (or 0x3A0ECB) is known color: Han Purple. HEX triplet: 3A, 0E and CB. RGB value is (58,14,203). Sum of RGB (Red+Green+Blue) = 58+14+203=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A0ECB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ECB is #C5F134. Grayscale: #2F2F2F. Windows color (decimal): -12972341 or 13307450. OLE color: 13307450.
HSL color Cylindrical-coordinate representation of color #3A0ECB: hue angle of 253.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0ECB is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 14 | 203 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.20 |
| HSL | 253.97º | 0.87% | 0.43% | - |
| HSV(B) | 253.97º | 0.93% | 0.8% | - |
| XYZ | 12.68 | 5.53 | 56.9 | - |
| YUV | 48.7 | 215.08 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 203 | 0.71 | 0.93 | 0 | 0.20 | 253.97 | 0.87 | 0.43 |
| Hex | 3A | E | CB | 47 | 5D | 0 | 14 | FE | 57 | 2B |
| Octal | 72 | 16 | 313 | 107 | 135 | 0 | 24 | 376 | 127 | 53 |
| Binary | 111010 | 1110 | 11001011 | 1000111 | 1011101 | 0 | 10100 | 11111110 | 1010111 | 101011 |
Color Harmonies of #3A0ECB
Complementary color
Monochromatic Colors of #3A0ECB
Black with #3A0ECB
Text Example
Text Example
White with #3A0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0ECB; }
p { color: rgb(58,14,203); }
H1.HeaderClassName
{
color: #3A0ECB;
}
.AnyTagClassName
{
color: #3A0ECB;
}
</style>
background-color css
<style>
a { background-color: #3A0ECB; }
a { background-color: rgb(58,14,203); }
div.DivClassName
{
background-color: #3A0ECB;
}
.BgClassName
{
background-color: #3A0ECB;
}
</style>
border-color css
<style>
span { border-color: #3A0ECB; }
span { border-color: rgb(58,14,203); }
td.TdClassName
{
border-color: #3A0ECB;
}
.TagClassName
{
border-color: #3A0ECB;
}
</style>