Shades of Han Purple #3700DF
Tints of Han Purple #3700DF
RGB
CMYK
RGB Variations
Color information
#3700DF (or 0x3700DF) is known color: Han Purple. HEX triplet: 37, 00 and DF. RGB value is (55,0,223). Sum of RGB (Red+Green+Blue) = 55+0+223=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #3700DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700DF is #C8FF20. Grayscale: #292929. Windows color (decimal): -13172513 or 14614583. OLE color: 14614583.
HSL color Cylindrical-coordinate representation of color #3700DF: hue angle of 254.8º 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 #3700DF is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 0 | 223 | - |
| CMYK | 0.75 | 1 | 0 | 0.13 |
| HSL | 254.8º | 1% | 0.44% | - |
| HSV(B) | 254.8º | 1% | 0.87% | - |
| XYZ | 14.89 | 6.14 | 70.21 | - |
| YUV | 41.87 | 230.22 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 223 | 0.75 | 1 | 0 | 0.13 | 254.8 | 1 | 0.44 |
| Hex | 37 | 0 | DF | 4B | 64 | 0 | D | FF | 64 | 2C |
| Octal | 67 | 0 | 337 | 113 | 144 | 0 | 15 | 377 | 144 | 54 |
| Binary | 110111 | 0 | 11011111 | 1001011 | 1100100 | 0 | 1101 | 11111111 | 1100100 | 101100 |
Color Harmonies of #3700DF
Complementary color
Monochromatic Colors of #3700DF
Black with #3700DF
Text Example
Text Example
White with #3700DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700DF; }
p { color: rgb(55,0,223); }
H1.HeaderClassName
{
color: #3700DF;
}
.AnyTagClassName
{
color: #3700DF;
}
</style>
background-color css
<style>
a { background-color: #3700DF; }
a { background-color: rgb(55,0,223); }
div.DivClassName
{
background-color: #3700DF;
}
.BgClassName
{
background-color: #3700DF;
}
</style>
border-color css
<style>
span { border-color: #3700DF; }
span { border-color: rgb(55,0,223); }
td.TdClassName
{
border-color: #3700DF;
}
.TagClassName
{
border-color: #3700DF;
}
</style>