Shades of Han Purple #4304CF
Tints of Han Purple #4304CF
RGB
CMYK
RGB Variations
Color information
#4304CF (or 0x4304CF) is known color: Han Purple. HEX triplet: 43, 04 and CF. RGB value is (67,4,207). Sum of RGB (Red+Green+Blue) = 67+4+207=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #4304CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4304CF is #BCFB30. Grayscale: #2D2D2D. Windows color (decimal): -12385073 or 13567043. OLE color: 13567043.
HSL color Cylindrical-coordinate representation of color #4304CF: hue angle of 258.62º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304CF is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 4 | 207 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.19 |
| HSL | 258.62º | 0.96% | 0.41% | - |
| HSV(B) | 258.62º | 0.98% | 0.81% | - |
| XYZ | 13.62 | 5.79 | 59.43 | - |
| YUV | 45.98 | 218.87 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 207 | 0.68 | 0.98 | 0 | 0.19 | 258.62 | 0.96 | 0.41 |
| Hex | 43 | 4 | CF | 44 | 62 | 0 | 13 | 103 | 60 | 29 |
| Octal | 103 | 4 | 317 | 104 | 142 | 0 | 23 | 403 | 140 | 51 |
| Binary | 1000011 | 100 | 11001111 | 1000100 | 1100010 | 0 | 10011 | 100000011 | 1100000 | 101001 |
Color Harmonies of #4304CF
Complementary color
Monochromatic Colors of #4304CF
Black with #4304CF
Text Example
Text Example
White with #4304CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304CF; }
p { color: rgb(67,4,207); }
H1.HeaderClassName
{
color: #4304CF;
}
.AnyTagClassName
{
color: #4304CF;
}
</style>
background-color css
<style>
a { background-color: #4304CF; }
a { background-color: rgb(67,4,207); }
div.DivClassName
{
background-color: #4304CF;
}
.BgClassName
{
background-color: #4304CF;
}
</style>
border-color css
<style>
span { border-color: #4304CF; }
span { border-color: rgb(67,4,207); }
td.TdClassName
{
border-color: #4304CF;
}
.TagClassName
{
border-color: #4304CF;
}
</style>