Shades of Han Purple #370BDD
Tints of Han Purple #370BDD
RGB
CMYK
RGB Variations
Color information
#370BDD (or 0x370BDD) is known color: Han Purple. HEX triplet: 37, 0B and DD. RGB value is (55,11,221). Sum of RGB (Red+Green+Blue) = 55+11+221=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #370BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BDD is #C8F422. Grayscale: #2F2F2F. Windows color (decimal): -13169699 or 14486327. OLE color: 14486327.
HSL color Cylindrical-coordinate representation of color #370BDD: hue angle of 252.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BDD is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 11 | 221 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.13 |
| HSL | 252.57º | 0.91% | 0.45% | - |
| HSV(B) | 252.57º | 0.95% | 0.87% | - |
| XYZ | 14.75 | 6.27 | 68.84 | - |
| YUV | 48.1 | 225.58 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 221 | 0.75 | 0.95 | 0 | 0.13 | 252.57 | 0.91 | 0.45 |
| Hex | 37 | B | DD | 4B | 5F | 0 | D | FD | 5B | 2D |
| Octal | 67 | 13 | 335 | 113 | 137 | 0 | 15 | 375 | 133 | 55 |
| Binary | 110111 | 1011 | 11011101 | 1001011 | 1011111 | 0 | 1101 | 11111101 | 1011011 | 101101 |
Color Harmonies of #370BDD
Complementary color
Monochromatic Colors of #370BDD
Black with #370BDD
Text Example
Text Example
White with #370BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BDD; }
p { color: rgb(55,11,221); }
H1.HeaderClassName
{
color: #370BDD;
}
.AnyTagClassName
{
color: #370BDD;
}
</style>
background-color css
<style>
a { background-color: #370BDD; }
a { background-color: rgb(55,11,221); }
div.DivClassName
{
background-color: #370BDD;
}
.BgClassName
{
background-color: #370BDD;
}
</style>
border-color css
<style>
span { border-color: #370BDD; }
span { border-color: rgb(55,11,221); }
td.TdClassName
{
border-color: #370BDD;
}
.TagClassName
{
border-color: #370BDD;
}
</style>