Shades of Han Purple #301DE7
Tints of Han Purple #301DE7
RGB
CMYK
RGB Variations
Color information
#301DE7 (or 0x301DE7) is known color: Han Purple. HEX triplet: 30, 1D and E7. RGB value is (48,29,231). Sum of RGB (Red+Green+Blue) = 48+29+231=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #301DE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DE7 is #CFE218. Grayscale: #383838. Windows color (decimal): -13623833 or 15146288. OLE color: 15146288.
HSL color Cylindrical-coordinate representation of color #301DE7: hue angle of 245.64º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301DE7 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 29 | 231 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.09 |
| HSL | 245.64º | 0.81% | 0.51% | - |
| HSV(B) | 245.64º | 0.87% | 0.91% | - |
| XYZ | 16.08 | 7.28 | 76.16 | - |
| YUV | 57.71 | 225.79 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 231 | 0.79 | 0.87 | 0 | 0.09 | 245.64 | 0.81 | 0.51 |
| Hex | 30 | 1D | E7 | 4F | 57 | 0 | 9 | F6 | 51 | 33 |
| Octal | 60 | 35 | 347 | 117 | 127 | 0 | 11 | 366 | 121 | 63 |
| Binary | 110000 | 11101 | 11100111 | 1001111 | 1010111 | 0 | 1001 | 11110110 | 1010001 | 110011 |
Color Harmonies of #301DE7
Complementary color
Monochromatic Colors of #301DE7
Black with #301DE7
Text Example
Text Example
White with #301DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DE7; }
p { color: rgb(48,29,231); }
H1.HeaderClassName
{
color: #301DE7;
}
.AnyTagClassName
{
color: #301DE7;
}
</style>
background-color css
<style>
a { background-color: #301DE7; }
a { background-color: rgb(48,29,231); }
div.DivClassName
{
background-color: #301DE7;
}
.BgClassName
{
background-color: #301DE7;
}
</style>
border-color css
<style>
span { border-color: #301DE7; }
span { border-color: rgb(48,29,231); }
td.TdClassName
{
border-color: #301DE7;
}
.TagClassName
{
border-color: #301DE7;
}
</style>