Shades of Han Purple #3A05D2
Tints of Han Purple #3A05D2
RGB
CMYK
RGB Variations
Color information
#3A05D2 (or 0x3A05D2) is known color: Han Purple. HEX triplet: 3A, 05 and D2. RGB value is (58,5,210). Sum of RGB (Red+Green+Blue) = 58+5+210=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A05D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A05D2 is #C5FA2D. Grayscale: #2B2B2B. Windows color (decimal): -12974638 or 13763898. OLE color: 13763898.
HSL color Cylindrical-coordinate representation of color #3A05D2: hue angle of 255.51º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A05D2 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 5 | 210 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.18 |
| HSL | 255.51º | 0.95% | 0.42% | - |
| HSV(B) | 255.51º | 0.98% | 0.82% | - |
| XYZ | 13.43 | 5.66 | 61.36 | - |
| YUV | 44.22 | 221.56 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 210 | 0.72 | 0.98 | 0 | 0.18 | 255.51 | 0.95 | 0.42 |
| Hex | 3A | 5 | D2 | 48 | 62 | 0 | 12 | 100 | 5F | 2A |
| Octal | 72 | 5 | 322 | 110 | 142 | 0 | 22 | 400 | 137 | 52 |
| Binary | 111010 | 101 | 11010010 | 1001000 | 1100010 | 0 | 10010 | 100000000 | 1011111 | 101010 |
Color Harmonies of #3A05D2
Complementary color
Monochromatic Colors of #3A05D2
Black with #3A05D2
Text Example
Text Example
White with #3A05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A05D2; }
p { color: rgb(58,5,210); }
H1.HeaderClassName
{
color: #3A05D2;
}
.AnyTagClassName
{
color: #3A05D2;
}
</style>
background-color css
<style>
a { background-color: #3A05D2; }
a { background-color: rgb(58,5,210); }
div.DivClassName
{
background-color: #3A05D2;
}
.BgClassName
{
background-color: #3A05D2;
}
</style>
border-color css
<style>
span { border-color: #3A05D2; }
span { border-color: rgb(58,5,210); }
td.TdClassName
{
border-color: #3A05D2;
}
.TagClassName
{
border-color: #3A05D2;
}
</style>