Shades of Han Purple #360DEE
Tints of Han Purple #360DEE
RGB
CMYK
RGB Variations
Color information
#360DEE (or 0x360DEE) is known color: Han Purple. HEX triplet: 36, 0D and EE. RGB value is (54,13,238). Sum of RGB (Red+Green+Blue) = 54+13+238=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #360DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DEE is #C9F211. Grayscale: #323232. Windows color (decimal): -13234706 or 15600950. OLE color: 15600950.
HSL color Cylindrical-coordinate representation of color #360DEE: hue angle of 250.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360DEE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 13 | 238 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 250.93º | 0.9% | 0.49% | - |
| HSV(B) | 250.93º | 0.95% | 0.93% | - |
| XYZ | 17.1 | 7.25 | 81.39 | - |
| YUV | 50.91 | 233.58 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 238 | 0.77 | 0.95 | 0 | 0.07 | 250.93 | 0.9 | 0.49 |
| Hex | 36 | D | EE | 4D | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 66 | 15 | 356 | 115 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110110 | 1101 | 11101110 | 1001101 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #360DEE
Complementary color
Monochromatic Colors of #360DEE
Black with #360DEE
Text Example
Text Example
White with #360DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DEE; }
p { color: rgb(54,13,238); }
H1.HeaderClassName
{
color: #360DEE;
}
.AnyTagClassName
{
color: #360DEE;
}
</style>
background-color css
<style>
a { background-color: #360DEE; }
a { background-color: rgb(54,13,238); }
div.DivClassName
{
background-color: #360DEE;
}
.BgClassName
{
background-color: #360DEE;
}
</style>
border-color css
<style>
span { border-color: #360DEE; }
span { border-color: rgb(54,13,238); }
td.TdClassName
{
border-color: #360DEE;
}
.TagClassName
{
border-color: #360DEE;
}
</style>