Shades of Han Purple #3A02CF
Tints of Han Purple #3A02CF
RGB
CMYK
RGB Variations
Color information
#3A02CF (or 0x3A02CF) is known color: Han Purple. HEX triplet: 3A, 02 and CF. RGB value is (58,2,207). Sum of RGB (Red+Green+Blue) = 58+2+207=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A02CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A02CF is #C5FD30. Grayscale: #292929. Windows color (decimal): -12975409 or 13566522. OLE color: 13566522.
HSL color Cylindrical-coordinate representation of color #3A02CF: hue angle of 256.39º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02CF is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 2 | 207 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.19 |
| HSL | 256.39º | 0.98% | 0.41% | - |
| HSV(B) | 256.39º | 0.99% | 0.81% | - |
| XYZ | 13.03 | 5.45 | 59.4 | - |
| YUV | 42.11 | 221.05 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 207 | 0.72 | 0.99 | 0 | 0.19 | 256.39 | 0.98 | 0.41 |
| Hex | 3A | 2 | CF | 48 | 63 | 0 | 13 | 100 | 62 | 29 |
| Octal | 72 | 2 | 317 | 110 | 143 | 0 | 23 | 400 | 142 | 51 |
| Binary | 111010 | 10 | 11001111 | 1001000 | 1100011 | 0 | 10011 | 100000000 | 1100010 | 101001 |
Color Harmonies of #3A02CF
Complementary color
Monochromatic Colors of #3A02CF
Black with #3A02CF
Text Example
Text Example
White with #3A02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02CF; }
p { color: rgb(58,2,207); }
H1.HeaderClassName
{
color: #3A02CF;
}
.AnyTagClassName
{
color: #3A02CF;
}
</style>
background-color css
<style>
a { background-color: #3A02CF; }
a { background-color: rgb(58,2,207); }
div.DivClassName
{
background-color: #3A02CF;
}
.BgClassName
{
background-color: #3A02CF;
}
</style>
border-color css
<style>
span { border-color: #3A02CF; }
span { border-color: rgb(58,2,207); }
td.TdClassName
{
border-color: #3A02CF;
}
.TagClassName
{
border-color: #3A02CF;
}
</style>