Shades of Han Purple #301EFD
Tints of Han Purple #301EFD
RGB
CMYK
RGB Variations
Color information
#301EFD (or 0x301EFD) is known color: Han Purple. HEX triplet: 30, 1E and FD. RGB value is (48,30,253). Sum of RGB (Red+Green+Blue) = 48+30+253=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #301EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301EFD is #CFE102. Grayscale: #3B3B3B. Windows color (decimal): -13623555 or 16588336. OLE color: 16588336.
HSL color Cylindrical-coordinate representation of color #301EFD: hue angle of 244.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301EFD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 30 | 253 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.01 |
| HSL | 244.84º | 0.98% | 0.55% | - |
| HSV(B) | 244.84º | 0.88% | 0.99% | - |
| XYZ | 19.41 | 8.65 | 93.57 | - |
| YUV | 60.8 | 236.46 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 253 | 0.81 | 0.88 | 0 | 0.01 | 244.84 | 0.98 | 0.55 |
| Hex | 30 | 1E | FD | 51 | 58 | 0 | 1 | F5 | 62 | 37 |
| Octal | 60 | 36 | 375 | 121 | 130 | 0 | 1 | 365 | 142 | 67 |
| Binary | 110000 | 11110 | 11111101 | 1010001 | 1011000 | 0 | 1 | 11110101 | 1100010 | 110111 |
Color Harmonies of #301EFD
Complementary color
Monochromatic Colors of #301EFD
Black with #301EFD
Text Example
Text Example
White with #301EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301EFD; }
p { color: rgb(48,30,253); }
H1.HeaderClassName
{
color: #301EFD;
}
.AnyTagClassName
{
color: #301EFD;
}
</style>
background-color css
<style>
a { background-color: #301EFD; }
a { background-color: rgb(48,30,253); }
div.DivClassName
{
background-color: #301EFD;
}
.BgClassName
{
background-color: #301EFD;
}
</style>
border-color css
<style>
span { border-color: #301EFD; }
span { border-color: rgb(48,30,253); }
td.TdClassName
{
border-color: #301EFD;
}
.TagClassName
{
border-color: #301EFD;
}
</style>