Shades of Han Purple #531BFF
Tints of Han Purple #531BFF
RGB
CMYK
RGB Variations
Color information
#531BFF (or 0x531BFF) is known color: Han Purple. HEX triplet: 53, 1B and FF. RGB value is (83,27,255). Sum of RGB (Red+Green+Blue) = 83+27+255=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #531BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #531BFF is #ACE400. Grayscale: #444444. Windows color (decimal): -11330561 or 16718675. OLE color: 16718675.
HSL color Cylindrical-coordinate representation of color #531BFF: hue angle of 254.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #531BFF is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 27 | 255 | - |
| CMYK | 0.67 | 0.89 | 0 | 0 |
| HSL | 254.74º | 1% | 0.55% | - |
| HSV(B) | 254.74º | 0.89% | 1% | - |
| XYZ | 22.01 | 9.84 | 95.35 | - |
| YUV | 69.74 | 232.55 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 255 | 0.67 | 0.89 | 0 | 0 | 254.74 | 1 | 0.55 |
| Hex | 53 | 1B | FF | 43 | 59 | 0 | 0 | FF | 64 | 37 |
| Octal | 123 | 33 | 377 | 103 | 131 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010011 | 11011 | 11111111 | 1000011 | 1011001 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #531BFF
Complementary color
Monochromatic Colors of #531BFF
Black with #531BFF
Text Example
Text Example
White with #531BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531BFF; }
p { color: rgb(83,27,255); }
H1.HeaderClassName
{
color: #531BFF;
}
.AnyTagClassName
{
color: #531BFF;
}
</style>
background-color css
<style>
a { background-color: #531BFF; }
a { background-color: rgb(83,27,255); }
div.DivClassName
{
background-color: #531BFF;
}
.BgClassName
{
background-color: #531BFF;
}
</style>
border-color css
<style>
span { border-color: #531BFF; }
span { border-color: rgb(83,27,255); }
td.TdClassName
{
border-color: #531BFF;
}
.TagClassName
{
border-color: #531BFF;
}
</style>