Shades of Han Purple #3A00FD
Tints of Han Purple #3A00FD
RGB
CMYK
RGB Variations
Color information
#3A00FD (or 0x3A00FD) is known color: Han Purple. HEX triplet: 3A, 00 and FD. RGB value is (58,0,253). Sum of RGB (Red+Green+Blue) = 58+0+253=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A00FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00FD is #C5FF02. Grayscale: #2D2D2D. Windows color (decimal): -12975875 or 16580666. OLE color: 16580666.
HSL color Cylindrical-coordinate representation of color #3A00FD: hue angle of 253.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00FD is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 0 | 253 | - |
| CMYK | 0.77 | 1 | 0 | 0.01 |
| HSL | 253.75º | 1% | 0.5% | - |
| HSV(B) | 253.75º | 1% | 0.99% | - |
| XYZ | 19.47 | 7.99 | 93.44 | - |
| YUV | 46.18 | 244.72 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 253 | 0.77 | 1 | 0 | 0.01 | 253.75 | 1 | 0.5 |
| Hex | 3A | 0 | FD | 4D | 64 | 0 | 1 | FE | 64 | 32 |
| Octal | 72 | 0 | 375 | 115 | 144 | 0 | 1 | 376 | 144 | 62 |
| Binary | 111010 | 0 | 11111101 | 1001101 | 1100100 | 0 | 1 | 11111110 | 1100100 | 110010 |
Color Harmonies of #3A00FD
Complementary color
Monochromatic Colors of #3A00FD
Black with #3A00FD
Text Example
Text Example
White with #3A00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00FD; }
p { color: rgb(58,0,253); }
H1.HeaderClassName
{
color: #3A00FD;
}
.AnyTagClassName
{
color: #3A00FD;
}
</style>
background-color css
<style>
a { background-color: #3A00FD; }
a { background-color: rgb(58,0,253); }
div.DivClassName
{
background-color: #3A00FD;
}
.BgClassName
{
background-color: #3A00FD;
}
</style>
border-color css
<style>
span { border-color: #3A00FD; }
span { border-color: rgb(58,0,253); }
td.TdClassName
{
border-color: #3A00FD;
}
.TagClassName
{
border-color: #3A00FD;
}
</style>