Shades of Han Purple #3800CF
Tints of Han Purple #3800CF
RGB
CMYK
RGB Variations
Color information
#3800CF (or 0x3800CF) is known color: Han Purple. HEX triplet: 38, 00 and CF. RGB value is (56,0,207). Sum of RGB (Red+Green+Blue) = 56+0+207=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #3800CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3800CF is #C7FF30. Grayscale: #272727. Windows color (decimal): -13106993 or 13566008. OLE color: 13566008.
HSL color Cylindrical-coordinate representation of color #3800CF: hue angle of 256.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800CF is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 0 | 207 | - |
| CMYK | 0.73 | 1 | 0 | 0.19 |
| HSL | 256.23º | 1% | 0.41% | - |
| HSV(B) | 256.23º | 1% | 0.81% | - |
| XYZ | 12.89 | 5.35 | 59.38 | - |
| YUV | 40.34 | 222.05 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 207 | 0.73 | 1 | 0 | 0.19 | 256.23 | 1 | 0.41 |
| Hex | 38 | 0 | CF | 49 | 64 | 0 | 13 | 100 | 64 | 29 |
| Octal | 70 | 0 | 317 | 111 | 144 | 0 | 23 | 400 | 144 | 51 |
| Binary | 111000 | 0 | 11001111 | 1001001 | 1100100 | 0 | 10011 | 100000000 | 1100100 | 101001 |
Color Harmonies of #3800CF
Complementary color
Monochromatic Colors of #3800CF
Black with #3800CF
Text Example
Text Example
White with #3800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800CF; }
p { color: rgb(56,0,207); }
H1.HeaderClassName
{
color: #3800CF;
}
.AnyTagClassName
{
color: #3800CF;
}
</style>
background-color css
<style>
a { background-color: #3800CF; }
a { background-color: rgb(56,0,207); }
div.DivClassName
{
background-color: #3800CF;
}
.BgClassName
{
background-color: #3800CF;
}
</style>
border-color css
<style>
span { border-color: #3800CF; }
span { border-color: rgb(56,0,207); }
td.TdClassName
{
border-color: #3800CF;
}
.TagClassName
{
border-color: #3800CF;
}
</style>