Shades of Han Purple #3003DF
Tints of Han Purple #3003DF
RGB
CMYK
RGB Variations
Color information
#3003DF (or 0x3003DF) is known color: Han Purple. HEX triplet: 30, 03 and DF. RGB value is (48,3,223). Sum of RGB (Red+Green+Blue) = 48+3+223=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #3003DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003DF is #CFFC20. Grayscale: #282828. Windows color (decimal): -13630497 or 14615344. OLE color: 14615344.
HSL color Cylindrical-coordinate representation of color #3003DF: hue angle of 252.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003DF is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 3 | 223 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.13 |
| HSL | 252.27º | 0.97% | 0.44% | - |
| HSV(B) | 252.27º | 0.99% | 0.87% | - |
| XYZ | 14.57 | 6.02 | 70.21 | - |
| YUV | 41.54 | 230.41 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 223 | 0.78 | 0.99 | 0 | 0.13 | 252.27 | 0.97 | 0.44 |
| Hex | 30 | 3 | DF | 4E | 63 | 0 | D | FC | 61 | 2C |
| Octal | 60 | 3 | 337 | 116 | 143 | 0 | 15 | 374 | 141 | 54 |
| Binary | 110000 | 11 | 11011111 | 1001110 | 1100011 | 0 | 1101 | 11111100 | 1100001 | 101100 |
Color Harmonies of #3003DF
Complementary color
Monochromatic Colors of #3003DF
Black with #3003DF
Text Example
Text Example
White with #3003DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003DF; }
p { color: rgb(48,3,223); }
H1.HeaderClassName
{
color: #3003DF;
}
.AnyTagClassName
{
color: #3003DF;
}
</style>
background-color css
<style>
a { background-color: #3003DF; }
a { background-color: rgb(48,3,223); }
div.DivClassName
{
background-color: #3003DF;
}
.BgClassName
{
background-color: #3003DF;
}
</style>
border-color css
<style>
span { border-color: #3003DF; }
span { border-color: rgb(48,3,223); }
td.TdClassName
{
border-color: #3003DF;
}
.TagClassName
{
border-color: #3003DF;
}
</style>