Shades of Han Purple #531CDD
Tints of Han Purple #531CDD
RGB
CMYK
RGB Variations
Color information
#531CDD (or 0x531CDD) is known color: Han Purple. HEX triplet: 53, 1C and DD. RGB value is (83,28,221). Sum of RGB (Red+Green+Blue) = 83+28+221=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #531CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CDD is #ACE322. Grayscale: #414141. Windows color (decimal): -11330339 or 14490707. OLE color: 14490707.
HSL color Cylindrical-coordinate representation of color #531CDD: hue angle of 257.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531CDD is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 28 | 221 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.13 |
| HSL | 257.1º | 0.78% | 0.49% | - |
| HSV(B) | 257.1º | 0.87% | 0.87% | - |
| XYZ | 17.03 | 7.89 | 69.03 | - |
| YUV | 66.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 221 | 0.62 | 0.87 | 0 | 0.13 | 257.1 | 0.78 | 0.49 |
| Hex | 53 | 1C | DD | 3E | 57 | 0 | D | 101 | 4E | 31 |
| Octal | 123 | 34 | 335 | 76 | 127 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010011 | 11100 | 11011101 | 111110 | 1010111 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #531CDD
Complementary color
Monochromatic Colors of #531CDD
Black with #531CDD
Text Example
Text Example
White with #531CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CDD; }
p { color: rgb(83,28,221); }
H1.HeaderClassName
{
color: #531CDD;
}
.AnyTagClassName
{
color: #531CDD;
}
</style>
background-color css
<style>
a { background-color: #531CDD; }
a { background-color: rgb(83,28,221); }
div.DivClassName
{
background-color: #531CDD;
}
.BgClassName
{
background-color: #531CDD;
}
</style>
border-color css
<style>
span { border-color: #531CDD; }
span { border-color: rgb(83,28,221); }
td.TdClassName
{
border-color: #531CDD;
}
.TagClassName
{
border-color: #531CDD;
}
</style>