Shades of Han Purple #3704CC
Tints of Han Purple #3704CC
RGB
CMYK
RGB Variations
Color information
#3704CC (or 0x3704CC) is known color: Han Purple. HEX triplet: 37, 04 and CC. RGB value is (55,4,204). Sum of RGB (Red+Green+Blue) = 55+4+204=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #3704CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3704CC is #C8FB33. Grayscale: #292929. Windows color (decimal): -13171508 or 13370423. OLE color: 13370423.
HSL color Cylindrical-coordinate representation of color #3704CC: hue angle of 255.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3704CC is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 4 | 204 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.2 |
| HSL | 255.3º | 0.96% | 0.41% | - |
| HSV(B) | 255.3º | 0.98% | 0.8% | - |
| XYZ | 12.52 | 5.26 | 57.48 | - |
| YUV | 42.05 | 219.4 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 204 | 0.73 | 0.98 | 0 | 0.2 | 255.3 | 0.96 | 0.41 |
| Hex | 37 | 4 | CC | 49 | 62 | 0 | 14 | FF | 60 | 29 |
| Octal | 67 | 4 | 314 | 111 | 142 | 0 | 24 | 377 | 140 | 51 |
| Binary | 110111 | 100 | 11001100 | 1001001 | 1100010 | 0 | 10100 | 11111111 | 1100000 | 101001 |
Color Harmonies of #3704CC
Complementary color
Monochromatic Colors of #3704CC
Black with #3704CC
Text Example
Text Example
White with #3704CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3704CC; }
p { color: rgb(55,4,204); }
H1.HeaderClassName
{
color: #3704CC;
}
.AnyTagClassName
{
color: #3704CC;
}
</style>
background-color css
<style>
a { background-color: #3704CC; }
a { background-color: rgb(55,4,204); }
div.DivClassName
{
background-color: #3704CC;
}
.BgClassName
{
background-color: #3704CC;
}
</style>
border-color css
<style>
span { border-color: #3704CC; }
span { border-color: rgb(55,4,204); }
td.TdClassName
{
border-color: #3704CC;
}
.TagClassName
{
border-color: #3704CC;
}
</style>