Shades of Han Purple #3006DF
Tints of Han Purple #3006DF
RGB
CMYK
RGB Variations
Color information
#3006DF (or 0x3006DF) is known color: Han Purple. HEX triplet: 30, 06 and DF. RGB value is (48,6,223). Sum of RGB (Red+Green+Blue) = 48+6+223=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #3006DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3006DF is #CFF920. Grayscale: #2A2A2A. Windows color (decimal): -13629729 or 14616112. OLE color: 14616112.
HSL color Cylindrical-coordinate representation of color #3006DF: hue angle of 251.61º degrees, saturation: 0.95, 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 #3006DF is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 6 | 223 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.13 |
| HSL | 251.61º | 0.95% | 0.45% | - |
| HSV(B) | 251.61º | 0.97% | 0.87% | - |
| XYZ | 14.6 | 6.09 | 70.22 | - |
| YUV | 43.3 | 229.41 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 223 | 0.78 | 0.97 | 0 | 0.13 | 251.61 | 0.95 | 0.45 |
| Hex | 30 | 6 | DF | 4E | 61 | 0 | D | FC | 5F | 2D |
| Octal | 60 | 6 | 337 | 116 | 141 | 0 | 15 | 374 | 137 | 55 |
| Binary | 110000 | 110 | 11011111 | 1001110 | 1100001 | 0 | 1101 | 11111100 | 1011111 | 101101 |
Color Harmonies of #3006DF
Complementary color
Monochromatic Colors of #3006DF
Black with #3006DF
Text Example
Text Example
White with #3006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3006DF; }
p { color: rgb(48,6,223); }
H1.HeaderClassName
{
color: #3006DF;
}
.AnyTagClassName
{
color: #3006DF;
}
</style>
background-color css
<style>
a { background-color: #3006DF; }
a { background-color: rgb(48,6,223); }
div.DivClassName
{
background-color: #3006DF;
}
.BgClassName
{
background-color: #3006DF;
}
</style>
border-color css
<style>
span { border-color: #3006DF; }
span { border-color: rgb(48,6,223); }
td.TdClassName
{
border-color: #3006DF;
}
.TagClassName
{
border-color: #3006DF;
}
</style>