Shades of Han Purple #3808CF
Tints of Han Purple #3808CF
RGB
CMYK
RGB Variations
Color information
#3808CF (or 0x3808CF) is known color: Han Purple. HEX triplet: 38, 08 and CF. RGB value is (56,8,207). Sum of RGB (Red+Green+Blue) = 56+8+207=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #3808CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3808CF is #C7F730. Grayscale: #2C2C2C. Windows color (decimal): -13104945 or 13568056. OLE color: 13568056.
HSL color Cylindrical-coordinate representation of color #3808CF: hue angle of 254.47º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3808CF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 8 | 207 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.19 |
| HSL | 254.47º | 0.93% | 0.42% | - |
| HSV(B) | 254.47º | 0.96% | 0.81% | - |
| XYZ | 12.98 | 5.52 | 59.41 | - |
| YUV | 45.04 | 219.4 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 207 | 0.73 | 0.96 | 0 | 0.19 | 254.47 | 0.93 | 0.42 |
| Hex | 38 | 8 | CF | 49 | 60 | 0 | 13 | FE | 5D | 2A |
| Octal | 70 | 10 | 317 | 111 | 140 | 0 | 23 | 376 | 135 | 52 |
| Binary | 111000 | 1000 | 11001111 | 1001001 | 1100000 | 0 | 10011 | 11111110 | 1011101 | 101010 |
Color Harmonies of #3808CF
Complementary color
Monochromatic Colors of #3808CF
Black with #3808CF
Text Example
Text Example
White with #3808CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3808CF; }
p { color: rgb(56,8,207); }
H1.HeaderClassName
{
color: #3808CF;
}
.AnyTagClassName
{
color: #3808CF;
}
</style>
background-color css
<style>
a { background-color: #3808CF; }
a { background-color: rgb(56,8,207); }
div.DivClassName
{
background-color: #3808CF;
}
.BgClassName
{
background-color: #3808CF;
}
</style>
border-color css
<style>
span { border-color: #3808CF; }
span { border-color: rgb(56,8,207); }
td.TdClassName
{
border-color: #3808CF;
}
.TagClassName
{
border-color: #3808CF;
}
</style>