Shades of Han Purple #300CDF
Tints of Han Purple #300CDF
RGB
CMYK
RGB Variations
Color information
#300CDF (or 0x300CDF) is known color: Han Purple. HEX triplet: 30, 0C and DF. RGB value is (48,12,223). Sum of RGB (Red+Green+Blue) = 48+12+223=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #300CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CDF is #CFF320. Grayscale: #2E2E2E. Windows color (decimal): -13628193 or 14617648. OLE color: 14617648.
HSL color Cylindrical-coordinate representation of color #300CDF: hue angle of 250.24º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CDF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 12 | 223 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.13 |
| HSL | 250.24º | 0.9% | 0.46% | - |
| HSV(B) | 250.24º | 0.95% | 0.87% | - |
| XYZ | 14.67 | 6.22 | 70.24 | - |
| YUV | 46.82 | 227.43 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 223 | 0.78 | 0.95 | 0 | 0.13 | 250.24 | 0.9 | 0.46 |
| Hex | 30 | C | DF | 4E | 5F | 0 | D | FA | 5A | 2E |
| Octal | 60 | 14 | 337 | 116 | 137 | 0 | 15 | 372 | 132 | 56 |
| Binary | 110000 | 1100 | 11011111 | 1001110 | 1011111 | 0 | 1101 | 11111010 | 1011010 | 101110 |
Color Harmonies of #300CDF
Complementary color
Monochromatic Colors of #300CDF
Black with #300CDF
Text Example
Text Example
White with #300CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CDF; }
p { color: rgb(48,12,223); }
H1.HeaderClassName
{
color: #300CDF;
}
.AnyTagClassName
{
color: #300CDF;
}
</style>
background-color css
<style>
a { background-color: #300CDF; }
a { background-color: rgb(48,12,223); }
div.DivClassName
{
background-color: #300CDF;
}
.BgClassName
{
background-color: #300CDF;
}
</style>
border-color css
<style>
span { border-color: #300CDF; }
span { border-color: rgb(48,12,223); }
td.TdClassName
{
border-color: #300CDF;
}
.TagClassName
{
border-color: #300CDF;
}
</style>