Shades of Han Purple #300DDF
Tints of Han Purple #300DDF
RGB
CMYK
RGB Variations
Color information
#300DDF (or 0x300DDF) is known color: Han Purple. HEX triplet: 30, 0D and DF. RGB value is (48,13,223). Sum of RGB (Red+Green+Blue) = 48+13+223=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #300DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DDF is #CFF220. Grayscale: #2E2E2E. Windows color (decimal): -13627937 or 14617904. OLE color: 14617904.
HSL color Cylindrical-coordinate representation of color #300DDF: hue angle of 250º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DDF is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 13 | 223 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.13 |
| HSL | 250º | 0.89% | 0.46% | - |
| HSV(B) | 250º | 0.94% | 0.87% | - |
| XYZ | 14.68 | 6.24 | 70.24 | - |
| YUV | 47.41 | 227.1 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 223 | 0.78 | 0.94 | 0 | 0.13 | 250 | 0.89 | 0.46 |
| Hex | 30 | D | DF | 4E | 5E | 0 | D | FA | 59 | 2E |
| Octal | 60 | 15 | 337 | 116 | 136 | 0 | 15 | 372 | 131 | 56 |
| Binary | 110000 | 1101 | 11011111 | 1001110 | 1011110 | 0 | 1101 | 11111010 | 1011001 | 101110 |
Color Harmonies of #300DDF
Complementary color
Monochromatic Colors of #300DDF
Black with #300DDF
Text Example
Text Example
White with #300DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DDF; }
p { color: rgb(48,13,223); }
H1.HeaderClassName
{
color: #300DDF;
}
.AnyTagClassName
{
color: #300DDF;
}
</style>
background-color css
<style>
a { background-color: #300DDF; }
a { background-color: rgb(48,13,223); }
div.DivClassName
{
background-color: #300DDF;
}
.BgClassName
{
background-color: #300DDF;
}
</style>
border-color css
<style>
span { border-color: #300DDF; }
span { border-color: rgb(48,13,223); }
td.TdClassName
{
border-color: #300DDF;
}
.TagClassName
{
border-color: #300DDF;
}
</style>