Shades of Han Purple #400CFA
Tints of Han Purple #400CFA
RGB
CMYK
RGB Variations
Color information
#400CFA (or 0x400CFA) is known color: Han Purple. HEX triplet: 40, 0C and FA. RGB value is (64,12,250). Sum of RGB (Red+Green+Blue) = 64+12+250=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #400CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400CFA is #BFF305. Grayscale: #353535. Windows color (decimal): -12579590 or 16387136. OLE color: 16387136.
HSL color Cylindrical-coordinate representation of color #400CFA: hue angle of 253.11º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400CFA is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 12 | 250 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.02 |
| HSL | 253.11º | 0.96% | 0.51% | - |
| HSV(B) | 253.11º | 0.95% | 0.98% | - |
| XYZ | 19.5 | 8.26 | 91.01 | - |
| YUV | 54.68 | 238.23 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 250 | 0.74 | 0.95 | 0 | 0.02 | 253.11 | 0.96 | 0.51 |
| Hex | 40 | C | FA | 4A | 5F | 0 | 2 | FD | 60 | 33 |
| Octal | 100 | 14 | 372 | 112 | 137 | 0 | 2 | 375 | 140 | 63 |
| Binary | 1000000 | 1100 | 11111010 | 1001010 | 1011111 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #400CFA
Complementary color
Monochromatic Colors of #400CFA
Black with #400CFA
Text Example
Text Example
White with #400CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400CFA; }
p { color: rgb(64,12,250); }
H1.HeaderClassName
{
color: #400CFA;
}
.AnyTagClassName
{
color: #400CFA;
}
</style>
background-color css
<style>
a { background-color: #400CFA; }
a { background-color: rgb(64,12,250); }
div.DivClassName
{
background-color: #400CFA;
}
.BgClassName
{
background-color: #400CFA;
}
</style>
border-color css
<style>
span { border-color: #400CFA; }
span { border-color: rgb(64,12,250); }
td.TdClassName
{
border-color: #400CFA;
}
.TagClassName
{
border-color: #400CFA;
}
</style>