Shades of Han Purple #3203DF
Tints of Han Purple #3203DF
RGB
CMYK
RGB Variations
Color information
#3203DF (or 0x3203DF) is known color: Han Purple. HEX triplet: 32, 03 and DF. RGB value is (50,3,223). Sum of RGB (Red+Green+Blue) = 50+3+223=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #3203DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3203DF is #CDFC20. Grayscale: #292929. Windows color (decimal): -13499425 or 14615346. OLE color: 14615346.
HSL color Cylindrical-coordinate representation of color #3203DF: hue angle of 252.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3203DF is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 3 | 223 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.13 |
| HSL | 252.82º | 0.97% | 0.44% | - |
| HSV(B) | 252.82º | 0.99% | 0.87% | - |
| XYZ | 14.67 | 6.07 | 70.21 | - |
| YUV | 42.13 | 230.07 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 223 | 0.78 | 0.99 | 0 | 0.13 | 252.82 | 0.97 | 0.44 |
| Hex | 32 | 3 | DF | 4E | 63 | 0 | D | FD | 61 | 2C |
| Octal | 62 | 3 | 337 | 116 | 143 | 0 | 15 | 375 | 141 | 54 |
| Binary | 110010 | 11 | 11011111 | 1001110 | 1100011 | 0 | 1101 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3203DF
Complementary color
Monochromatic Colors of #3203DF
Black with #3203DF
Text Example
Text Example
White with #3203DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3203DF; }
p { color: rgb(50,3,223); }
H1.HeaderClassName
{
color: #3203DF;
}
.AnyTagClassName
{
color: #3203DF;
}
</style>
background-color css
<style>
a { background-color: #3203DF; }
a { background-color: rgb(50,3,223); }
div.DivClassName
{
background-color: #3203DF;
}
.BgClassName
{
background-color: #3203DF;
}
</style>
border-color css
<style>
span { border-color: #3203DF; }
span { border-color: rgb(50,3,223); }
td.TdClassName
{
border-color: #3203DF;
}
.TagClassName
{
border-color: #3203DF;
}
</style>