Shades of Han Purple #5301DD
Tints of Han Purple #5301DD
RGB
CMYK
RGB Variations
Color information
#5301DD (or 0x5301DD) is known color: Han Purple. HEX triplet: 53, 01 and DD. RGB value is (83,1,221). Sum of RGB (Red+Green+Blue) = 83+1+221=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #5301DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5301DD is #ACFE22. Grayscale: #313131. Windows color (decimal): -11337251 or 14483795. OLE color: 14483795.
HSL color Cylindrical-coordinate representation of color #5301DD: hue angle of 262.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5301DD is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 1 | 221 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.13 |
| HSL | 262.36º | 0.99% | 0.44% | - |
| HSV(B) | 262.36º | 1% | 0.87% | - |
| XYZ | 16.63 | 7.08 | 68.9 | - |
| YUV | 50.6 | 224.17 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 221 | 0.62 | 1.00 | 0 | 0.13 | 262.36 | 0.99 | 0.44 |
| Hex | 53 | 1 | DD | 3E | 64 | 0 | D | 106 | 63 | 2C |
| Octal | 123 | 1 | 335 | 76 | 144 | 0 | 15 | 406 | 143 | 54 |
| Binary | 1010011 | 1 | 11011101 | 111110 | 1100100 | 0 | 1101 | 100000110 | 1100011 | 101100 |
Color Harmonies of #5301DD
Complementary color
Monochromatic Colors of #5301DD
Black with #5301DD
Text Example
Text Example
White with #5301DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5301DD; }
p { color: rgb(83,1,221); }
H1.HeaderClassName
{
color: #5301DD;
}
.AnyTagClassName
{
color: #5301DD;
}
</style>
background-color css
<style>
a { background-color: #5301DD; }
a { background-color: rgb(83,1,221); }
div.DivClassName
{
background-color: #5301DD;
}
.BgClassName
{
background-color: #5301DD;
}
</style>
border-color css
<style>
span { border-color: #5301DD; }
span { border-color: rgb(83,1,221); }
td.TdClassName
{
border-color: #5301DD;
}
.TagClassName
{
border-color: #5301DD;
}
</style>