Shades of Han Purple #300FFD
Tints of Han Purple #300FFD
RGB
CMYK
RGB Variations
Color information
#300FFD (or 0x300FFD) is known color: Han Purple. HEX triplet: 30, 0F and FD. RGB value is (48,15,253). Sum of RGB (Red+Green+Blue) = 48+15+253=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #300FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FFD is #CFF002. Grayscale: #333333. Windows color (decimal): -13627395 or 16584496. OLE color: 16584496.
HSL color Cylindrical-coordinate representation of color #300FFD: hue angle of 248.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300FFD is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 15 | 253 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.01 |
| HSL | 248.32º | 0.98% | 0.53% | - |
| HSV(B) | 248.32º | 0.94% | 0.99% | - |
| XYZ | 19.12 | 8.06 | 93.48 | - |
| YUV | 52 | 241.43 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 253 | 0.81 | 0.94 | 0 | 0.01 | 248.32 | 0.98 | 0.53 |
| Hex | 30 | F | FD | 51 | 5E | 0 | 1 | F8 | 62 | 35 |
| Octal | 60 | 17 | 375 | 121 | 136 | 0 | 1 | 370 | 142 | 65 |
| Binary | 110000 | 1111 | 11111101 | 1010001 | 1011110 | 0 | 1 | 11111000 | 1100010 | 110101 |
Color Harmonies of #300FFD
Complementary color
Monochromatic Colors of #300FFD
Black with #300FFD
Text Example
Text Example
White with #300FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FFD; }
p { color: rgb(48,15,253); }
H1.HeaderClassName
{
color: #300FFD;
}
.AnyTagClassName
{
color: #300FFD;
}
</style>
background-color css
<style>
a { background-color: #300FFD; }
a { background-color: rgb(48,15,253); }
div.DivClassName
{
background-color: #300FFD;
}
.BgClassName
{
background-color: #300FFD;
}
</style>
border-color css
<style>
span { border-color: #300FFD; }
span { border-color: rgb(48,15,253); }
td.TdClassName
{
border-color: #300FFD;
}
.TagClassName
{
border-color: #300FFD;
}
</style>