Shades of Han Purple #3704CE
Tints of Han Purple #3704CE
RGB
CMYK
RGB Variations
Color information
#3704CE (or 0x3704CE) is known color: Han Purple. HEX triplet: 37, 04 and CE. RGB value is (55,4,206). Sum of RGB (Red+Green+Blue) = 55+4+206=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #3704CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3704CE is #C8FB31. Grayscale: #292929. Windows color (decimal): -13171506 or 13501495. OLE color: 13501495.
HSL color Cylindrical-coordinate representation of color #3704CE: hue angle of 255.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3704CE is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 4 | 206 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.19 |
| HSL | 255.15º | 0.96% | 0.41% | - |
| HSV(B) | 255.15º | 0.98% | 0.81% | - |
| XYZ | 12.76 | 5.36 | 58.75 | - |
| YUV | 42.28 | 220.4 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 206 | 0.73 | 0.98 | 0 | 0.19 | 255.15 | 0.96 | 0.41 |
| Hex | 37 | 4 | CE | 49 | 62 | 0 | 13 | FF | 60 | 29 |
| Octal | 67 | 4 | 316 | 111 | 142 | 0 | 23 | 377 | 140 | 51 |
| Binary | 110111 | 100 | 11001110 | 1001001 | 1100010 | 0 | 10011 | 11111111 | 1100000 | 101001 |
Color Harmonies of #3704CE
Complementary color
Monochromatic Colors of #3704CE
Black with #3704CE
Text Example
Text Example
White with #3704CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3704CE; }
p { color: rgb(55,4,206); }
H1.HeaderClassName
{
color: #3704CE;
}
.AnyTagClassName
{
color: #3704CE;
}
</style>
background-color css
<style>
a { background-color: #3704CE; }
a { background-color: rgb(55,4,206); }
div.DivClassName
{
background-color: #3704CE;
}
.BgClassName
{
background-color: #3704CE;
}
</style>
border-color css
<style>
span { border-color: #3704CE; }
span { border-color: rgb(55,4,206); }
td.TdClassName
{
border-color: #3704CE;
}
.TagClassName
{
border-color: #3704CE;
}
</style>