Shades of Han Purple #3800FD
Tints of Han Purple #3800FD
RGB
CMYK
RGB Variations
Color information
#3800FD (or 0x3800FD) is known color: Han Purple. HEX triplet: 38, 00 and FD. RGB value is (56,0,253). Sum of RGB (Red+Green+Blue) = 56+0+253=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #3800FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3800FD is #C7FF02. Grayscale: #2C2C2C. Windows color (decimal): -13106947 or 16580664. OLE color: 16580664.
HSL color Cylindrical-coordinate representation of color #3800FD: hue angle of 253.28º 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 #3800FD is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 0 | 253 | - |
| CMYK | 0.78 | 1 | 0 | 0.01 |
| HSL | 253.28º | 1% | 0.5% | - |
| HSV(B) | 253.28º | 1% | 0.99% | - |
| XYZ | 19.36 | 7.93 | 93.44 | - |
| YUV | 45.59 | 245.05 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 253 | 0.78 | 1 | 0 | 0.01 | 253.28 | 1 | 0.5 |
| Hex | 38 | 0 | FD | 4E | 64 | 0 | 1 | FD | 64 | 32 |
| Octal | 70 | 0 | 375 | 116 | 144 | 0 | 1 | 375 | 144 | 62 |
| Binary | 111000 | 0 | 11111101 | 1001110 | 1100100 | 0 | 1 | 11111101 | 1100100 | 110010 |
Color Harmonies of #3800FD
Complementary color
Monochromatic Colors of #3800FD
Black with #3800FD
Text Example
Text Example
White with #3800FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800FD; }
p { color: rgb(56,0,253); }
H1.HeaderClassName
{
color: #3800FD;
}
.AnyTagClassName
{
color: #3800FD;
}
</style>
background-color css
<style>
a { background-color: #3800FD; }
a { background-color: rgb(56,0,253); }
div.DivClassName
{
background-color: #3800FD;
}
.BgClassName
{
background-color: #3800FD;
}
</style>
border-color css
<style>
span { border-color: #3800FD; }
span { border-color: rgb(56,0,253); }
td.TdClassName
{
border-color: #3800FD;
}
.TagClassName
{
border-color: #3800FD;
}
</style>