Shades of Han Purple #4300D4
Tints of Han Purple #4300D4
RGB
CMYK
RGB Variations
Color information
#4300D4 (or 0x4300D4) is known color: Han Purple. HEX triplet: 43, 00 and D4. RGB value is (67,0,212). Sum of RGB (Red+Green+Blue) = 67+0+212=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 212 (83.20% from 255 or 75.99% from 279); Max value from RGB is 212 - color contains mainly: blue. Hex color #4300D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300D4 is #BCFF2B. Grayscale: #2B2B2B. Windows color (decimal): -12386092 or 13893699. OLE color: 13893699.
HSL color Cylindrical-coordinate representation of color #4300D4: hue angle of 258.96º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300D4 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 0 | 212 | - |
| CMYK | 0.68 | 1 | 0 | 0.17 |
| HSL | 258.96º | 1% | 0.42% | - |
| HSV(B) | 258.96º | 1% | 0.83% | - |
| XYZ | 14.2 | 5.95 | 62.69 | - |
| YUV | 44.2 | 222.7 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 212 | 0.68 | 1 | 0 | 0.17 | 258.96 | 1 | 0.42 |
| Hex | 43 | 0 | D4 | 44 | 64 | 0 | 11 | 103 | 64 | 2A |
| Octal | 103 | 0 | 324 | 104 | 144 | 0 | 21 | 403 | 144 | 52 |
| Binary | 1000011 | 0 | 11010100 | 1000100 | 1100100 | 0 | 10001 | 100000011 | 1100100 | 101010 |
Color Harmonies of #4300D4
Complementary color
Monochromatic Colors of #4300D4
Black with #4300D4
Text Example
Text Example
White with #4300D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300D4; }
p { color: rgb(67,0,212); }
H1.HeaderClassName
{
color: #4300D4;
}
.AnyTagClassName
{
color: #4300D4;
}
</style>
background-color css
<style>
a { background-color: #4300D4; }
a { background-color: rgb(67,0,212); }
div.DivClassName
{
background-color: #4300D4;
}
.BgClassName
{
background-color: #4300D4;
}
</style>
border-color css
<style>
span { border-color: #4300D4; }
span { border-color: rgb(67,0,212); }
td.TdClassName
{
border-color: #4300D4;
}
.TagClassName
{
border-color: #4300D4;
}
</style>