Shades of Han Purple #431CEC
Tints of Han Purple #431CEC
RGB
CMYK
RGB Variations
Color information
#431CEC (or 0x431CEC) is known color: Han Purple. HEX triplet: 43, 1C and EC. RGB value is (67,28,236). Sum of RGB (Red+Green+Blue) = 67+28+236=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #431CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431CEC is #BCE313. Grayscale: #3E3E3E. Windows color (decimal): -12378900 or 15473731. OLE color: 15473731.
HSL color Cylindrical-coordinate representation of color #431CEC: hue angle of 251.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431CEC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 28 | 236 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.07 |
| HSL | 251.25º | 0.85% | 0.52% | - |
| HSV(B) | 251.25º | 0.88% | 0.93% | - |
| XYZ | 17.87 | 8.08 | 79.97 | - |
| YUV | 63.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 236 | 0.72 | 0.88 | 0 | 0.07 | 251.25 | 0.85 | 0.52 |
| Hex | 43 | 1C | EC | 48 | 58 | 0 | 7 | FB | 55 | 34 |
| Octal | 103 | 34 | 354 | 110 | 130 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000011 | 11100 | 11101100 | 1001000 | 1011000 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #431CEC
Complementary color
Monochromatic Colors of #431CEC
Black with #431CEC
Text Example
Text Example
White with #431CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431CEC; }
p { color: rgb(67,28,236); }
H1.HeaderClassName
{
color: #431CEC;
}
.AnyTagClassName
{
color: #431CEC;
}
</style>
background-color css
<style>
a { background-color: #431CEC; }
a { background-color: rgb(67,28,236); }
div.DivClassName
{
background-color: #431CEC;
}
.BgClassName
{
background-color: #431CEC;
}
</style>
border-color css
<style>
span { border-color: #431CEC; }
span { border-color: rgb(67,28,236); }
td.TdClassName
{
border-color: #431CEC;
}
.TagClassName
{
border-color: #431CEC;
}
</style>