Shades of Han Purple #3A23DE
Tints of Han Purple #3A23DE
RGB
CMYK
RGB Variations
Color information
#3A23DE (or 0x3A23DE) is known color: Han Purple. HEX triplet: 3A, 23 and DE. RGB value is (58,35,222). Sum of RGB (Red+Green+Blue) = 58+35+222=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A23DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A23DE is #C5DC21. Grayscale: #3E3E3E. Windows color (decimal): -12966946 or 14558010. OLE color: 14558010.
HSL color Cylindrical-coordinate representation of color #3A23DE: hue angle of 247.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A23DE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 35 | 222 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.13 |
| HSL | 247.38º | 0.74% | 0.5% | - |
| HSV(B) | 247.38º | 0.84% | 0.87% | - |
| XYZ | 15.53 | 7.38 | 69.71 | - |
| YUV | 63.2 | 217.62 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 222 | 0.74 | 0.84 | 0 | 0.13 | 247.38 | 0.74 | 0.5 |
| Hex | 3A | 23 | DE | 4A | 54 | 0 | D | F7 | 4A | 32 |
| Octal | 72 | 43 | 336 | 112 | 124 | 0 | 15 | 367 | 112 | 62 |
| Binary | 111010 | 100011 | 11011110 | 1001010 | 1010100 | 0 | 1101 | 11110111 | 1001010 | 110010 |
Color Harmonies of #3A23DE
Complementary color
Monochromatic Colors of #3A23DE
Black with #3A23DE
Text Example
Text Example
White with #3A23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A23DE; }
p { color: rgb(58,35,222); }
H1.HeaderClassName
{
color: #3A23DE;
}
.AnyTagClassName
{
color: #3A23DE;
}
</style>
background-color css
<style>
a { background-color: #3A23DE; }
a { background-color: rgb(58,35,222); }
div.DivClassName
{
background-color: #3A23DE;
}
.BgClassName
{
background-color: #3A23DE;
}
</style>
border-color css
<style>
span { border-color: #3A23DE; }
span { border-color: rgb(58,35,222); }
td.TdClassName
{
border-color: #3A23DE;
}
.TagClassName
{
border-color: #3A23DE;
}
</style>