Shades of Han Purple #360AFB
Tints of Han Purple #360AFB
RGB
CMYK
RGB Variations
Color information
#360AFB (or 0x360AFB) is known color: Han Purple. HEX triplet: 36, 0A and FB. RGB value is (54,10,251). Sum of RGB (Red+Green+Blue) = 54+10+251=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #360AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AFB is #C9F504. Grayscale: #313131. Windows color (decimal): -13235461 or 16452150. OLE color: 16452150.
HSL color Cylindrical-coordinate representation of color #360AFB: hue angle of 250.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360AFB is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 10 | 251 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.02 |
| HSL | 250.95º | 0.97% | 0.51% | - |
| HSV(B) | 250.95º | 0.96% | 0.98% | - |
| XYZ | 19.04 | 7.97 | 91.8 | - |
| YUV | 50.63 | 241.08 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 251 | 0.78 | 0.96 | 0 | 0.02 | 250.95 | 0.97 | 0.51 |
| Hex | 36 | A | FB | 4E | 60 | 0 | 2 | FB | 61 | 33 |
| Octal | 66 | 12 | 373 | 116 | 140 | 0 | 2 | 373 | 141 | 63 |
| Binary | 110110 | 1010 | 11111011 | 1001110 | 1100000 | 0 | 10 | 11111011 | 1100001 | 110011 |
Color Harmonies of #360AFB
Complementary color
Monochromatic Colors of #360AFB
Black with #360AFB
Text Example
Text Example
White with #360AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360AFB; }
p { color: rgb(54,10,251); }
H1.HeaderClassName
{
color: #360AFB;
}
.AnyTagClassName
{
color: #360AFB;
}
</style>
background-color css
<style>
a { background-color: #360AFB; }
a { background-color: rgb(54,10,251); }
div.DivClassName
{
background-color: #360AFB;
}
.BgClassName
{
background-color: #360AFB;
}
</style>
border-color css
<style>
span { border-color: #360AFB; }
span { border-color: rgb(54,10,251); }
td.TdClassName
{
border-color: #360AFB;
}
.TagClassName
{
border-color: #360AFB;
}
</style>