Shades of Han Purple #3500DF
Tints of Han Purple #3500DF
RGB
CMYK
RGB Variations
Color information
#3500DF (or 0x3500DF) is known color: Han Purple. HEX triplet: 35, 00 and DF. RGB value is (53,0,223). Sum of RGB (Red+Green+Blue) = 53+0+223=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #3500DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500DF is #CAFF20. Grayscale: #282828. Windows color (decimal): -13303585 or 14614581. OLE color: 14614581.
HSL color Cylindrical-coordinate representation of color #3500DF: hue angle of 254.26º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500DF is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 0 | 223 | - |
| CMYK | 0.76 | 1 | 0 | 0.13 |
| HSL | 254.26º | 1% | 0.44% | - |
| HSV(B) | 254.26º | 1% | 0.87% | - |
| XYZ | 14.79 | 6.08 | 70.21 | - |
| YUV | 41.27 | 230.56 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 223 | 0.76 | 1 | 0 | 0.13 | 254.26 | 1 | 0.44 |
| Hex | 35 | 0 | DF | 4C | 64 | 0 | D | FE | 64 | 2C |
| Octal | 65 | 0 | 337 | 114 | 144 | 0 | 15 | 376 | 144 | 54 |
| Binary | 110101 | 0 | 11011111 | 1001100 | 1100100 | 0 | 1101 | 11111110 | 1100100 | 101100 |
Color Harmonies of #3500DF
Complementary color
Monochromatic Colors of #3500DF
Black with #3500DF
Text Example
Text Example
White with #3500DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500DF; }
p { color: rgb(53,0,223); }
H1.HeaderClassName
{
color: #3500DF;
}
.AnyTagClassName
{
color: #3500DF;
}
</style>
background-color css
<style>
a { background-color: #3500DF; }
a { background-color: rgb(53,0,223); }
div.DivClassName
{
background-color: #3500DF;
}
.BgClassName
{
background-color: #3500DF;
}
</style>
border-color css
<style>
span { border-color: #3500DF; }
span { border-color: rgb(53,0,223); }
td.TdClassName
{
border-color: #3500DF;
}
.TagClassName
{
border-color: #3500DF;
}
</style>