Shades of Han Purple #3708FF
Tints of Han Purple #3708FF
RGB
CMYK
RGB Variations
Color information
#3708FF (or 0x3708FF) is known color: Han Purple. HEX triplet: 37, 08 and FF. RGB value is (55,8,255). Sum of RGB (Red+Green+Blue) = 55+8+255=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #3708FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3708FF is #C8F700. Grayscale: #313131. Windows color (decimal): -13170433 or 16713783. OLE color: 16713783.
HSL color Cylindrical-coordinate representation of color #3708FF: hue angle of 251.42º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3708FF is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 8 | 255 | - |
| CMYK | 0.78 | 0.97 | 0 | 0 |
| HSL | 251.42º | 1% | 0.52% | - |
| HSV(B) | 251.42º | 0.97% | 1% | - |
| XYZ | 19.71 | 8.21 | 95.15 | - |
| YUV | 50.21 | 243.57 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 255 | 0.78 | 0.97 | 0 | 0 | 251.42 | 1 | 0.52 |
| Hex | 37 | 8 | FF | 4E | 61 | 0 | 0 | FB | 64 | 34 |
| Octal | 67 | 10 | 377 | 116 | 141 | 0 | 0 | 373 | 144 | 64 |
| Binary | 110111 | 1000 | 11111111 | 1001110 | 1100001 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #3708FF
Complementary color
Monochromatic Colors of #3708FF
Black with #3708FF
Text Example
Text Example
White with #3708FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3708FF; }
p { color: rgb(55,8,255); }
H1.HeaderClassName
{
color: #3708FF;
}
.AnyTagClassName
{
color: #3708FF;
}
</style>
background-color css
<style>
a { background-color: #3708FF; }
a { background-color: rgb(55,8,255); }
div.DivClassName
{
background-color: #3708FF;
}
.BgClassName
{
background-color: #3708FF;
}
</style>
border-color css
<style>
span { border-color: #3708FF; }
span { border-color: rgb(55,8,255); }
td.TdClassName
{
border-color: #3708FF;
}
.TagClassName
{
border-color: #3708FF;
}
</style>