Shades of Han Purple #3826FE
Tints of Han Purple #3826FE
RGB
CMYK
RGB Variations
Color information
#3826FE (or 0x3826FE) is known color: Han Purple. HEX triplet: 38, 26 and FE. RGB value is (56,38,254). Sum of RGB (Red+Green+Blue) = 56+38+254=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #3826FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3826FE is #C7D901. Grayscale: #434343. Windows color (decimal): -13097218 or 16655928. OLE color: 16655928.
HSL color Cylindrical-coordinate representation of color #3826FE: hue angle of 245º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3826FE is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 38 | 254 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.00 |
| HSL | 245º | 0.99% | 0.57% | - |
| HSV(B) | 245º | 0.85% | 1% | - |
| XYZ | 20.21 | 9.38 | 94.51 | - |
| YUV | 68.01 | 232.96 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 254 | 0.78 | 0.85 | 0 | 0.00 | 245 | 0.99 | 0.57 |
| Hex | 38 | 26 | FE | 4E | 55 | 0 | 0 | F5 | 63 | 39 |
| Octal | 70 | 46 | 376 | 116 | 125 | 0 | 0 | 365 | 143 | 71 |
| Binary | 111000 | 100110 | 11111110 | 1001110 | 1010101 | 0 | 0 | 11110101 | 1100011 | 111001 |
Color Harmonies of #3826FE
Complementary color
Monochromatic Colors of #3826FE
Black with #3826FE
Text Example
Text Example
White with #3826FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3826FE; }
p { color: rgb(56,38,254); }
H1.HeaderClassName
{
color: #3826FE;
}
.AnyTagClassName
{
color: #3826FE;
}
</style>
background-color css
<style>
a { background-color: #3826FE; }
a { background-color: rgb(56,38,254); }
div.DivClassName
{
background-color: #3826FE;
}
.BgClassName
{
background-color: #3826FE;
}
</style>
border-color css
<style>
span { border-color: #3826FE; }
span { border-color: rgb(56,38,254); }
td.TdClassName
{
border-color: #3826FE;
}
.TagClassName
{
border-color: #3826FE;
}
</style>