Shades of Han Purple #300CF5
Tints of Han Purple #300CF5
RGB
CMYK
RGB Variations
Color information
#300CF5 (or 0x300CF5) is known color: Han Purple. HEX triplet: 30, 0C and F5. RGB value is (48,12,245). Sum of RGB (Red+Green+Blue) = 48+12+245=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 245 (96.09% from 255 or 80.33% from 305); Max value from RGB is 245 - color contains mainly: blue. Hex color #300CF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CF5 is #CFF30A. Grayscale: #303030. Windows color (decimal): -13628171 or 16059440. OLE color: 16059440.
HSL color Cylindrical-coordinate representation of color #300CF5: hue angle of 249.27º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CF5 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 12 | 245 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.04 |
| HSL | 249.27º | 0.92% | 0.5% | - |
| HSV(B) | 249.27º | 0.95% | 0.96% | - |
| XYZ | 17.83 | 7.48 | 86.89 | - |
| YUV | 49.33 | 238.43 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 245 | 0.80 | 0.95 | 0 | 0.04 | 249.27 | 0.92 | 0.5 |
| Hex | 30 | C | F5 | 50 | 5F | 0 | 4 | F9 | 5C | 32 |
| Octal | 60 | 14 | 365 | 120 | 137 | 0 | 4 | 371 | 134 | 62 |
| Binary | 110000 | 1100 | 11110101 | 1010000 | 1011111 | 0 | 100 | 11111001 | 1011100 | 110010 |
Color Harmonies of #300CF5
Complementary color
Monochromatic Colors of #300CF5
Black with #300CF5
Text Example
Text Example
White with #300CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CF5; }
p { color: rgb(48,12,245); }
H1.HeaderClassName
{
color: #300CF5;
}
.AnyTagClassName
{
color: #300CF5;
}
</style>
background-color css
<style>
a { background-color: #300CF5; }
a { background-color: rgb(48,12,245); }
div.DivClassName
{
background-color: #300CF5;
}
.BgClassName
{
background-color: #300CF5;
}
</style>
border-color css
<style>
span { border-color: #300CF5; }
span { border-color: rgb(48,12,245); }
td.TdClassName
{
border-color: #300CF5;
}
.TagClassName
{
border-color: #300CF5;
}
</style>