Shades of Han Purple #380FDD
Tints of Han Purple #380FDD
RGB
CMYK
RGB Variations
Color information
#380FDD (or 0x380FDD) is known color: Han Purple. HEX triplet: 38, 0F and DD. RGB value is (56,15,221). Sum of RGB (Red+Green+Blue) = 56+15+221=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #380FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FDD is #C7F022. Grayscale: #313131. Windows color (decimal): -13103139 or 14487352. OLE color: 14487352.
HSL color Cylindrical-coordinate representation of color #380FDD: hue angle of 251.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380FDD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 15 | 221 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.13 |
| HSL | 251.94º | 0.87% | 0.46% | - |
| HSV(B) | 251.94º | 0.93% | 0.87% | - |
| XYZ | 14.85 | 6.4 | 68.86 | - |
| YUV | 50.74 | 224.08 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 221 | 0.75 | 0.93 | 0 | 0.13 | 251.94 | 0.87 | 0.46 |
| Hex | 38 | F | DD | 4B | 5D | 0 | D | FC | 57 | 2E |
| Octal | 70 | 17 | 335 | 113 | 135 | 0 | 15 | 374 | 127 | 56 |
| Binary | 111000 | 1111 | 11011101 | 1001011 | 1011101 | 0 | 1101 | 11111100 | 1010111 | 101110 |
Color Harmonies of #380FDD
Complementary color
Monochromatic Colors of #380FDD
Black with #380FDD
Text Example
Text Example
White with #380FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380FDD; }
p { color: rgb(56,15,221); }
H1.HeaderClassName
{
color: #380FDD;
}
.AnyTagClassName
{
color: #380FDD;
}
</style>
background-color css
<style>
a { background-color: #380FDD; }
a { background-color: rgb(56,15,221); }
div.DivClassName
{
background-color: #380FDD;
}
.BgClassName
{
background-color: #380FDD;
}
</style>
border-color css
<style>
span { border-color: #380FDD; }
span { border-color: rgb(56,15,221); }
td.TdClassName
{
border-color: #380FDD;
}
.TagClassName
{
border-color: #380FDD;
}
</style>