Shades of Han Purple #3704CB
Tints of Han Purple #3704CB
RGB
CMYK
RGB Variations
Color information
#3704CB (or 0x3704CB) is known color: Han Purple. HEX triplet: 37, 04 and CB. RGB value is (55,4,203). Sum of RGB (Red+Green+Blue) = 55+4+203=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #3704CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3704CB is #C8FB34. Grayscale: #292929. Windows color (decimal): -13171509 or 13304887. OLE color: 13304887.
HSL color Cylindrical-coordinate representation of color #3704CB: hue angle of 255.38º 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 #3704CB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 4 | 203 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.20 |
| HSL | 255.38º | 0.96% | 0.41% | - |
| HSV(B) | 255.38º | 0.98% | 0.8% | - |
| XYZ | 12.4 | 5.21 | 56.85 | - |
| YUV | 41.94 | 218.9 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 203 | 0.73 | 0.98 | 0 | 0.20 | 255.38 | 0.96 | 0.41 |
| Hex | 37 | 4 | CB | 49 | 62 | 0 | 14 | FF | 60 | 29 |
| Octal | 67 | 4 | 313 | 111 | 142 | 0 | 24 | 377 | 140 | 51 |
| Binary | 110111 | 100 | 11001011 | 1001001 | 1100010 | 0 | 10100 | 11111111 | 1100000 | 101001 |
Color Harmonies of #3704CB
Complementary color
Monochromatic Colors of #3704CB
Black with #3704CB
Text Example
Text Example
White with #3704CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3704CB; }
p { color: rgb(55,4,203); }
H1.HeaderClassName
{
color: #3704CB;
}
.AnyTagClassName
{
color: #3704CB;
}
</style>
background-color css
<style>
a { background-color: #3704CB; }
a { background-color: rgb(55,4,203); }
div.DivClassName
{
background-color: #3704CB;
}
.BgClassName
{
background-color: #3704CB;
}
</style>
border-color css
<style>
span { border-color: #3704CB; }
span { border-color: rgb(55,4,203); }
td.TdClassName
{
border-color: #3704CB;
}
.TagClassName
{
border-color: #3704CB;
}
</style>