Shades of Han Purple #3A00D7
Tints of Han Purple #3A00D7
RGB
CMYK
RGB Variations
Color information
#3A00D7 (or 0x3A00D7) is known color: Han Purple. HEX triplet: 3A, 00 and D7. RGB value is (58,0,215). Sum of RGB (Red+Green+Blue) = 58+0+215=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 215 (84.38% from 255 or 78.75% from 273); Max value from RGB is 215 - color contains mainly: blue. Hex color #3A00D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00D7 is #C5FF28. Grayscale: #292929. Windows color (decimal): -12975913 or 14090298. OLE color: 14090298.
HSL color Cylindrical-coordinate representation of color #3A00D7: hue angle of 256.19º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00D7 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 0 | 215 | - |
| CMYK | 0.73 | 1 | 0 | 0.16 |
| HSL | 256.19º | 1% | 0.42% | - |
| HSV(B) | 256.19º | 1% | 0.84% | - |
| XYZ | 14.01 | 5.81 | 64.67 | - |
| YUV | 41.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 215 | 0.73 | 1 | 0 | 0.16 | 256.19 | 1 | 0.42 |
| Hex | 3A | 0 | D7 | 49 | 64 | 0 | 10 | 100 | 64 | 2A |
| Octal | 72 | 0 | 327 | 111 | 144 | 0 | 20 | 400 | 144 | 52 |
| Binary | 111010 | 0 | 11010111 | 1001001 | 1100100 | 0 | 10000 | 100000000 | 1100100 | 101010 |
Color Harmonies of #3A00D7
Complementary color
Monochromatic Colors of #3A00D7
Black with #3A00D7
Text Example
Text Example
White with #3A00D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00D7; }
p { color: rgb(58,0,215); }
H1.HeaderClassName
{
color: #3A00D7;
}
.AnyTagClassName
{
color: #3A00D7;
}
</style>
background-color css
<style>
a { background-color: #3A00D7; }
a { background-color: rgb(58,0,215); }
div.DivClassName
{
background-color: #3A00D7;
}
.BgClassName
{
background-color: #3A00D7;
}
</style>
border-color css
<style>
span { border-color: #3A00D7; }
span { border-color: rgb(58,0,215); }
td.TdClassName
{
border-color: #3A00D7;
}
.TagClassName
{
border-color: #3A00D7;
}
</style>