Shades of Han Purple #5308DC
Tints of Han Purple #5308DC
RGB
CMYK
RGB Variations
Color information
#5308DC (or 0x5308DC) is known color: Han Purple. HEX triplet: 53, 08 and DC. RGB value is (83,8,220). Sum of RGB (Red+Green+Blue) = 83+8+220=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #5308DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308DC is #ACF723. Grayscale: #353535. Windows color (decimal): -11335460 or 14420051. OLE color: 14420051.
HSL color Cylindrical-coordinate representation of color #5308DC: hue angle of 261.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308DC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 8 | 220 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.14 |
| HSL | 261.23º | 0.93% | 0.45% | - |
| HSV(B) | 261.23º | 0.96% | 0.86% | - |
| XYZ | 16.57 | 7.18 | 68.22 | - |
| YUV | 54.59 | 221.35 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 220 | 0.62 | 0.96 | 0 | 0.14 | 261.23 | 0.93 | 0.45 |
| Hex | 53 | 8 | DC | 3E | 60 | 0 | E | 105 | 5D | 2D |
| Octal | 123 | 10 | 334 | 76 | 140 | 0 | 16 | 405 | 135 | 55 |
| Binary | 1010011 | 1000 | 11011100 | 111110 | 1100000 | 0 | 1110 | 100000101 | 1011101 | 101101 |
Color Harmonies of #5308DC
Complementary color
Monochromatic Colors of #5308DC
Black with #5308DC
Text Example
Text Example
White with #5308DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308DC; }
p { color: rgb(83,8,220); }
H1.HeaderClassName
{
color: #5308DC;
}
.AnyTagClassName
{
color: #5308DC;
}
</style>
background-color css
<style>
a { background-color: #5308DC; }
a { background-color: rgb(83,8,220); }
div.DivClassName
{
background-color: #5308DC;
}
.BgClassName
{
background-color: #5308DC;
}
</style>
border-color css
<style>
span { border-color: #5308DC; }
span { border-color: rgb(83,8,220); }
td.TdClassName
{
border-color: #5308DC;
}
.TagClassName
{
border-color: #5308DC;
}
</style>