Shades of Han Purple #3801CF
Tints of Han Purple #3801CF
RGB
CMYK
RGB Variations
Color information
#3801CF (or 0x3801CF) is known color: Han Purple. HEX triplet: 38, 01 and CF. RGB value is (56,1,207). Sum of RGB (Red+Green+Blue) = 56+1+207=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #3801CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3801CF is #C7FE30. Grayscale: #282828. Windows color (decimal): -13106737 or 13566264. OLE color: 13566264.
HSL color Cylindrical-coordinate representation of color #3801CF: hue angle of 256.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3801CF is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 1 | 207 | - |
| CMYK | 0.73 | 1.00 | 0 | 0.19 |
| HSL | 256.02º | 0.99% | 0.41% | - |
| HSV(B) | 256.02º | 1% | 0.81% | - |
| XYZ | 12.9 | 5.37 | 59.39 | - |
| YUV | 40.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 207 | 0.73 | 1.00 | 0 | 0.19 | 256.02 | 0.99 | 0.41 |
| Hex | 38 | 1 | CF | 49 | 64 | 0 | 13 | 100 | 63 | 29 |
| Octal | 70 | 1 | 317 | 111 | 144 | 0 | 23 | 400 | 143 | 51 |
| Binary | 111000 | 1 | 11001111 | 1001001 | 1100100 | 0 | 10011 | 100000000 | 1100011 | 101001 |
Color Harmonies of #3801CF
Complementary color
Monochromatic Colors of #3801CF
Black with #3801CF
Text Example
Text Example
White with #3801CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801CF; }
p { color: rgb(56,1,207); }
H1.HeaderClassName
{
color: #3801CF;
}
.AnyTagClassName
{
color: #3801CF;
}
</style>
background-color css
<style>
a { background-color: #3801CF; }
a { background-color: rgb(56,1,207); }
div.DivClassName
{
background-color: #3801CF;
}
.BgClassName
{
background-color: #3801CF;
}
</style>
border-color css
<style>
span { border-color: #3801CF; }
span { border-color: rgb(56,1,207); }
td.TdClassName
{
border-color: #3801CF;
}
.TagClassName
{
border-color: #3801CF;
}
</style>