Shades of Han Purple #3A08DD
Tints of Han Purple #3A08DD
RGB
CMYK
RGB Variations
Color information
#3A08DD (or 0x3A08DD) is known color: Han Purple. HEX triplet: 3A, 08 and DD. RGB value is (58,8,221). Sum of RGB (Red+Green+Blue) = 58+8+221=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A08DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A08DD is #C5F722. Grayscale: #2E2E2E. Windows color (decimal): -12973859 or 14485562. OLE color: 14485562.
HSL color Cylindrical-coordinate representation of color #3A08DD: hue angle of 254.08º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A08DD is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 8 | 221 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.13 |
| HSL | 254.08º | 0.93% | 0.45% | - |
| HSV(B) | 254.08º | 0.96% | 0.87% | - |
| XYZ | 14.88 | 6.29 | 68.84 | - |
| YUV | 47.23 | 226.07 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 221 | 0.74 | 0.96 | 0 | 0.13 | 254.08 | 0.93 | 0.45 |
| Hex | 3A | 8 | DD | 4A | 60 | 0 | D | FE | 5D | 2D |
| Octal | 72 | 10 | 335 | 112 | 140 | 0 | 15 | 376 | 135 | 55 |
| Binary | 111010 | 1000 | 11011101 | 1001010 | 1100000 | 0 | 1101 | 11111110 | 1011101 | 101101 |
Color Harmonies of #3A08DD
Complementary color
Monochromatic Colors of #3A08DD
Black with #3A08DD
Text Example
Text Example
White with #3A08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A08DD; }
p { color: rgb(58,8,221); }
H1.HeaderClassName
{
color: #3A08DD;
}
.AnyTagClassName
{
color: #3A08DD;
}
</style>
background-color css
<style>
a { background-color: #3A08DD; }
a { background-color: rgb(58,8,221); }
div.DivClassName
{
background-color: #3A08DD;
}
.BgClassName
{
background-color: #3A08DD;
}
</style>
border-color css
<style>
span { border-color: #3A08DD; }
span { border-color: rgb(58,8,221); }
td.TdClassName
{
border-color: #3A08DD;
}
.TagClassName
{
border-color: #3A08DD;
}
</style>