Shades of Han Purple #300FDA
Tints of Han Purple #300FDA
RGB
CMYK
RGB Variations
Color information
#300FDA (or 0x300FDA) is known color: Han Purple. HEX triplet: 30, 0F and DA. RGB value is (48,15,218). Sum of RGB (Red+Green+Blue) = 48+15+218=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #300FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FDA is #CFF025. Grayscale: #2F2F2F. Windows color (decimal): -13627430 or 14290736. OLE color: 14290736.
HSL color Cylindrical-coordinate representation of color #300FDA: hue angle of 249.75º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FDA is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 15 | 218 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.15 |
| HSL | 249.75º | 0.87% | 0.46% | - |
| HSV(B) | 249.75º | 0.93% | 0.85% | - |
| XYZ | 14.04 | 6.03 | 66.75 | - |
| YUV | 48.01 | 223.93 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 218 | 0.78 | 0.93 | 0 | 0.15 | 249.75 | 0.87 | 0.46 |
| Hex | 30 | F | DA | 4E | 5D | 0 | F | FA | 57 | 2E |
| Octal | 60 | 17 | 332 | 116 | 135 | 0 | 17 | 372 | 127 | 56 |
| Binary | 110000 | 1111 | 11011010 | 1001110 | 1011101 | 0 | 1111 | 11111010 | 1010111 | 101110 |
Color Harmonies of #300FDA
Complementary color
Monochromatic Colors of #300FDA
Black with #300FDA
Text Example
Text Example
White with #300FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FDA; }
p { color: rgb(48,15,218); }
H1.HeaderClassName
{
color: #300FDA;
}
.AnyTagClassName
{
color: #300FDA;
}
</style>
background-color css
<style>
a { background-color: #300FDA; }
a { background-color: rgb(48,15,218); }
div.DivClassName
{
background-color: #300FDA;
}
.BgClassName
{
background-color: #300FDA;
}
</style>
border-color css
<style>
span { border-color: #300FDA; }
span { border-color: rgb(48,15,218); }
td.TdClassName
{
border-color: #300FDA;
}
.TagClassName
{
border-color: #300FDA;
}
</style>