Shades of Han Purple #360CCB
Tints of Han Purple #360CCB
RGB
CMYK
RGB Variations
Color information
#360CCB (or 0x360CCB) is known color: Han Purple. HEX triplet: 36, 0C and CB. RGB value is (54,12,203). Sum of RGB (Red+Green+Blue) = 54+12+203=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #360CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CCB is #C9F334. Grayscale: #2D2D2D. Windows color (decimal): -13234997 or 13306934. OLE color: 13306934.
HSL color Cylindrical-coordinate representation of color #360CCB: hue angle of 253.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CCB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 12 | 203 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.20 |
| HSL | 253.19º | 0.89% | 0.42% | - |
| HSV(B) | 253.19º | 0.94% | 0.8% | - |
| XYZ | 12.43 | 5.36 | 56.88 | - |
| YUV | 46.33 | 216.41 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 203 | 0.73 | 0.94 | 0 | 0.20 | 253.19 | 0.89 | 0.42 |
| Hex | 36 | C | CB | 49 | 5E | 0 | 14 | FD | 59 | 2A |
| Octal | 66 | 14 | 313 | 111 | 136 | 0 | 24 | 375 | 131 | 52 |
| Binary | 110110 | 1100 | 11001011 | 1001001 | 1011110 | 0 | 10100 | 11111101 | 1011001 | 101010 |
Color Harmonies of #360CCB
Complementary color
Monochromatic Colors of #360CCB
Black with #360CCB
Text Example
Text Example
White with #360CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CCB; }
p { color: rgb(54,12,203); }
H1.HeaderClassName
{
color: #360CCB;
}
.AnyTagClassName
{
color: #360CCB;
}
</style>
background-color css
<style>
a { background-color: #360CCB; }
a { background-color: rgb(54,12,203); }
div.DivClassName
{
background-color: #360CCB;
}
.BgClassName
{
background-color: #360CCB;
}
</style>
border-color css
<style>
span { border-color: #360CCB; }
span { border-color: rgb(54,12,203); }
td.TdClassName
{
border-color: #360CCB;
}
.TagClassName
{
border-color: #360CCB;
}
</style>