Shades of Han Purple #3A03CE
Tints of Han Purple #3A03CE
RGB
CMYK
RGB Variations
Color information
#3A03CE (or 0x3A03CE) is known color: Han Purple. HEX triplet: 3A, 03 and CE. RGB value is (58,3,206). Sum of RGB (Red+Green+Blue) = 58+3+206=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A03CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A03CE is #C5FC31. Grayscale: #292929. Windows color (decimal): -12975154 or 13501242. OLE color: 13501242.
HSL color Cylindrical-coordinate representation of color #3A03CE: hue angle of 256.26º 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 #3A03CE is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 3 | 206 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.19 |
| HSL | 256.26º | 0.97% | 0.41% | - |
| HSV(B) | 256.26º | 0.99% | 0.81% | - |
| XYZ | 12.92 | 5.42 | 58.76 | - |
| YUV | 42.59 | 220.22 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 206 | 0.72 | 0.99 | 0 | 0.19 | 256.26 | 0.97 | 0.41 |
| Hex | 3A | 3 | CE | 48 | 63 | 0 | 13 | 100 | 61 | 29 |
| Octal | 72 | 3 | 316 | 110 | 143 | 0 | 23 | 400 | 141 | 51 |
| Binary | 111010 | 11 | 11001110 | 1001000 | 1100011 | 0 | 10011 | 100000000 | 1100001 | 101001 |
Color Harmonies of #3A03CE
Complementary color
Monochromatic Colors of #3A03CE
Black with #3A03CE
Text Example
Text Example
White with #3A03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03CE; }
p { color: rgb(58,3,206); }
H1.HeaderClassName
{
color: #3A03CE;
}
.AnyTagClassName
{
color: #3A03CE;
}
</style>
background-color css
<style>
a { background-color: #3A03CE; }
a { background-color: rgb(58,3,206); }
div.DivClassName
{
background-color: #3A03CE;
}
.BgClassName
{
background-color: #3A03CE;
}
</style>
border-color css
<style>
span { border-color: #3A03CE; }
span { border-color: rgb(58,3,206); }
td.TdClassName
{
border-color: #3A03CE;
}
.TagClassName
{
border-color: #3A03CE;
}
</style>