Shades of Han Purple #400BCC
Tints of Han Purple #400BCC
RGB
CMYK
RGB Variations
Color information
#400BCC (or 0x400BCC) is known color: Han Purple. HEX triplet: 40, 0B and CC. RGB value is (64,11,204). Sum of RGB (Red+Green+Blue) = 64+11+204=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #400BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BCC is #BFF433. Grayscale: #303030. Windows color (decimal): -12579892 or 13372224. OLE color: 13372224.
HSL color Cylindrical-coordinate representation of color #400BCC: hue angle of 256.48º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BCC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 11 | 204 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.2 |
| HSL | 256.48º | 0.9% | 0.42% | - |
| HSV(B) | 256.48º | 0.95% | 0.8% | - |
| XYZ | 13.13 | 5.69 | 57.53 | - |
| YUV | 48.85 | 215.56 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 204 | 0.69 | 0.95 | 0 | 0.2 | 256.48 | 0.9 | 0.42 |
| Hex | 40 | B | CC | 45 | 5F | 0 | 14 | 100 | 5A | 2A |
| Octal | 100 | 13 | 314 | 105 | 137 | 0 | 24 | 400 | 132 | 52 |
| Binary | 1000000 | 1011 | 11001100 | 1000101 | 1011111 | 0 | 10100 | 100000000 | 1011010 | 101010 |
Color Harmonies of #400BCC
Complementary color
Monochromatic Colors of #400BCC
Black with #400BCC
Text Example
Text Example
White with #400BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BCC; }
p { color: rgb(64,11,204); }
H1.HeaderClassName
{
color: #400BCC;
}
.AnyTagClassName
{
color: #400BCC;
}
</style>
background-color css
<style>
a { background-color: #400BCC; }
a { background-color: rgb(64,11,204); }
div.DivClassName
{
background-color: #400BCC;
}
.BgClassName
{
background-color: #400BCC;
}
</style>
border-color css
<style>
span { border-color: #400BCC; }
span { border-color: rgb(64,11,204); }
td.TdClassName
{
border-color: #400BCC;
}
.TagClassName
{
border-color: #400BCC;
}
</style>