Shades of Han Purple #300ADC
Tints of Han Purple #300ADC
RGB
CMYK
RGB Variations
Color information
#300ADC (or 0x300ADC) is known color: Han Purple. HEX triplet: 30, 0A and DC. RGB value is (48,10,220). Sum of RGB (Red+Green+Blue) = 48+10+220=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #300ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ADC is #CFF523. Grayscale: #2C2C2C. Windows color (decimal): -13628708 or 14420528. OLE color: 14420528.
HSL color Cylindrical-coordinate representation of color #300ADC: hue angle of 250.86º degrees, saturation: 0.91, 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 #300ADC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 10 | 220 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.14 |
| HSL | 250.86º | 0.91% | 0.45% | - |
| HSV(B) | 250.86º | 0.95% | 0.86% | - |
| XYZ | 14.25 | 6.01 | 68.12 | - |
| YUV | 45.3 | 226.59 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 220 | 0.78 | 0.95 | 0 | 0.14 | 250.86 | 0.91 | 0.45 |
| Hex | 30 | A | DC | 4E | 5F | 0 | E | FB | 5B | 2D |
| Octal | 60 | 12 | 334 | 116 | 137 | 0 | 16 | 373 | 133 | 55 |
| Binary | 110000 | 1010 | 11011100 | 1001110 | 1011111 | 0 | 1110 | 11111011 | 1011011 | 101101 |
Color Harmonies of #300ADC
Complementary color
Monochromatic Colors of #300ADC
Black with #300ADC
Text Example
Text Example
White with #300ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300ADC; }
p { color: rgb(48,10,220); }
H1.HeaderClassName
{
color: #300ADC;
}
.AnyTagClassName
{
color: #300ADC;
}
</style>
background-color css
<style>
a { background-color: #300ADC; }
a { background-color: rgb(48,10,220); }
div.DivClassName
{
background-color: #300ADC;
}
.BgClassName
{
background-color: #300ADC;
}
</style>
border-color css
<style>
span { border-color: #300ADC; }
span { border-color: rgb(48,10,220); }
td.TdClassName
{
border-color: #300ADC;
}
.TagClassName
{
border-color: #300ADC;
}
</style>