Shades of Han Purple #3708CB
Tints of Han Purple #3708CB
RGB
CMYK
RGB Variations
Color information
#3708CB (or 0x3708CB) is known color: Han Purple. HEX triplet: 37, 08 and CB. RGB value is (55,8,203). Sum of RGB (Red+Green+Blue) = 55+8+203=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #3708CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708CB is #C8F734. Grayscale: #2B2B2B. Windows color (decimal): -13170485 or 13305911. OLE color: 13305911.
HSL color Cylindrical-coordinate representation of color #3708CB: hue angle of 254.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3708CB is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 8 | 203 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.20 |
| HSL | 254.46º | 0.92% | 0.41% | - |
| HSV(B) | 254.46º | 0.96% | 0.8% | - |
| XYZ | 12.44 | 5.3 | 56.87 | - |
| YUV | 44.28 | 217.57 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 203 | 0.73 | 0.96 | 0 | 0.20 | 254.46 | 0.92 | 0.41 |
| Hex | 37 | 8 | CB | 49 | 60 | 0 | 14 | FE | 5C | 29 |
| Octal | 67 | 10 | 313 | 111 | 140 | 0 | 24 | 376 | 134 | 51 |
| Binary | 110111 | 1000 | 11001011 | 1001001 | 1100000 | 0 | 10100 | 11111110 | 1011100 | 101001 |
Color Harmonies of #3708CB
Complementary color
Monochromatic Colors of #3708CB
Black with #3708CB
Text Example
Text Example
White with #3708CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708CB; }
p { color: rgb(55,8,203); }
H1.HeaderClassName
{
color: #3708CB;
}
.AnyTagClassName
{
color: #3708CB;
}
</style>
background-color css
<style>
a { background-color: #3708CB; }
a { background-color: rgb(55,8,203); }
div.DivClassName
{
background-color: #3708CB;
}
.BgClassName
{
background-color: #3708CB;
}
</style>
border-color css
<style>
span { border-color: #3708CB; }
span { border-color: rgb(55,8,203); }
td.TdClassName
{
border-color: #3708CB;
}
.TagClassName
{
border-color: #3708CB;
}
</style>