Shades of Han Purple #3716CB
Tints of Han Purple #3716CB
RGB
CMYK
RGB Variations
Color information
#3716CB (or 0x3716CB) is known color: Han Purple. HEX triplet: 37, 16 and CB. RGB value is (55,22,203). Sum of RGB (Red+Green+Blue) = 55+22+203=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #3716CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3716CB is #C8E934. Grayscale: #333333. Windows color (decimal): -13166901 or 13309495. OLE color: 13309495.
HSL color Cylindrical-coordinate representation of color #3716CB: hue angle of 250.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3716CB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 22 | 203 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.20 |
| HSL | 250.94º | 0.8% | 0.44% | - |
| HSV(B) | 250.94º | 0.89% | 0.8% | - |
| XYZ | 12.64 | 5.7 | 56.93 | - |
| YUV | 52.5 | 212.93 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 203 | 0.73 | 0.89 | 0 | 0.20 | 250.94 | 0.8 | 0.44 |
| Hex | 37 | 16 | CB | 49 | 59 | 0 | 14 | FB | 50 | 2C |
| Octal | 67 | 26 | 313 | 111 | 131 | 0 | 24 | 373 | 120 | 54 |
| Binary | 110111 | 10110 | 11001011 | 1001001 | 1011001 | 0 | 10100 | 11111011 | 1010000 | 101100 |
Color Harmonies of #3716CB
Complementary color
Monochromatic Colors of #3716CB
Black with #3716CB
Text Example
Text Example
White with #3716CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3716CB; }
p { color: rgb(55,22,203); }
H1.HeaderClassName
{
color: #3716CB;
}
.AnyTagClassName
{
color: #3716CB;
}
</style>
background-color css
<style>
a { background-color: #3716CB; }
a { background-color: rgb(55,22,203); }
div.DivClassName
{
background-color: #3716CB;
}
.BgClassName
{
background-color: #3716CB;
}
</style>
border-color css
<style>
span { border-color: #3716CB; }
span { border-color: rgb(55,22,203); }
td.TdClassName
{
border-color: #3716CB;
}
.TagClassName
{
border-color: #3716CB;
}
</style>