Shades of Han Purple #3A03CF
Tints of Han Purple #3A03CF
RGB
CMYK
RGB Variations
Color information
#3A03CF (or 0x3A03CF) is known color: Han Purple. HEX triplet: 3A, 03 and CF. RGB value is (58,3,207). Sum of RGB (Red+Green+Blue) = 58+3+207=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A03CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03CF is #C5FC30. Grayscale: #292929. Windows color (decimal): -12975153 or 13566778. OLE color: 13566778.
HSL color Cylindrical-coordinate representation of color #3A03CF: hue angle of 256.18º degrees, saturation: 0.97, 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 #3A03CF is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 3 | 207 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.19 |
| HSL | 256.18º | 0.97% | 0.41% | - |
| HSV(B) | 256.18º | 0.99% | 0.81% | - |
| XYZ | 13.04 | 5.47 | 59.4 | - |
| YUV | 42.7 | 220.72 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 207 | 0.72 | 0.99 | 0 | 0.19 | 256.18 | 0.97 | 0.41 |
| Hex | 3A | 3 | CF | 48 | 63 | 0 | 13 | 100 | 61 | 29 |
| Octal | 72 | 3 | 317 | 110 | 143 | 0 | 23 | 400 | 141 | 51 |
| Binary | 111010 | 11 | 11001111 | 1001000 | 1100011 | 0 | 10011 | 100000000 | 1100001 | 101001 |
Color Harmonies of #3A03CF
Complementary color
Monochromatic Colors of #3A03CF
Black with #3A03CF
Text Example
Text Example
White with #3A03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03CF; }
p { color: rgb(58,3,207); }
H1.HeaderClassName
{
color: #3A03CF;
}
.AnyTagClassName
{
color: #3A03CF;
}
</style>
background-color css
<style>
a { background-color: #3A03CF; }
a { background-color: rgb(58,3,207); }
div.DivClassName
{
background-color: #3A03CF;
}
.BgClassName
{
background-color: #3A03CF;
}
</style>
border-color css
<style>
span { border-color: #3A03CF; }
span { border-color: rgb(58,3,207); }
td.TdClassName
{
border-color: #3A03CF;
}
.TagClassName
{
border-color: #3A03CF;
}
</style>