Shades of Han Purple #360ACC
Tints of Han Purple #360ACC
RGB
CMYK
RGB Variations
Color information
#360ACC (or 0x360ACC) is known color: Han Purple. HEX triplet: 36, 0A and CC. RGB value is (54,10,204). Sum of RGB (Red+Green+Blue) = 54+10+204=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #360ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ACC is #C9F533. Grayscale: #2C2C2C. Windows color (decimal): -13235508 or 13371958. OLE color: 13371958.
HSL color Cylindrical-coordinate representation of color #360ACC: hue angle of 253.61º degrees, saturation: 0.91, 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 #360ACC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 10 | 204 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.2 |
| HSL | 253.61º | 0.91% | 0.42% | - |
| HSV(B) | 253.61º | 0.95% | 0.8% | - |
| XYZ | 12.53 | 5.36 | 57.5 | - |
| YUV | 45.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 204 | 0.74 | 0.95 | 0 | 0.2 | 253.61 | 0.91 | 0.42 |
| Hex | 36 | A | CC | 4A | 5F | 0 | 14 | FE | 5B | 2A |
| Octal | 66 | 12 | 314 | 112 | 137 | 0 | 24 | 376 | 133 | 52 |
| Binary | 110110 | 1010 | 11001100 | 1001010 | 1011111 | 0 | 10100 | 11111110 | 1011011 | 101010 |
Color Harmonies of #360ACC
Complementary color
Monochromatic Colors of #360ACC
Black with #360ACC
Text Example
Text Example
White with #360ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360ACC; }
p { color: rgb(54,10,204); }
H1.HeaderClassName
{
color: #360ACC;
}
.AnyTagClassName
{
color: #360ACC;
}
</style>
background-color css
<style>
a { background-color: #360ACC; }
a { background-color: rgb(54,10,204); }
div.DivClassName
{
background-color: #360ACC;
}
.BgClassName
{
background-color: #360ACC;
}
</style>
border-color css
<style>
span { border-color: #360ACC; }
span { border-color: rgb(54,10,204); }
td.TdClassName
{
border-color: #360ACC;
}
.TagClassName
{
border-color: #360ACC;
}
</style>