Shades of Han Purple #3000DF
Tints of Han Purple #3000DF
RGB
CMYK
RGB Variations
Color information
#3000DF (or 0x3000DF) is known color: Han Purple. HEX triplet: 30, 00 and DF. RGB value is (48,0,223). Sum of RGB (Red+Green+Blue) = 48+0+223=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #3000DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000DF is #CFFF20. Grayscale: #262626. Windows color (decimal): -13631265 or 14614576. OLE color: 14614576.
HSL color Cylindrical-coordinate representation of color #3000DF: hue angle of 252.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000DF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 0 | 223 | - |
| CMYK | 0.78 | 1 | 0 | 0.13 |
| HSL | 252.91º | 1% | 0.44% | - |
| HSV(B) | 252.91º | 1% | 0.87% | - |
| XYZ | 14.54 | 5.96 | 70.2 | - |
| YUV | 39.77 | 231.4 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 223 | 0.78 | 1 | 0 | 0.13 | 252.91 | 1 | 0.44 |
| Hex | 30 | 0 | DF | 4E | 64 | 0 | D | FD | 64 | 2C |
| Octal | 60 | 0 | 337 | 116 | 144 | 0 | 15 | 375 | 144 | 54 |
| Binary | 110000 | 0 | 11011111 | 1001110 | 1100100 | 0 | 1101 | 11111101 | 1100100 | 101100 |
Color Harmonies of #3000DF
Complementary color
Monochromatic Colors of #3000DF
Black with #3000DF
Text Example
Text Example
White with #3000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000DF; }
p { color: rgb(48,0,223); }
H1.HeaderClassName
{
color: #3000DF;
}
.AnyTagClassName
{
color: #3000DF;
}
</style>
background-color css
<style>
a { background-color: #3000DF; }
a { background-color: rgb(48,0,223); }
div.DivClassName
{
background-color: #3000DF;
}
.BgClassName
{
background-color: #3000DF;
}
</style>
border-color css
<style>
span { border-color: #3000DF; }
span { border-color: rgb(48,0,223); }
td.TdClassName
{
border-color: #3000DF;
}
.TagClassName
{
border-color: #3000DF;
}
</style>