Shades of Han Purple #3809DC
Tints of Han Purple #3809DC
RGB
CMYK
RGB Variations
Color information
#3809DC (or 0x3809DC) is known color: Han Purple. HEX triplet: 38, 09 and DC. RGB value is (56,9,220). Sum of RGB (Red+Green+Blue) = 56+9+220=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #3809DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3809DC is #C7F623. Grayscale: #2E2E2E. Windows color (decimal): -13104676 or 14420280. OLE color: 14420280.
HSL color Cylindrical-coordinate representation of color #3809DC: hue angle of 253.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3809DC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 9 | 220 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.14 |
| HSL | 253.36º | 0.92% | 0.45% | - |
| HSV(B) | 253.36º | 0.96% | 0.86% | - |
| XYZ | 14.65 | 6.2 | 68.14 | - |
| YUV | 47.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 220 | 0.75 | 0.96 | 0 | 0.14 | 253.36 | 0.92 | 0.45 |
| Hex | 38 | 9 | DC | 4B | 60 | 0 | E | FD | 5C | 2D |
| Octal | 70 | 11 | 334 | 113 | 140 | 0 | 16 | 375 | 134 | 55 |
| Binary | 111000 | 1001 | 11011100 | 1001011 | 1100000 | 0 | 1110 | 11111101 | 1011100 | 101101 |
Color Harmonies of #3809DC
Complementary color
Monochromatic Colors of #3809DC
Black with #3809DC
Text Example
Text Example
White with #3809DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3809DC; }
p { color: rgb(56,9,220); }
H1.HeaderClassName
{
color: #3809DC;
}
.AnyTagClassName
{
color: #3809DC;
}
</style>
background-color css
<style>
a { background-color: #3809DC; }
a { background-color: rgb(56,9,220); }
div.DivClassName
{
background-color: #3809DC;
}
.BgClassName
{
background-color: #3809DC;
}
</style>
border-color css
<style>
span { border-color: #3809DC; }
span { border-color: rgb(56,9,220); }
td.TdClassName
{
border-color: #3809DC;
}
.TagClassName
{
border-color: #3809DC;
}
</style>