Shades of Han Purple #4630DF
Tints of Han Purple #4630DF
RGB
CMYK
RGB Variations
Color information
#4630DF (or 0x4630DF) is known color: Han Purple. HEX triplet: 46, 30 and DF. RGB value is (70,48,223). Sum of RGB (Red+Green+Blue) = 70+48+223=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #4630DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630DF is #B9CF20. Grayscale: #494949. Windows color (decimal): -12177185 or 14626886. OLE color: 14626886.
HSL color Cylindrical-coordinate representation of color #4630DF: hue angle of 247.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4630DF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 48 | 223 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.13 |
| HSL | 247.54º | 0.73% | 0.53% | - |
| HSV(B) | 247.54º | 0.78% | 0.87% | - |
| XYZ | 16.9 | 8.74 | 70.61 | - |
| YUV | 74.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 223 | 0.69 | 0.78 | 0 | 0.13 | 247.54 | 0.73 | 0.53 |
| Hex | 46 | 30 | DF | 45 | 4E | 0 | D | F8 | 49 | 35 |
| Octal | 106 | 60 | 337 | 105 | 116 | 0 | 15 | 370 | 111 | 65 |
| Binary | 1000110 | 110000 | 11011111 | 1000101 | 1001110 | 0 | 1101 | 11111000 | 1001001 | 110101 |
Color Harmonies of #4630DF
Complementary color
Monochromatic Colors of #4630DF
Black with #4630DF
Text Example
Text Example
White with #4630DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630DF; }
p { color: rgb(70,48,223); }
H1.HeaderClassName
{
color: #4630DF;
}
.AnyTagClassName
{
color: #4630DF;
}
</style>
background-color css
<style>
a { background-color: #4630DF; }
a { background-color: rgb(70,48,223); }
div.DivClassName
{
background-color: #4630DF;
}
.BgClassName
{
background-color: #4630DF;
}
</style>
border-color css
<style>
span { border-color: #4630DF; }
span { border-color: rgb(70,48,223); }
td.TdClassName
{
border-color: #4630DF;
}
.TagClassName
{
border-color: #4630DF;
}
</style>