Shades of Han Purple #301EDD
Tints of Han Purple #301EDD
RGB
CMYK
RGB Variations
Color information
#301EDD (or 0x301EDD) is known color: Han Purple. HEX triplet: 30, 1E and DD. RGB value is (48,30,221). Sum of RGB (Red+Green+Blue) = 48+30+221=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #301EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EDD is #CFE122. Grayscale: #383838. Windows color (decimal): -13623587 or 14491184. OLE color: 14491184.
HSL color Cylindrical-coordinate representation of color #301EDD: hue angle of 245.65º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301EDD is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 30 | 221 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.13 |
| HSL | 245.65º | 0.76% | 0.49% | - |
| HSV(B) | 245.65º | 0.86% | 0.87% | - |
| XYZ | 14.73 | 6.78 | 68.94 | - |
| YUV | 57.16 | 220.46 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 221 | 0.78 | 0.86 | 0 | 0.13 | 245.65 | 0.76 | 0.49 |
| Hex | 30 | 1E | DD | 4E | 56 | 0 | D | F6 | 4C | 31 |
| Octal | 60 | 36 | 335 | 116 | 126 | 0 | 15 | 366 | 114 | 61 |
| Binary | 110000 | 11110 | 11011101 | 1001110 | 1010110 | 0 | 1101 | 11110110 | 1001100 | 110001 |
Color Harmonies of #301EDD
Complementary color
Monochromatic Colors of #301EDD
Black with #301EDD
Text Example
Text Example
White with #301EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301EDD; }
p { color: rgb(48,30,221); }
H1.HeaderClassName
{
color: #301EDD;
}
.AnyTagClassName
{
color: #301EDD;
}
</style>
background-color css
<style>
a { background-color: #301EDD; }
a { background-color: rgb(48,30,221); }
div.DivClassName
{
background-color: #301EDD;
}
.BgClassName
{
background-color: #301EDD;
}
</style>
border-color css
<style>
span { border-color: #301EDD; }
span { border-color: rgb(48,30,221); }
td.TdClassName
{
border-color: #301EDD;
}
.TagClassName
{
border-color: #301EDD;
}
</style>