Shades of Han Purple #360AFE
Tints of Han Purple #360AFE
RGB
CMYK
RGB Variations
Color information
#360AFE (or 0x360AFE) is known color: Han Purple. HEX triplet: 36, 0A and FE. RGB value is (54,10,254). Sum of RGB (Red+Green+Blue) = 54+10+254=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #360AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AFE is #C9F501. Grayscale: #323232. Windows color (decimal): -13235458 or 16648758. OLE color: 16648758.
HSL color Cylindrical-coordinate representation of color #360AFE: hue angle of 250.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360AFE is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 10 | 254 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.00 |
| HSL | 250.82º | 0.99% | 0.52% | - |
| HSV(B) | 250.82º | 0.96% | 1% | - |
| XYZ | 19.52 | 8.16 | 94.31 | - |
| YUV | 50.97 | 242.58 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 254 | 0.79 | 0.96 | 0 | 0.00 | 250.82 | 0.99 | 0.52 |
| Hex | 36 | A | FE | 4F | 60 | 0 | 0 | FB | 63 | 34 |
| Octal | 66 | 12 | 376 | 117 | 140 | 0 | 0 | 373 | 143 | 64 |
| Binary | 110110 | 1010 | 11111110 | 1001111 | 1100000 | 0 | 0 | 11111011 | 1100011 | 110100 |
Color Harmonies of #360AFE
Complementary color
Monochromatic Colors of #360AFE
Black with #360AFE
Text Example
Text Example
White with #360AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AFE; }
p { color: rgb(54,10,254); }
H1.HeaderClassName
{
color: #360AFE;
}
.AnyTagClassName
{
color: #360AFE;
}
</style>
background-color css
<style>
a { background-color: #360AFE; }
a { background-color: rgb(54,10,254); }
div.DivClassName
{
background-color: #360AFE;
}
.BgClassName
{
background-color: #360AFE;
}
</style>
border-color css
<style>
span { border-color: #360AFE; }
span { border-color: rgb(54,10,254); }
td.TdClassName
{
border-color: #360AFE;
}
.TagClassName
{
border-color: #360AFE;
}
</style>