Shades of Han Purple #3007DF
Tints of Han Purple #3007DF
RGB
CMYK
RGB Variations
Color information
#3007DF (or 0x3007DF) is known color: Han Purple. HEX triplet: 30, 07 and DF. RGB value is (48,7,223). Sum of RGB (Red+Green+Blue) = 48+7+223=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #3007DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3007DF is #CFF820. Grayscale: #2B2B2B. Windows color (decimal): -13629473 or 14616368. OLE color: 14616368.
HSL color Cylindrical-coordinate representation of color #3007DF: hue angle of 251.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3007DF is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 7 | 223 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.13 |
| HSL | 251.39º | 0.94% | 0.45% | - |
| HSV(B) | 251.39º | 0.97% | 0.87% | - |
| XYZ | 14.61 | 6.11 | 70.22 | - |
| YUV | 43.88 | 229.08 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 223 | 0.78 | 0.97 | 0 | 0.13 | 251.39 | 0.94 | 0.45 |
| Hex | 30 | 7 | DF | 4E | 61 | 0 | D | FB | 5E | 2D |
| Octal | 60 | 7 | 337 | 116 | 141 | 0 | 15 | 373 | 136 | 55 |
| Binary | 110000 | 111 | 11011111 | 1001110 | 1100001 | 0 | 1101 | 11111011 | 1011110 | 101101 |
Color Harmonies of #3007DF
Complementary color
Monochromatic Colors of #3007DF
Black with #3007DF
Text Example
Text Example
White with #3007DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3007DF; }
p { color: rgb(48,7,223); }
H1.HeaderClassName
{
color: #3007DF;
}
.AnyTagClassName
{
color: #3007DF;
}
</style>
background-color css
<style>
a { background-color: #3007DF; }
a { background-color: rgb(48,7,223); }
div.DivClassName
{
background-color: #3007DF;
}
.BgClassName
{
background-color: #3007DF;
}
</style>
border-color css
<style>
span { border-color: #3007DF; }
span { border-color: rgb(48,7,223); }
td.TdClassName
{
border-color: #3007DF;
}
.TagClassName
{
border-color: #3007DF;
}
</style>