Shades of Han Purple #3825FC
Tints of Han Purple #3825FC
RGB
CMYK
RGB Variations
Color information
#3825FC (or 0x3825FC) is known color: Han Purple. HEX triplet: 38, 25 and FC. RGB value is (56,37,252). Sum of RGB (Red+Green+Blue) = 56+37+252=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #3825FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3825FC is #C7DA03. Grayscale: #424242. Windows color (decimal): -13097476 or 16524600. OLE color: 16524600.
HSL color Cylindrical-coordinate representation of color #3825FC: hue angle of 245.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3825FC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 37 | 252 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.01 |
| HSL | 245.3º | 0.97% | 0.57% | - |
| HSV(B) | 245.3º | 0.85% | 0.99% | - |
| XYZ | 19.86 | 9.19 | 92.82 | - |
| YUV | 67.19 | 232.29 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 252 | 0.78 | 0.85 | 0 | 0.01 | 245.3 | 0.97 | 0.57 |
| Hex | 38 | 25 | FC | 4E | 55 | 0 | 1 | F5 | 61 | 39 |
| Octal | 70 | 45 | 374 | 116 | 125 | 0 | 1 | 365 | 141 | 71 |
| Binary | 111000 | 100101 | 11111100 | 1001110 | 1010101 | 0 | 1 | 11110101 | 1100001 | 111001 |
Color Harmonies of #3825FC
Complementary color
Monochromatic Colors of #3825FC
Black with #3825FC
Text Example
Text Example
White with #3825FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3825FC; }
p { color: rgb(56,37,252); }
H1.HeaderClassName
{
color: #3825FC;
}
.AnyTagClassName
{
color: #3825FC;
}
</style>
background-color css
<style>
a { background-color: #3825FC; }
a { background-color: rgb(56,37,252); }
div.DivClassName
{
background-color: #3825FC;
}
.BgClassName
{
background-color: #3825FC;
}
</style>
border-color css
<style>
span { border-color: #3825FC; }
span { border-color: rgb(56,37,252); }
td.TdClassName
{
border-color: #3825FC;
}
.TagClassName
{
border-color: #3825FC;
}
</style>