Shades of Han Purple #3000FB
Tints of Han Purple #3000FB
RGB
CMYK
RGB Variations
Color information
#3000FB (or 0x3000FB) is known color: Han Purple. HEX triplet: 30, 00 and FB. RGB value is (48,0,251). Sum of RGB (Red+Green+Blue) = 48+0+251=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #3000FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3000FB is #CFFF04. Grayscale: #2A2A2A. Windows color (decimal): -13631237 or 16449584. OLE color: 16449584.
HSL color Cylindrical-coordinate representation of color #3000FB: hue angle of 251.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000FB is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 0 | 251 | - |
| CMYK | 0.81 | 1 | 0 | 0.02 |
| HSL | 251.47º | 1% | 0.49% | - |
| HSV(B) | 251.47º | 1% | 0.98% | - |
| XYZ | 18.63 | 7.59 | 91.75 | - |
| YUV | 42.97 | 245.4 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 251 | 0.81 | 1 | 0 | 0.02 | 251.47 | 1 | 0.49 |
| Hex | 30 | 0 | FB | 51 | 64 | 0 | 2 | FB | 64 | 31 |
| Octal | 60 | 0 | 373 | 121 | 144 | 0 | 2 | 373 | 144 | 61 |
| Binary | 110000 | 0 | 11111011 | 1010001 | 1100100 | 0 | 10 | 11111011 | 1100100 | 110001 |
Color Harmonies of #3000FB
Complementary color
Monochromatic Colors of #3000FB
Black with #3000FB
Text Example
Text Example
White with #3000FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000FB; }
p { color: rgb(48,0,251); }
H1.HeaderClassName
{
color: #3000FB;
}
.AnyTagClassName
{
color: #3000FB;
}
</style>
background-color css
<style>
a { background-color: #3000FB; }
a { background-color: rgb(48,0,251); }
div.DivClassName
{
background-color: #3000FB;
}
.BgClassName
{
background-color: #3000FB;
}
</style>
border-color css
<style>
span { border-color: #3000FB; }
span { border-color: rgb(48,0,251); }
td.TdClassName
{
border-color: #3000FB;
}
.TagClassName
{
border-color: #3000FB;
}
</style>