Shades of Han Purple #3700D3
Tints of Han Purple #3700D3
RGB
CMYK
RGB Variations
Color information
#3700D3 (or 0x3700D3) is known color: Han Purple. HEX triplet: 37, 00 and D3. RGB value is (55,0,211). Sum of RGB (Red+Green+Blue) = 55+0+211=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 211 (82.81% from 255 or 79.32% from 266); Max value from RGB is 211 - color contains mainly: blue. Hex color #3700D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3700D3 is #C8FF2C. Grayscale: #272727. Windows color (decimal): -13172525 or 13828151. OLE color: 13828151.
HSL color Cylindrical-coordinate representation of color #3700D3: hue angle of 255.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3700D3 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 0 | 211 | - |
| CMYK | 0.74 | 1 | 0 | 0.17 |
| HSL | 255.64º | 1% | 0.41% | - |
| HSV(B) | 255.64º | 1% | 0.83% | - |
| XYZ | 13.33 | 5.52 | 61.99 | - |
| YUV | 40.5 | 224.22 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 211 | 0.74 | 1 | 0 | 0.17 | 255.64 | 1 | 0.41 |
| Hex | 37 | 0 | D3 | 4A | 64 | 0 | 11 | 100 | 64 | 29 |
| Octal | 67 | 0 | 323 | 112 | 144 | 0 | 21 | 400 | 144 | 51 |
| Binary | 110111 | 0 | 11010011 | 1001010 | 1100100 | 0 | 10001 | 100000000 | 1100100 | 101001 |
Color Harmonies of #3700D3
Complementary color
Monochromatic Colors of #3700D3
Black with #3700D3
Text Example
Text Example
White with #3700D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3700D3; }
p { color: rgb(55,0,211); }
H1.HeaderClassName
{
color: #3700D3;
}
.AnyTagClassName
{
color: #3700D3;
}
</style>
background-color css
<style>
a { background-color: #3700D3; }
a { background-color: rgb(55,0,211); }
div.DivClassName
{
background-color: #3700D3;
}
.BgClassName
{
background-color: #3700D3;
}
</style>
border-color css
<style>
span { border-color: #3700D3; }
span { border-color: rgb(55,0,211); }
td.TdClassName
{
border-color: #3700D3;
}
.TagClassName
{
border-color: #3700D3;
}
</style>