Shades of Han Purple #3A00DE
Tints of Han Purple #3A00DE
RGB
CMYK
RGB Variations
Color information
#3A00DE (or 0x3A00DE) is known color: Han Purple. HEX triplet: 3A, 00 and DE. RGB value is (58,0,222). Sum of RGB (Red+Green+Blue) = 58+0+222=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00DE is #C5FF21. Grayscale: #292929. Windows color (decimal): -12975906 or 14549050. OLE color: 14549050.
HSL color Cylindrical-coordinate representation of color #3A00DE: hue angle of 255.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00DE is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 0 | 222 | - |
| CMYK | 0.74 | 1 | 0 | 0.13 |
| HSL | 255.68º | 1% | 0.44% | - |
| HSV(B) | 255.68º | 1% | 0.87% | - |
| XYZ | 14.93 | 6.17 | 69.51 | - |
| YUV | 42.65 | 229.22 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 222 | 0.74 | 1 | 0 | 0.13 | 255.68 | 1 | 0.44 |
| Hex | 3A | 0 | DE | 4A | 64 | 0 | D | 100 | 64 | 2C |
| Octal | 72 | 0 | 336 | 112 | 144 | 0 | 15 | 400 | 144 | 54 |
| Binary | 111010 | 0 | 11011110 | 1001010 | 1100100 | 0 | 1101 | 100000000 | 1100100 | 101100 |
Color Harmonies of #3A00DE
Complementary color
Monochromatic Colors of #3A00DE
Black with #3A00DE
Text Example
Text Example
White with #3A00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00DE; }
p { color: rgb(58,0,222); }
H1.HeaderClassName
{
color: #3A00DE;
}
.AnyTagClassName
{
color: #3A00DE;
}
</style>
background-color css
<style>
a { background-color: #3A00DE; }
a { background-color: rgb(58,0,222); }
div.DivClassName
{
background-color: #3A00DE;
}
.BgClassName
{
background-color: #3A00DE;
}
</style>
border-color css
<style>
span { border-color: #3A00DE; }
span { border-color: rgb(58,0,222); }
td.TdClassName
{
border-color: #3A00DE;
}
.TagClassName
{
border-color: #3A00DE;
}
</style>