Shades of Han Purple #3708D4
Tints of Han Purple #3708D4
RGB
CMYK
RGB Variations
Color information
#3708D4 (or 0x3708D4) is known color: Han Purple. HEX triplet: 37, 08 and D4. RGB value is (55,8,212). Sum of RGB (Red+Green+Blue) = 55+8+212=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 212 (83.20% from 255 or 77.09% from 275); Max value from RGB is 212 - color contains mainly: blue. Hex color #3708D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708D4 is #C8F72B. Grayscale: #2C2C2C. Windows color (decimal): -13170476 or 13895735. OLE color: 13895735.
HSL color Cylindrical-coordinate representation of color #3708D4: hue angle of 253.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3708D4 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 55 | 8 | 212 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.17 |
| HSL | 253.82º | 0.93% | 0.43% | - |
| HSV(B) | 253.82º | 0.96% | 0.83% | - |
| XYZ | 13.55 | 5.74 | 62.68 | - |
| YUV | 45.31 | 222.07 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 212 | 0.74 | 0.96 | 0 | 0.17 | 253.82 | 0.93 | 0.43 |
| Hex | 37 | 8 | D4 | 4A | 60 | 0 | 11 | FE | 5D | 2B |
| Octal | 67 | 10 | 324 | 112 | 140 | 0 | 21 | 376 | 135 | 53 |
| Binary | 110111 | 1000 | 11010100 | 1001010 | 1100000 | 0 | 10001 | 11111110 | 1011101 | 101011 |
Color Harmonies of #3708D4
Complementary color
Monochromatic Colors of #3708D4
Black with #3708D4
Text Example
Text Example
White with #3708D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708D4; }
p { color: rgb(55,8,212); }
H1.HeaderClassName
{
color: #3708D4;
}
.AnyTagClassName
{
color: #3708D4;
}
</style>
background-color css
<style>
a { background-color: #3708D4; }
a { background-color: rgb(55,8,212); }
div.DivClassName
{
background-color: #3708D4;
}
.BgClassName
{
background-color: #3708D4;
}
</style>
border-color css
<style>
span { border-color: #3708D4; }
span { border-color: rgb(55,8,212); }
td.TdClassName
{
border-color: #3708D4;
}
.TagClassName
{
border-color: #3708D4;
}
</style>