Shades of Han Purple #301ADC
Tints of Han Purple #301ADC
RGB
CMYK
RGB Variations
Color information
#301ADC (or 0x301ADC) is known color: Han Purple. HEX triplet: 30, 1A and DC. RGB value is (48,26,220). Sum of RGB (Red+Green+Blue) = 48+26+220=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #301ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ADC is #CFE523. Grayscale: #353535. Windows color (decimal): -13624612 or 14424624. OLE color: 14424624.
HSL color Cylindrical-coordinate representation of color #301ADC: hue angle of 246.8º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301ADC is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 26 | 220 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.14 |
| HSL | 246.8º | 0.79% | 0.48% | - |
| HSV(B) | 246.8º | 0.88% | 0.86% | - |
| XYZ | 14.51 | 6.53 | 68.21 | - |
| YUV | 54.69 | 221.29 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 220 | 0.78 | 0.88 | 0 | 0.14 | 246.8 | 0.79 | 0.48 |
| Hex | 30 | 1A | DC | 4E | 58 | 0 | E | F7 | 4F | 30 |
| Octal | 60 | 32 | 334 | 116 | 130 | 0 | 16 | 367 | 117 | 60 |
| Binary | 110000 | 11010 | 11011100 | 1001110 | 1011000 | 0 | 1110 | 11110111 | 1001111 | 110000 |
Color Harmonies of #301ADC
Complementary color
Monochromatic Colors of #301ADC
Black with #301ADC
Text Example
Text Example
White with #301ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301ADC; }
p { color: rgb(48,26,220); }
H1.HeaderClassName
{
color: #301ADC;
}
.AnyTagClassName
{
color: #301ADC;
}
</style>
background-color css
<style>
a { background-color: #301ADC; }
a { background-color: rgb(48,26,220); }
div.DivClassName
{
background-color: #301ADC;
}
.BgClassName
{
background-color: #301ADC;
}
</style>
border-color css
<style>
span { border-color: #301ADC; }
span { border-color: rgb(48,26,220); }
td.TdClassName
{
border-color: #301ADC;
}
.TagClassName
{
border-color: #301ADC;
}
</style>