Shades of Han Purple #301EDF
Tints of Han Purple #301EDF
RGB
CMYK
RGB Variations
Color information
#301EDF (or 0x301EDF) is known color: Han Purple. HEX triplet: 30, 1E and DF. RGB value is (48,30,223). Sum of RGB (Red+Green+Blue) = 48+30+223=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #301EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EDF is #CFE120. Grayscale: #383838. Windows color (decimal): -13623585 or 14622256. OLE color: 14622256.
HSL color Cylindrical-coordinate representation of color #301EDF: hue angle of 245.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301EDF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 30 | 223 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.13 |
| HSL | 245.6º | 0.76% | 0.5% | - |
| HSV(B) | 245.6º | 0.87% | 0.87% | - |
| XYZ | 15 | 6.88 | 70.35 | - |
| YUV | 57.38 | 221.46 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 223 | 0.78 | 0.87 | 0 | 0.13 | 245.6 | 0.76 | 0.5 |
| Hex | 30 | 1E | DF | 4E | 57 | 0 | D | F6 | 4C | 32 |
| Octal | 60 | 36 | 337 | 116 | 127 | 0 | 15 | 366 | 114 | 62 |
| Binary | 110000 | 11110 | 11011111 | 1001110 | 1010111 | 0 | 1101 | 11110110 | 1001100 | 110010 |
Color Harmonies of #301EDF
Complementary color
Monochromatic Colors of #301EDF
Black with #301EDF
Text Example
Text Example
White with #301EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301EDF; }
p { color: rgb(48,30,223); }
H1.HeaderClassName
{
color: #301EDF;
}
.AnyTagClassName
{
color: #301EDF;
}
</style>
background-color css
<style>
a { background-color: #301EDF; }
a { background-color: rgb(48,30,223); }
div.DivClassName
{
background-color: #301EDF;
}
.BgClassName
{
background-color: #301EDF;
}
</style>
border-color css
<style>
span { border-color: #301EDF; }
span { border-color: rgb(48,30,223); }
td.TdClassName
{
border-color: #301EDF;
}
.TagClassName
{
border-color: #301EDF;
}
</style>