Shades of Han Purple #3702D4
Tints of Han Purple #3702D4
RGB
CMYK
RGB Variations
Color information
#3702D4 (or 0x3702D4) is known color: Han Purple. HEX triplet: 37, 02 and D4. RGB value is (55,2,212). Sum of RGB (Red+Green+Blue) = 55+2+212=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 212 (83.20% from 255 or 78.81% from 269); Max value from RGB is 212 - color contains mainly: blue. Hex color #3702D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3702D4 is #C8FD2B. Grayscale: #292929. Windows color (decimal): -13172012 or 13894199. OLE color: 13894199.
HSL color Cylindrical-coordinate representation of color #3702D4: hue angle of 255.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702D4 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 2 | 212 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.17 |
| HSL | 255.14º | 0.98% | 0.42% | - |
| HSV(B) | 255.14º | 0.99% | 0.83% | - |
| XYZ | 13.48 | 5.61 | 62.66 | - |
| YUV | 41.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 212 | 0.74 | 0.99 | 0 | 0.17 | 255.14 | 0.98 | 0.42 |
| Hex | 37 | 2 | D4 | 4A | 63 | 0 | 11 | FF | 62 | 2A |
| Octal | 67 | 2 | 324 | 112 | 143 | 0 | 21 | 377 | 142 | 52 |
| Binary | 110111 | 10 | 11010100 | 1001010 | 1100011 | 0 | 10001 | 11111111 | 1100010 | 101010 |
Color Harmonies of #3702D4
Complementary color
Monochromatic Colors of #3702D4
Black with #3702D4
Text Example
Text Example
White with #3702D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702D4; }
p { color: rgb(55,2,212); }
H1.HeaderClassName
{
color: #3702D4;
}
.AnyTagClassName
{
color: #3702D4;
}
</style>
background-color css
<style>
a { background-color: #3702D4; }
a { background-color: rgb(55,2,212); }
div.DivClassName
{
background-color: #3702D4;
}
.BgClassName
{
background-color: #3702D4;
}
</style>
border-color css
<style>
span { border-color: #3702D4; }
span { border-color: rgb(55,2,212); }
td.TdClassName
{
border-color: #3702D4;
}
.TagClassName
{
border-color: #3702D4;
}
</style>