Shades of Han Purple #3702CC
Tints of Han Purple #3702CC
RGB
CMYK
RGB Variations
Color information
#3702CC (or 0x3702CC) is known color: Han Purple. HEX triplet: 37, 02 and CC. RGB value is (55,2,204). Sum of RGB (Red+Green+Blue) = 55+2+204=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #3702CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3702CC is #C8FD33. Grayscale: #282828. Windows color (decimal): -13172020 or 13369911. OLE color: 13369911.
HSL color Cylindrical-coordinate representation of color #3702CC: hue angle of 255.74º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3702CC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 2 | 204 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.2 |
| HSL | 255.74º | 0.98% | 0.4% | - |
| HSV(B) | 255.74º | 0.99% | 0.8% | - |
| XYZ | 12.5 | 5.22 | 57.47 | - |
| YUV | 40.88 | 220.06 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 204 | 0.73 | 0.99 | 0 | 0.2 | 255.74 | 0.98 | 0.4 |
| Hex | 37 | 2 | CC | 49 | 63 | 0 | 14 | 100 | 62 | 28 |
| Octal | 67 | 2 | 314 | 111 | 143 | 0 | 24 | 400 | 142 | 50 |
| Binary | 110111 | 10 | 11001100 | 1001001 | 1100011 | 0 | 10100 | 100000000 | 1100010 | 101000 |
Color Harmonies of #3702CC
Complementary color
Monochromatic Colors of #3702CC
Black with #3702CC
Text Example
Text Example
White with #3702CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3702CC; }
p { color: rgb(55,2,204); }
H1.HeaderClassName
{
color: #3702CC;
}
.AnyTagClassName
{
color: #3702CC;
}
</style>
background-color css
<style>
a { background-color: #3702CC; }
a { background-color: rgb(55,2,204); }
div.DivClassName
{
background-color: #3702CC;
}
.BgClassName
{
background-color: #3702CC;
}
</style>
border-color css
<style>
span { border-color: #3702CC; }
span { border-color: rgb(55,2,204); }
td.TdClassName
{
border-color: #3702CC;
}
.TagClassName
{
border-color: #3702CC;
}
</style>