Shades of Han Purple #3203EA
Tints of Han Purple #3203EA
RGB
CMYK
RGB Variations
Color information
#3203EA (or 0x3203EA) is known color: Han Purple. HEX triplet: 32, 03 and EA. RGB value is (50,3,234). Sum of RGB (Red+Green+Blue) = 50+3+234=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 234 (91.80% from 255 or 81.53% from 287); Max value from RGB is 234 - color contains mainly: blue. Hex color #3203EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3203EA is #CDFC15. Grayscale: #2A2A2A. Windows color (decimal): -13499414 or 15336242. OLE color: 15336242.
HSL color Cylindrical-coordinate representation of color #3203EA: hue angle of 252.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203EA is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 3 | 234 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.08 |
| HSL | 252.21º | 0.97% | 0.46% | - |
| HSV(B) | 252.21º | 0.99% | 0.92% | - |
| XYZ | 16.2 | 6.68 | 78.28 | - |
| YUV | 43.39 | 235.57 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 234 | 0.79 | 0.99 | 0 | 0.08 | 252.21 | 0.97 | 0.46 |
| Hex | 32 | 3 | EA | 4F | 63 | 0 | 8 | FC | 61 | 2E |
| Octal | 62 | 3 | 352 | 117 | 143 | 0 | 10 | 374 | 141 | 56 |
| Binary | 110010 | 11 | 11101010 | 1001111 | 1100011 | 0 | 1000 | 11111100 | 1100001 | 101110 |
Color Harmonies of #3203EA
Complementary color
Monochromatic Colors of #3203EA
Black with #3203EA
Text Example
Text Example
White with #3203EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203EA; }
p { color: rgb(50,3,234); }
H1.HeaderClassName
{
color: #3203EA;
}
.AnyTagClassName
{
color: #3203EA;
}
</style>
background-color css
<style>
a { background-color: #3203EA; }
a { background-color: rgb(50,3,234); }
div.DivClassName
{
background-color: #3203EA;
}
.BgClassName
{
background-color: #3203EA;
}
</style>
border-color css
<style>
span { border-color: #3203EA; }
span { border-color: rgb(50,3,234); }
td.TdClassName
{
border-color: #3203EA;
}
.TagClassName
{
border-color: #3203EA;
}
</style>