Shades of Han Purple #3818F2
Tints of Han Purple #3818F2
RGB
CMYK
RGB Variations
Color information
#3818F2 (or 0x3818F2) is known color: Han Purple. HEX triplet: 38, 18 and F2. RGB value is (56,24,242). Sum of RGB (Red+Green+Blue) = 56+24+242=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 242 (94.92% from 255 or 75.16% from 322); Max value from RGB is 242 - color contains mainly: blue. Hex color #3818F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3818F2 is #C7E70D. Grayscale: #393939. Windows color (decimal): -13100814 or 15865912. OLE color: 15865912.
HSL color Cylindrical-coordinate representation of color #3818F2: hue angle of 248.81º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3818F2 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 24 | 242 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.05 |
| HSL | 248.81º | 0.89% | 0.52% | - |
| HSV(B) | 248.81º | 0.9% | 0.95% | - |
| XYZ | 17.98 | 7.9 | 84.58 | - |
| YUV | 58.42 | 231.6 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 242 | 0.77 | 0.90 | 0 | 0.05 | 248.81 | 0.89 | 0.52 |
| Hex | 38 | 18 | F2 | 4D | 5A | 0 | 5 | F9 | 59 | 34 |
| Octal | 70 | 30 | 362 | 115 | 132 | 0 | 5 | 371 | 131 | 64 |
| Binary | 111000 | 11000 | 11110010 | 1001101 | 1011010 | 0 | 101 | 11111001 | 1011001 | 110100 |
Color Harmonies of #3818F2
Complementary color
Monochromatic Colors of #3818F2
Black with #3818F2
Text Example
Text Example
White with #3818F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3818F2; }
p { color: rgb(56,24,242); }
H1.HeaderClassName
{
color: #3818F2;
}
.AnyTagClassName
{
color: #3818F2;
}
</style>
background-color css
<style>
a { background-color: #3818F2; }
a { background-color: rgb(56,24,242); }
div.DivClassName
{
background-color: #3818F2;
}
.BgClassName
{
background-color: #3818F2;
}
</style>
border-color css
<style>
span { border-color: #3818F2; }
span { border-color: rgb(56,24,242); }
td.TdClassName
{
border-color: #3818F2;
}
.TagClassName
{
border-color: #3818F2;
}
</style>