Shades of Han Purple #300FDC
Tints of Han Purple #300FDC
RGB
CMYK
RGB Variations
Color information
#300FDC (or 0x300FDC) is known color: Han Purple. HEX triplet: 30, 0F and DC. RGB value is (48,15,220). Sum of RGB (Red+Green+Blue) = 48+15+220=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #300FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FDC is #CFF023. Grayscale: #2F2F2F. Windows color (decimal): -13627428 or 14421808. OLE color: 14421808.
HSL color Cylindrical-coordinate representation of color #300FDC: hue angle of 249.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FDC is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 15 | 220 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.14 |
| HSL | 249.66º | 0.87% | 0.46% | - |
| HSV(B) | 249.66º | 0.93% | 0.86% | - |
| XYZ | 14.31 | 6.14 | 68.14 | - |
| YUV | 48.24 | 224.93 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 220 | 0.78 | 0.93 | 0 | 0.14 | 249.66 | 0.87 | 0.46 |
| Hex | 30 | F | DC | 4E | 5D | 0 | E | FA | 57 | 2E |
| Octal | 60 | 17 | 334 | 116 | 135 | 0 | 16 | 372 | 127 | 56 |
| Binary | 110000 | 1111 | 11011100 | 1001110 | 1011101 | 0 | 1110 | 11111010 | 1010111 | 101110 |
Color Harmonies of #300FDC
Complementary color
Monochromatic Colors of #300FDC
Black with #300FDC
Text Example
Text Example
White with #300FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FDC; }
p { color: rgb(48,15,220); }
H1.HeaderClassName
{
color: #300FDC;
}
.AnyTagClassName
{
color: #300FDC;
}
</style>
background-color css
<style>
a { background-color: #300FDC; }
a { background-color: rgb(48,15,220); }
div.DivClassName
{
background-color: #300FDC;
}
.BgClassName
{
background-color: #300FDC;
}
</style>
border-color css
<style>
span { border-color: #300FDC; }
span { border-color: rgb(48,15,220); }
td.TdClassName
{
border-color: #300FDC;
}
.TagClassName
{
border-color: #300FDC;
}
</style>