Shades of Han Purple #3508DF
Tints of Han Purple #3508DF
RGB
CMYK
RGB Variations
Color information
#3508DF (or 0x3508DF) is known color: Han Purple. HEX triplet: 35, 08 and DF. RGB value is (53,8,223). Sum of RGB (Red+Green+Blue) = 53+8+223=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #3508DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508DF is #CAF720. Grayscale: #2D2D2D. Windows color (decimal): -13301537 or 14616629. OLE color: 14616629.
HSL color Cylindrical-coordinate representation of color #3508DF: hue angle of 252.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3508DF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 8 | 223 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.13 |
| HSL | 252.56º | 0.93% | 0.45% | - |
| HSV(B) | 252.56º | 0.96% | 0.87% | - |
| XYZ | 14.87 | 6.26 | 70.24 | - |
| YUV | 45.97 | 227.91 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 223 | 0.76 | 0.96 | 0 | 0.13 | 252.56 | 0.93 | 0.45 |
| Hex | 35 | 8 | DF | 4C | 60 | 0 | D | FD | 5D | 2D |
| Octal | 65 | 10 | 337 | 114 | 140 | 0 | 15 | 375 | 135 | 55 |
| Binary | 110101 | 1000 | 11011111 | 1001100 | 1100000 | 0 | 1101 | 11111101 | 1011101 | 101101 |
Color Harmonies of #3508DF
Complementary color
Monochromatic Colors of #3508DF
Black with #3508DF
Text Example
Text Example
White with #3508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3508DF; }
p { color: rgb(53,8,223); }
H1.HeaderClassName
{
color: #3508DF;
}
.AnyTagClassName
{
color: #3508DF;
}
</style>
background-color css
<style>
a { background-color: #3508DF; }
a { background-color: rgb(53,8,223); }
div.DivClassName
{
background-color: #3508DF;
}
.BgClassName
{
background-color: #3508DF;
}
</style>
border-color css
<style>
span { border-color: #3508DF; }
span { border-color: rgb(53,8,223); }
td.TdClassName
{
border-color: #3508DF;
}
.TagClassName
{
border-color: #3508DF;
}
</style>