Shades of Han Purple #400ADD
Tints of Han Purple #400ADD
RGB
CMYK
RGB Variations
Color information
#400ADD (or 0x400ADD) is known color: Han Purple. HEX triplet: 40, 0A and DD. RGB value is (64,10,221). Sum of RGB (Red+Green+Blue) = 64+10+221=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #400ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ADD is #BFF522. Grayscale: #313131. Windows color (decimal): -12580131 or 14486080. OLE color: 14486080.
HSL color Cylindrical-coordinate representation of color #400ADD: hue angle of 255.36º 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 #400ADD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 10 | 221 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.13 |
| HSL | 255.36º | 0.91% | 0.45% | - |
| HSV(B) | 255.36º | 0.95% | 0.87% | - |
| XYZ | 15.27 | 6.53 | 68.86 | - |
| YUV | 50.2 | 224.39 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 221 | 0.71 | 0.95 | 0 | 0.13 | 255.36 | 0.91 | 0.45 |
| Hex | 40 | A | DD | 47 | 5F | 0 | D | FF | 5B | 2D |
| Octal | 100 | 12 | 335 | 107 | 137 | 0 | 15 | 377 | 133 | 55 |
| Binary | 1000000 | 1010 | 11011101 | 1000111 | 1011111 | 0 | 1101 | 11111111 | 1011011 | 101101 |
Color Harmonies of #400ADD
Complementary color
Monochromatic Colors of #400ADD
Black with #400ADD
Text Example
Text Example
White with #400ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ADD; }
p { color: rgb(64,10,221); }
H1.HeaderClassName
{
color: #400ADD;
}
.AnyTagClassName
{
color: #400ADD;
}
</style>
background-color css
<style>
a { background-color: #400ADD; }
a { background-color: rgb(64,10,221); }
div.DivClassName
{
background-color: #400ADD;
}
.BgClassName
{
background-color: #400ADD;
}
</style>
border-color css
<style>
span { border-color: #400ADD; }
span { border-color: rgb(64,10,221); }
td.TdClassName
{
border-color: #400ADD;
}
.TagClassName
{
border-color: #400ADD;
}
</style>