Shades of Han Purple #360CFA
Tints of Han Purple #360CFA
RGB
CMYK
RGB Variations
Color information
#360CFA (or 0x360CFA) is known color: Han Purple. HEX triplet: 36, 0C and FA. RGB value is (54,12,250). Sum of RGB (Red+Green+Blue) = 54+12+250=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #360CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CFA is #C9F305. Grayscale: #323232. Windows color (decimal): -13234950 or 16387126. OLE color: 16387126.
HSL color Cylindrical-coordinate representation of color #360CFA: hue angle of 250.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CFA is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 12 | 250 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.02 |
| HSL | 250.59º | 0.96% | 0.51% | - |
| HSV(B) | 250.59º | 0.95% | 0.98% | - |
| XYZ | 18.91 | 7.95 | 90.98 | - |
| YUV | 51.69 | 239.91 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 250 | 0.78 | 0.95 | 0 | 0.02 | 250.59 | 0.96 | 0.51 |
| Hex | 36 | C | FA | 4E | 5F | 0 | 2 | FB | 60 | 33 |
| Octal | 66 | 14 | 372 | 116 | 137 | 0 | 2 | 373 | 140 | 63 |
| Binary | 110110 | 1100 | 11111010 | 1001110 | 1011111 | 0 | 10 | 11111011 | 1100000 | 110011 |
Color Harmonies of #360CFA
Complementary color
Monochromatic Colors of #360CFA
Black with #360CFA
Text Example
Text Example
White with #360CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CFA; }
p { color: rgb(54,12,250); }
H1.HeaderClassName
{
color: #360CFA;
}
.AnyTagClassName
{
color: #360CFA;
}
</style>
background-color css
<style>
a { background-color: #360CFA; }
a { background-color: rgb(54,12,250); }
div.DivClassName
{
background-color: #360CFA;
}
.BgClassName
{
background-color: #360CFA;
}
</style>
border-color css
<style>
span { border-color: #360CFA; }
span { border-color: rgb(54,12,250); }
td.TdClassName
{
border-color: #360CFA;
}
.TagClassName
{
border-color: #360CFA;
}
</style>