Shades of Han Purple #3805CF
Tints of Han Purple #3805CF
RGB
CMYK
RGB Variations
Color information
#3805CF (or 0x3805CF) is known color: Han Purple. HEX triplet: 38, 05 and CF. RGB value is (56,5,207). Sum of RGB (Red+Green+Blue) = 56+5+207=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #3805CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3805CF is #C7FA30. Grayscale: #2A2A2A. Windows color (decimal): -13105713 or 13567288. OLE color: 13567288.
HSL color Cylindrical-coordinate representation of color #3805CF: hue angle of 255.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3805CF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 5 | 207 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.19 |
| HSL | 255.15º | 0.95% | 0.42% | - |
| HSV(B) | 255.15º | 0.98% | 0.81% | - |
| XYZ | 12.95 | 5.45 | 59.4 | - |
| YUV | 43.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 207 | 0.73 | 0.98 | 0 | 0.19 | 255.15 | 0.95 | 0.42 |
| Hex | 38 | 5 | CF | 49 | 62 | 0 | 13 | FF | 5F | 2A |
| Octal | 70 | 5 | 317 | 111 | 142 | 0 | 23 | 377 | 137 | 52 |
| Binary | 111000 | 101 | 11001111 | 1001001 | 1100010 | 0 | 10011 | 11111111 | 1011111 | 101010 |
Color Harmonies of #3805CF
Complementary color
Monochromatic Colors of #3805CF
Black with #3805CF
Text Example
Text Example
White with #3805CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3805CF; }
p { color: rgb(56,5,207); }
H1.HeaderClassName
{
color: #3805CF;
}
.AnyTagClassName
{
color: #3805CF;
}
</style>
background-color css
<style>
a { background-color: #3805CF; }
a { background-color: rgb(56,5,207); }
div.DivClassName
{
background-color: #3805CF;
}
.BgClassName
{
background-color: #3805CF;
}
</style>
border-color css
<style>
span { border-color: #3805CF; }
span { border-color: rgb(56,5,207); }
td.TdClassName
{
border-color: #3805CF;
}
.TagClassName
{
border-color: #3805CF;
}
</style>