Shades of Han Purple #3814CF
Tints of Han Purple #3814CF
RGB
CMYK
RGB Variations
Color information
#3814CF (or 0x3814CF) is known color: Han Purple. HEX triplet: 38, 14 and CF. RGB value is (56,20,207). Sum of RGB (Red+Green+Blue) = 56+20+207=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #3814CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3814CF is #C7EB30. Grayscale: #333333. Windows color (decimal): -13101873 or 13571128. OLE color: 13571128.
HSL color Cylindrical-coordinate representation of color #3814CF: hue angle of 251.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3814CF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 20 | 207 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.19 |
| HSL | 251.55º | 0.82% | 0.45% | - |
| HSV(B) | 251.55º | 0.9% | 0.81% | - |
| XYZ | 13.14 | 5.85 | 59.47 | - |
| YUV | 52.08 | 215.43 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 207 | 0.73 | 0.90 | 0 | 0.19 | 251.55 | 0.82 | 0.45 |
| Hex | 38 | 14 | CF | 49 | 5A | 0 | 13 | FC | 52 | 2D |
| Octal | 70 | 24 | 317 | 111 | 132 | 0 | 23 | 374 | 122 | 55 |
| Binary | 111000 | 10100 | 11001111 | 1001001 | 1011010 | 0 | 10011 | 11111100 | 1010010 | 101101 |
Color Harmonies of #3814CF
Complementary color
Monochromatic Colors of #3814CF
Black with #3814CF
Text Example
Text Example
White with #3814CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3814CF; }
p { color: rgb(56,20,207); }
H1.HeaderClassName
{
color: #3814CF;
}
.AnyTagClassName
{
color: #3814CF;
}
</style>
background-color css
<style>
a { background-color: #3814CF; }
a { background-color: rgb(56,20,207); }
div.DivClassName
{
background-color: #3814CF;
}
.BgClassName
{
background-color: #3814CF;
}
</style>
border-color css
<style>
span { border-color: #3814CF; }
span { border-color: rgb(56,20,207); }
td.TdClassName
{
border-color: #3814CF;
}
.TagClassName
{
border-color: #3814CF;
}
</style>