Shades of Han Purple #371BDA
Tints of Han Purple #371BDA
RGB
CMYK
RGB Variations
Color information
#371BDA (or 0x371BDA) is known color: Han Purple. HEX triplet: 37, 1B and DA. RGB value is (55,27,218). Sum of RGB (Red+Green+Blue) = 55+27+218=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #371BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BDA is #C8E425. Grayscale: #383838. Windows color (decimal): -13165606 or 14293815. OLE color: 14293815.
HSL color Cylindrical-coordinate representation of color #371BDA: hue angle of 248.8º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371BDA is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 27 | 218 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.15 |
| HSL | 248.8º | 0.78% | 0.48% | - |
| HSV(B) | 248.8º | 0.88% | 0.85% | - |
| XYZ | 14.62 | 6.66 | 66.84 | - |
| YUV | 57.15 | 218.78 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 218 | 0.75 | 0.88 | 0 | 0.15 | 248.8 | 0.78 | 0.48 |
| Hex | 37 | 1B | DA | 4B | 58 | 0 | F | F9 | 4E | 30 |
| Octal | 67 | 33 | 332 | 113 | 130 | 0 | 17 | 371 | 116 | 60 |
| Binary | 110111 | 11011 | 11011010 | 1001011 | 1011000 | 0 | 1111 | 11111001 | 1001110 | 110000 |
Color Harmonies of #371BDA
Complementary color
Monochromatic Colors of #371BDA
Black with #371BDA
Text Example
Text Example
White with #371BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BDA; }
p { color: rgb(55,27,218); }
H1.HeaderClassName
{
color: #371BDA;
}
.AnyTagClassName
{
color: #371BDA;
}
</style>
background-color css
<style>
a { background-color: #371BDA; }
a { background-color: rgb(55,27,218); }
div.DivClassName
{
background-color: #371BDA;
}
.BgClassName
{
background-color: #371BDA;
}
</style>
border-color css
<style>
span { border-color: #371BDA; }
span { border-color: rgb(55,27,218); }
td.TdClassName
{
border-color: #371BDA;
}
.TagClassName
{
border-color: #371BDA;
}
</style>