Shades of Han Purple #3506DF
Tints of Han Purple #3506DF
RGB
CMYK
RGB Variations
Color information
#3506DF (or 0x3506DF) is known color: Han Purple. HEX triplet: 35, 06 and DF. RGB value is (53,6,223). Sum of RGB (Red+Green+Blue) = 53+6+223=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #3506DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506DF is #CAF920. Grayscale: #2B2B2B. Windows color (decimal): -13302049 or 14616117. OLE color: 14616117.
HSL color Cylindrical-coordinate representation of color #3506DF: hue angle of 253º 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 #3506DF is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 6 | 223 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.13 |
| HSL | 253º | 0.95% | 0.45% | - |
| HSV(B) | 253º | 0.97% | 0.87% | - |
| XYZ | 14.85 | 6.21 | 70.23 | - |
| YUV | 44.79 | 228.57 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 223 | 0.76 | 0.97 | 0 | 0.13 | 253 | 0.95 | 0.45 |
| Hex | 35 | 6 | DF | 4C | 61 | 0 | D | FD | 5F | 2D |
| Octal | 65 | 6 | 337 | 114 | 141 | 0 | 15 | 375 | 137 | 55 |
| Binary | 110101 | 110 | 11011111 | 1001100 | 1100001 | 0 | 1101 | 11111101 | 1011111 | 101101 |
Color Harmonies of #3506DF
Complementary color
Monochromatic Colors of #3506DF
Black with #3506DF
Text Example
Text Example
White with #3506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3506DF; }
p { color: rgb(53,6,223); }
H1.HeaderClassName
{
color: #3506DF;
}
.AnyTagClassName
{
color: #3506DF;
}
</style>
background-color css
<style>
a { background-color: #3506DF; }
a { background-color: rgb(53,6,223); }
div.DivClassName
{
background-color: #3506DF;
}
.BgClassName
{
background-color: #3506DF;
}
</style>
border-color css
<style>
span { border-color: #3506DF; }
span { border-color: rgb(53,6,223); }
td.TdClassName
{
border-color: #3506DF;
}
.TagClassName
{
border-color: #3506DF;
}
</style>