Shades of Han Purple #3718CC
Tints of Han Purple #3718CC
RGB
CMYK
RGB Variations
Color information
#3718CC (or 0x3718CC) is known color: Han Purple. HEX triplet: 37, 18 and CC. RGB value is (55,24,204). Sum of RGB (Red+Green+Blue) = 55+24+204=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #3718CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3718CC is #C8E733. Grayscale: #353535. Windows color (decimal): -13166388 or 13375543. OLE color: 13375543.
HSL color Cylindrical-coordinate representation of color #3718CC: hue angle of 250.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3718CC is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 24 | 204 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.2 |
| HSL | 250.33º | 0.79% | 0.45% | - |
| HSV(B) | 250.33º | 0.88% | 0.8% | - |
| XYZ | 12.8 | 5.83 | 57.58 | - |
| YUV | 53.79 | 212.77 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 24 | 204 | 0.73 | 0.88 | 0 | 0.2 | 250.33 | 0.79 | 0.45 |
| Hex | 37 | 18 | CC | 49 | 58 | 0 | 14 | FA | 4F | 2D |
| Octal | 67 | 30 | 314 | 111 | 130 | 0 | 24 | 372 | 117 | 55 |
| Binary | 110111 | 11000 | 11001100 | 1001001 | 1011000 | 0 | 10100 | 11111010 | 1001111 | 101101 |
Color Harmonies of #3718CC
Complementary color
Monochromatic Colors of #3718CC
Black with #3718CC
Text Example
Text Example
White with #3718CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3718CC; }
p { color: rgb(55,24,204); }
H1.HeaderClassName
{
color: #3718CC;
}
.AnyTagClassName
{
color: #3718CC;
}
</style>
background-color css
<style>
a { background-color: #3718CC; }
a { background-color: rgb(55,24,204); }
div.DivClassName
{
background-color: #3718CC;
}
.BgClassName
{
background-color: #3718CC;
}
</style>
border-color css
<style>
span { border-color: #3718CC; }
span { border-color: rgb(55,24,204); }
td.TdClassName
{
border-color: #3718CC;
}
.TagClassName
{
border-color: #3718CC;
}
</style>