Shades of Han Purple #370BCC
Tints of Han Purple #370BCC
RGB
CMYK
RGB Variations
Color information
#370BCC (or 0x370BCC) is known color: Han Purple. HEX triplet: 37, 0B and CC. RGB value is (55,11,204). Sum of RGB (Red+Green+Blue) = 55+11+204=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #370BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BCC is #C8F433. Grayscale: #2D2D2D. Windows color (decimal): -13169716 or 13372215. OLE color: 13372215.
HSL color Cylindrical-coordinate representation of color #370BCC: hue angle of 253.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BCC is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 11 | 204 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.2 |
| HSL | 253.68º | 0.9% | 0.42% | - |
| HSV(B) | 253.68º | 0.95% | 0.8% | - |
| XYZ | 12.59 | 5.41 | 57.51 | - |
| YUV | 46.16 | 217.08 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 204 | 0.73 | 0.95 | 0 | 0.2 | 253.68 | 0.9 | 0.42 |
| Hex | 37 | B | CC | 49 | 5F | 0 | 14 | FE | 5A | 2A |
| Octal | 67 | 13 | 314 | 111 | 137 | 0 | 24 | 376 | 132 | 52 |
| Binary | 110111 | 1011 | 11001100 | 1001001 | 1011111 | 0 | 10100 | 11111110 | 1011010 | 101010 |
Color Harmonies of #370BCC
Complementary color
Monochromatic Colors of #370BCC
Black with #370BCC
Text Example
Text Example
White with #370BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BCC; }
p { color: rgb(55,11,204); }
H1.HeaderClassName
{
color: #370BCC;
}
.AnyTagClassName
{
color: #370BCC;
}
</style>
background-color css
<style>
a { background-color: #370BCC; }
a { background-color: rgb(55,11,204); }
div.DivClassName
{
background-color: #370BCC;
}
.BgClassName
{
background-color: #370BCC;
}
</style>
border-color css
<style>
span { border-color: #370BCC; }
span { border-color: rgb(55,11,204); }
td.TdClassName
{
border-color: #370BCC;
}
.TagClassName
{
border-color: #370BCC;
}
</style>