Shades of Han Purple #3507DB
Tints of Han Purple #3507DB
RGB
CMYK
RGB Variations
Color information
#3507DB (or 0x3507DB) is known color: Han Purple. HEX triplet: 35, 07 and DB. RGB value is (53,7,219). Sum of RGB (Red+Green+Blue) = 53+7+219=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #3507DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3507DB is #CAF824. Grayscale: #2C2C2C. Windows color (decimal): -13301797 or 14354229. OLE color: 14354229.
HSL color Cylindrical-coordinate representation of color #3507DB: hue angle of 253.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3507DB is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 7 | 219 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.14 |
| HSL | 253.02º | 0.94% | 0.44% | - |
| HSV(B) | 253.02º | 0.97% | 0.86% | - |
| XYZ | 14.33 | 6.02 | 67.43 | - |
| YUV | 44.92 | 226.24 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 219 | 0.76 | 0.97 | 0 | 0.14 | 253.02 | 0.94 | 0.44 |
| Hex | 35 | 7 | DB | 4C | 61 | 0 | E | FD | 5E | 2C |
| Octal | 65 | 7 | 333 | 114 | 141 | 0 | 16 | 375 | 136 | 54 |
| Binary | 110101 | 111 | 11011011 | 1001100 | 1100001 | 0 | 1110 | 11111101 | 1011110 | 101100 |
Color Harmonies of #3507DB
Complementary color
Monochromatic Colors of #3507DB
Black with #3507DB
Text Example
Text Example
White with #3507DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3507DB; }
p { color: rgb(53,7,219); }
H1.HeaderClassName
{
color: #3507DB;
}
.AnyTagClassName
{
color: #3507DB;
}
</style>
background-color css
<style>
a { background-color: #3507DB; }
a { background-color: rgb(53,7,219); }
div.DivClassName
{
background-color: #3507DB;
}
.BgClassName
{
background-color: #3507DB;
}
</style>
border-color css
<style>
span { border-color: #3507DB; }
span { border-color: rgb(53,7,219); }
td.TdClassName
{
border-color: #3507DB;
}
.TagClassName
{
border-color: #3507DB;
}
</style>