Shades of Han Purple #3825FA
Tints of Han Purple #3825FA
RGB
CMYK
RGB Variations
Color information
#3825FA (or 0x3825FA) is known color: Han Purple. HEX triplet: 38, 25 and FA. RGB value is (56,37,250). Sum of RGB (Red+Green+Blue) = 56+37+250=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #3825FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3825FA is #C7DA05. Grayscale: #424242. Windows color (decimal): -13097478 or 16393528. OLE color: 16393528.
HSL color Cylindrical-coordinate representation of color #3825FA: hue angle of 245.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3825FA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 37 | 250 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.02 |
| HSL | 245.35º | 0.96% | 0.56% | - |
| HSV(B) | 245.35º | 0.85% | 0.98% | - |
| XYZ | 19.55 | 9.07 | 91.16 | - |
| YUV | 66.96 | 231.29 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 250 | 0.78 | 0.85 | 0 | 0.02 | 245.35 | 0.96 | 0.56 |
| Hex | 38 | 25 | FA | 4E | 55 | 0 | 2 | F5 | 60 | 38 |
| Octal | 70 | 45 | 372 | 116 | 125 | 0 | 2 | 365 | 140 | 70 |
| Binary | 111000 | 100101 | 11111010 | 1001110 | 1010101 | 0 | 10 | 11110101 | 1100000 | 111000 |
Color Harmonies of #3825FA
Complementary color
Monochromatic Colors of #3825FA
Black with #3825FA
Text Example
Text Example
White with #3825FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3825FA; }
p { color: rgb(56,37,250); }
H1.HeaderClassName
{
color: #3825FA;
}
.AnyTagClassName
{
color: #3825FA;
}
</style>
background-color css
<style>
a { background-color: #3825FA; }
a { background-color: rgb(56,37,250); }
div.DivClassName
{
background-color: #3825FA;
}
.BgClassName
{
background-color: #3825FA;
}
</style>
border-color css
<style>
span { border-color: #3825FA; }
span { border-color: rgb(56,37,250); }
td.TdClassName
{
border-color: #3825FA;
}
.TagClassName
{
border-color: #3825FA;
}
</style>