Shades of Han Purple #360BCB
Tints of Han Purple #360BCB
RGB
CMYK
RGB Variations
Color information
#360BCB (or 0x360BCB) is known color: Han Purple. HEX triplet: 36, 0B and CB. RGB value is (54,11,203). Sum of RGB (Red+Green+Blue) = 54+11+203=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #360BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BCB is #C9F434. Grayscale: #2D2D2D. Windows color (decimal): -13235253 or 13306678. OLE color: 13306678.
HSL color Cylindrical-coordinate representation of color #360BCB: hue angle of 253.44º 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 #360BCB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 11 | 203 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.20 |
| HSL | 253.44º | 0.9% | 0.42% | - |
| HSV(B) | 253.44º | 0.95% | 0.8% | - |
| XYZ | 12.42 | 5.34 | 56.88 | - |
| YUV | 45.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 203 | 0.73 | 0.95 | 0 | 0.20 | 253.44 | 0.9 | 0.42 |
| Hex | 36 | B | CB | 49 | 5F | 0 | 14 | FD | 5A | 2A |
| Octal | 66 | 13 | 313 | 111 | 137 | 0 | 24 | 375 | 132 | 52 |
| Binary | 110110 | 1011 | 11001011 | 1001001 | 1011111 | 0 | 10100 | 11111101 | 1011010 | 101010 |
Color Harmonies of #360BCB
Complementary color
Monochromatic Colors of #360BCB
Black with #360BCB
Text Example
Text Example
White with #360BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BCB; }
p { color: rgb(54,11,203); }
H1.HeaderClassName
{
color: #360BCB;
}
.AnyTagClassName
{
color: #360BCB;
}
</style>
background-color css
<style>
a { background-color: #360BCB; }
a { background-color: rgb(54,11,203); }
div.DivClassName
{
background-color: #360BCB;
}
.BgClassName
{
background-color: #360BCB;
}
</style>
border-color css
<style>
span { border-color: #360BCB; }
span { border-color: rgb(54,11,203); }
td.TdClassName
{
border-color: #360BCB;
}
.TagClassName
{
border-color: #360BCB;
}
</style>