Shades of Han Purple #4130DC
Tints of Han Purple #4130DC
RGB
CMYK
RGB Variations
Color information
#4130DC (or 0x4130DC) is known color: Han Purple. HEX triplet: 41, 30 and DC. RGB value is (65,48,220). Sum of RGB (Red+Green+Blue) = 65+48+220=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #4130DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130DC is #BECF23. Grayscale: #484848. Windows color (decimal): -12504868 or 14430273. OLE color: 14430273.
HSL color Cylindrical-coordinate representation of color #4130DC: hue angle of 245.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4130DC is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 48 | 220 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.14 |
| HSL | 245.93º | 0.71% | 0.53% | - |
| HSV(B) | 245.93º | 0.78% | 0.86% | - |
| XYZ | 16.16 | 8.41 | 68.48 | - |
| YUV | 72.69 | 211.13 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 220 | 0.70 | 0.78 | 0 | 0.14 | 245.93 | 0.71 | 0.53 |
| Hex | 41 | 30 | DC | 46 | 4E | 0 | E | F6 | 47 | 35 |
| Octal | 101 | 60 | 334 | 106 | 116 | 0 | 16 | 366 | 107 | 65 |
| Binary | 1000001 | 110000 | 11011100 | 1000110 | 1001110 | 0 | 1110 | 11110110 | 1000111 | 110101 |
Color Harmonies of #4130DC
Complementary color
Monochromatic Colors of #4130DC
Black with #4130DC
Text Example
Text Example
White with #4130DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130DC; }
p { color: rgb(65,48,220); }
H1.HeaderClassName
{
color: #4130DC;
}
.AnyTagClassName
{
color: #4130DC;
}
</style>
background-color css
<style>
a { background-color: #4130DC; }
a { background-color: rgb(65,48,220); }
div.DivClassName
{
background-color: #4130DC;
}
.BgClassName
{
background-color: #4130DC;
}
</style>
border-color css
<style>
span { border-color: #4130DC; }
span { border-color: rgb(65,48,220); }
td.TdClassName
{
border-color: #4130DC;
}
.TagClassName
{
border-color: #4130DC;
}
</style>