Shades of Han Purple #3809CF
Tints of Han Purple #3809CF
RGB
CMYK
RGB Variations
Color information
#3809CF (or 0x3809CF) is known color: Han Purple. HEX triplet: 38, 09 and CF. RGB value is (56,9,207). Sum of RGB (Red+Green+Blue) = 56+9+207=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #3809CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3809CF is #C7F630. Grayscale: #2C2C2C. Windows color (decimal): -13104689 or 13568312. OLE color: 13568312.
HSL color Cylindrical-coordinate representation of color #3809CF: hue angle of 254.24º degrees, saturation: 0.92, 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 #3809CF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 9 | 207 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.19 |
| HSL | 254.24º | 0.92% | 0.42% | - |
| HSV(B) | 254.24º | 0.96% | 0.81% | - |
| XYZ | 12.99 | 5.54 | 59.42 | - |
| YUV | 45.63 | 219.07 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 207 | 0.73 | 0.96 | 0 | 0.19 | 254.24 | 0.92 | 0.42 |
| Hex | 38 | 9 | CF | 49 | 60 | 0 | 13 | FE | 5C | 2A |
| Octal | 70 | 11 | 317 | 111 | 140 | 0 | 23 | 376 | 134 | 52 |
| Binary | 111000 | 1001 | 11001111 | 1001001 | 1100000 | 0 | 10011 | 11111110 | 1011100 | 101010 |
Color Harmonies of #3809CF
Complementary color
Monochromatic Colors of #3809CF
Black with #3809CF
Text Example
Text Example
White with #3809CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3809CF; }
p { color: rgb(56,9,207); }
H1.HeaderClassName
{
color: #3809CF;
}
.AnyTagClassName
{
color: #3809CF;
}
</style>
background-color css
<style>
a { background-color: #3809CF; }
a { background-color: rgb(56,9,207); }
div.DivClassName
{
background-color: #3809CF;
}
.BgClassName
{
background-color: #3809CF;
}
</style>
border-color css
<style>
span { border-color: #3809CF; }
span { border-color: rgb(56,9,207); }
td.TdClassName
{
border-color: #3809CF;
}
.TagClassName
{
border-color: #3809CF;
}
</style>