Shades of Han Purple #300BDC
Tints of Han Purple #300BDC
RGB
CMYK
RGB Variations
Color information
#300BDC (or 0x300BDC) is known color: Han Purple. HEX triplet: 30, 0B and DC. RGB value is (48,11,220). Sum of RGB (Red+Green+Blue) = 48+11+220=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #300BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BDC is #CFF423. Grayscale: #2D2D2D. Windows color (decimal): -13628452 or 14420784. OLE color: 14420784.
HSL color Cylindrical-coordinate representation of color #300BDC: hue angle of 250.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300BDC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 11 | 220 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.14 |
| HSL | 250.62º | 0.9% | 0.45% | - |
| HSV(B) | 250.62º | 0.95% | 0.86% | - |
| XYZ | 14.26 | 6.04 | 68.12 | - |
| YUV | 45.89 | 226.26 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 220 | 0.78 | 0.95 | 0 | 0.14 | 250.62 | 0.9 | 0.45 |
| Hex | 30 | B | DC | 4E | 5F | 0 | E | FB | 5A | 2D |
| Octal | 60 | 13 | 334 | 116 | 137 | 0 | 16 | 373 | 132 | 55 |
| Binary | 110000 | 1011 | 11011100 | 1001110 | 1011111 | 0 | 1110 | 11111011 | 1011010 | 101101 |
Color Harmonies of #300BDC
Complementary color
Monochromatic Colors of #300BDC
Black with #300BDC
Text Example
Text Example
White with #300BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BDC; }
p { color: rgb(48,11,220); }
H1.HeaderClassName
{
color: #300BDC;
}
.AnyTagClassName
{
color: #300BDC;
}
</style>
background-color css
<style>
a { background-color: #300BDC; }
a { background-color: rgb(48,11,220); }
div.DivClassName
{
background-color: #300BDC;
}
.BgClassName
{
background-color: #300BDC;
}
</style>
border-color css
<style>
span { border-color: #300BDC; }
span { border-color: rgb(48,11,220); }
td.TdClassName
{
border-color: #300BDC;
}
.TagClassName
{
border-color: #300BDC;
}
</style>