Shades of Han Purple #4231DA
Tints of Han Purple #4231DA
RGB
CMYK
RGB Variations
Color information
#4231DA (or 0x4231DA) is known color: Han Purple. HEX triplet: 42, 31 and DA. RGB value is (66,49,218). Sum of RGB (Red+Green+Blue) = 66+49+218=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #4231DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4231DA is #BDCE25. Grayscale: #484848. Windows color (decimal): -12439078 or 14299458. OLE color: 14299458.
HSL color Cylindrical-coordinate representation of color #4231DA: hue angle of 246.04º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4231DA is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 49 | 218 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.15 |
| HSL | 246.04º | 0.7% | 0.52% | - |
| HSV(B) | 246.04º | 0.78% | 0.85% | - |
| XYZ | 16 | 8.42 | 67.11 | - |
| YUV | 73.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 218 | 0.70 | 0.78 | 0 | 0.15 | 246.04 | 0.7 | 0.52 |
| Hex | 42 | 31 | DA | 46 | 4E | 0 | F | F6 | 46 | 34 |
| Octal | 102 | 61 | 332 | 106 | 116 | 0 | 17 | 366 | 106 | 64 |
| Binary | 1000010 | 110001 | 11011010 | 1000110 | 1001110 | 0 | 1111 | 11110110 | 1000110 | 110100 |
Color Harmonies of #4231DA
Complementary color
Monochromatic Colors of #4231DA
Black with #4231DA
Text Example
Text Example
White with #4231DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4231DA; }
p { color: rgb(66,49,218); }
H1.HeaderClassName
{
color: #4231DA;
}
.AnyTagClassName
{
color: #4231DA;
}
</style>
background-color css
<style>
a { background-color: #4231DA; }
a { background-color: rgb(66,49,218); }
div.DivClassName
{
background-color: #4231DA;
}
.BgClassName
{
background-color: #4231DA;
}
</style>
border-color css
<style>
span { border-color: #4231DA; }
span { border-color: rgb(66,49,218); }
td.TdClassName
{
border-color: #4231DA;
}
.TagClassName
{
border-color: #4231DA;
}
</style>