Shades of Han Purple #360CEA
Tints of Han Purple #360CEA
RGB
CMYK
RGB Variations
Color information
#360CEA (or 0x360CEA) is known color: Han Purple. HEX triplet: 36, 0C and EA. RGB value is (54,12,234). Sum of RGB (Red+Green+Blue) = 54+12+234=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #360CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CEA is #C9F315. Grayscale: #313131. Windows color (decimal): -13234966 or 15338550. OLE color: 15338550.
HSL color Cylindrical-coordinate representation of color #360CEA: hue angle of 251.35º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CEA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 12 | 234 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.08 |
| HSL | 251.35º | 0.9% | 0.48% | - |
| HSV(B) | 251.35º | 0.95% | 0.92% | - |
| XYZ | 16.5 | 6.99 | 78.32 | - |
| YUV | 49.87 | 231.91 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 234 | 0.77 | 0.95 | 0 | 0.08 | 251.35 | 0.9 | 0.48 |
| Hex | 36 | C | EA | 4D | 5F | 0 | 8 | FB | 5A | 30 |
| Octal | 66 | 14 | 352 | 115 | 137 | 0 | 10 | 373 | 132 | 60 |
| Binary | 110110 | 1100 | 11101010 | 1001101 | 1011111 | 0 | 1000 | 11111011 | 1011010 | 110000 |
Color Harmonies of #360CEA
Complementary color
Monochromatic Colors of #360CEA
Black with #360CEA
Text Example
Text Example
White with #360CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CEA; }
p { color: rgb(54,12,234); }
H1.HeaderClassName
{
color: #360CEA;
}
.AnyTagClassName
{
color: #360CEA;
}
</style>
background-color css
<style>
a { background-color: #360CEA; }
a { background-color: rgb(54,12,234); }
div.DivClassName
{
background-color: #360CEA;
}
.BgClassName
{
background-color: #360CEA;
}
</style>
border-color css
<style>
span { border-color: #360CEA; }
span { border-color: rgb(54,12,234); }
td.TdClassName
{
border-color: #360CEA;
}
.TagClassName
{
border-color: #360CEA;
}
</style>