Shades of Purple Heart #3A08BE
Tints of Purple Heart #3A08BE
RGB
CMYK
RGB Variations
Color information
#3A08BE (or 0x3A08BE) is known color: Purple Heart. HEX triplet: 3A, 08 and BE. RGB value is (58,8,190). Sum of RGB (Red+Green+Blue) = 58+8+190=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A08BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A08BE is #C5F741. Grayscale: #2B2B2B. Windows color (decimal): -12973890 or 12453946. OLE color: 12453946.
HSL color Cylindrical-coordinate representation of color #3A08BE: hue angle of 256.48º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A08BE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 8 | 190 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.25 |
| HSL | 256.48º | 0.92% | 0.39% | - |
| HSV(B) | 256.48º | 0.96% | 0.75% | - |
| XYZ | 11.13 | 4.79 | 49.05 | - |
| YUV | 43.7 | 210.57 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 190 | 0.69 | 0.96 | 0 | 0.25 | 256.48 | 0.92 | 0.39 |
| Hex | 3A | 8 | BE | 45 | 60 | 0 | 19 | 100 | 5C | 27 |
| Octal | 72 | 10 | 276 | 105 | 140 | 0 | 31 | 400 | 134 | 47 |
| Binary | 111010 | 1000 | 10111110 | 1000101 | 1100000 | 0 | 11001 | 100000000 | 1011100 | 100111 |
Color Harmonies of #3A08BE
Complementary color
Monochromatic Colors of #3A08BE
Black with #3A08BE
Text Example
Text Example
White with #3A08BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A08BE; }
p { color: rgb(58,8,190); }
H1.HeaderClassName
{
color: #3A08BE;
}
.AnyTagClassName
{
color: #3A08BE;
}
</style>
background-color css
<style>
a { background-color: #3A08BE; }
a { background-color: rgb(58,8,190); }
div.DivClassName
{
background-color: #3A08BE;
}
.BgClassName
{
background-color: #3A08BE;
}
</style>
border-color css
<style>
span { border-color: #3A08BE; }
span { border-color: rgb(58,8,190); }
td.TdClassName
{
border-color: #3A08BE;
}
.TagClassName
{
border-color: #3A08BE;
}
</style>