Shades of Han Purple #320ADD
Tints of Han Purple #320ADD
RGB
CMYK
RGB Variations
Color information
#320ADD (or 0x320ADD) is known color: Han Purple. HEX triplet: 32, 0A and DD. RGB value is (50,10,221). Sum of RGB (Red+Green+Blue) = 50+10+221=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #320ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ADD is #CDF522. Grayscale: #2D2D2D. Windows color (decimal): -13497635 or 14486066. OLE color: 14486066.
HSL color Cylindrical-coordinate representation of color #320ADD: hue angle of 251.37º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320ADD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 10 | 221 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.37º | 0.91% | 0.45% | - |
| HSV(B) | 251.37º | 0.95% | 0.87% | - |
| XYZ | 14.48 | 6.12 | 68.82 | - |
| YUV | 46.01 | 226.75 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 221 | 0.77 | 0.95 | 0 | 0.13 | 251.37 | 0.91 | 0.45 |
| Hex | 32 | A | DD | 4D | 5F | 0 | D | FB | 5B | 2D |
| Octal | 62 | 12 | 335 | 115 | 137 | 0 | 15 | 373 | 133 | 55 |
| Binary | 110010 | 1010 | 11011101 | 1001101 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101101 |
Color Harmonies of #320ADD
Complementary color
Monochromatic Colors of #320ADD
Black with #320ADD
Text Example
Text Example
White with #320ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320ADD; }
p { color: rgb(50,10,221); }
H1.HeaderClassName
{
color: #320ADD;
}
.AnyTagClassName
{
color: #320ADD;
}
</style>
background-color css
<style>
a { background-color: #320ADD; }
a { background-color: rgb(50,10,221); }
div.DivClassName
{
background-color: #320ADD;
}
.BgClassName
{
background-color: #320ADD;
}
</style>
border-color css
<style>
span { border-color: #320ADD; }
span { border-color: rgb(50,10,221); }
td.TdClassName
{
border-color: #320ADD;
}
.TagClassName
{
border-color: #320ADD;
}
</style>