Shades of Han Purple #3808D0
Tints of Han Purple #3808D0
RGB
CMYK
RGB Variations
Color information
#3808D0 (or 0x3808D0) is known color: Han Purple. HEX triplet: 38, 08 and D0. RGB value is (56,8,208). Sum of RGB (Red+Green+Blue) = 56+8+208=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 208 (81.64% from 255 or 76.47% from 272); Max value from RGB is 208 - color contains mainly: blue. Hex color #3808D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3808D0 is #C7F72F. Grayscale: #2C2C2C. Windows color (decimal): -13104944 or 13633592. OLE color: 13633592.
HSL color Cylindrical-coordinate representation of color #3808D0: hue angle of 254.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3808D0 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 8 | 208 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.18 |
| HSL | 254.4º | 0.93% | 0.42% | - |
| HSV(B) | 254.4º | 0.96% | 0.82% | - |
| XYZ | 13.1 | 5.57 | 60.06 | - |
| YUV | 45.15 | 219.9 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 208 | 0.73 | 0.96 | 0 | 0.18 | 254.4 | 0.93 | 0.42 |
| Hex | 38 | 8 | D0 | 49 | 60 | 0 | 12 | FE | 5D | 2A |
| Octal | 70 | 10 | 320 | 111 | 140 | 0 | 22 | 376 | 135 | 52 |
| Binary | 111000 | 1000 | 11010000 | 1001001 | 1100000 | 0 | 10010 | 11111110 | 1011101 | 101010 |
Color Harmonies of #3808D0
Complementary color
Monochromatic Colors of #3808D0
Black with #3808D0
Text Example
Text Example
White with #3808D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3808D0; }
p { color: rgb(56,8,208); }
H1.HeaderClassName
{
color: #3808D0;
}
.AnyTagClassName
{
color: #3808D0;
}
</style>
background-color css
<style>
a { background-color: #3808D0; }
a { background-color: rgb(56,8,208); }
div.DivClassName
{
background-color: #3808D0;
}
.BgClassName
{
background-color: #3808D0;
}
</style>
border-color css
<style>
span { border-color: #3808D0; }
span { border-color: rgb(56,8,208); }
td.TdClassName
{
border-color: #3808D0;
}
.TagClassName
{
border-color: #3808D0;
}
</style>