Shades of Han Purple #4304CE
Tints of Han Purple #4304CE
RGB
CMYK
RGB Variations
Color information
#4304CE (or 0x4304CE) is known color: Han Purple. HEX triplet: 43, 04 and CE. RGB value is (67,4,206). Sum of RGB (Red+Green+Blue) = 67+4+206=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #4304CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4304CE is #BCFB31. Grayscale: #2D2D2D. Windows color (decimal): -12385074 or 13501507. OLE color: 13501507.
HSL color Cylindrical-coordinate representation of color #4304CE: hue angle of 258.71º 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 #4304CE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 4 | 206 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.19 |
| HSL | 258.71º | 0.96% | 0.41% | - |
| HSV(B) | 258.71º | 0.98% | 0.81% | - |
| XYZ | 13.5 | 5.74 | 58.79 | - |
| YUV | 45.87 | 218.37 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 206 | 0.67 | 0.98 | 0 | 0.19 | 258.71 | 0.96 | 0.41 |
| Hex | 43 | 4 | CE | 43 | 62 | 0 | 13 | 103 | 60 | 29 |
| Octal | 103 | 4 | 316 | 103 | 142 | 0 | 23 | 403 | 140 | 51 |
| Binary | 1000011 | 100 | 11001110 | 1000011 | 1100010 | 0 | 10011 | 100000011 | 1100000 | 101001 |
Color Harmonies of #4304CE
Complementary color
Monochromatic Colors of #4304CE
Black with #4304CE
Text Example
Text Example
White with #4304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304CE; }
p { color: rgb(67,4,206); }
H1.HeaderClassName
{
color: #4304CE;
}
.AnyTagClassName
{
color: #4304CE;
}
</style>
background-color css
<style>
a { background-color: #4304CE; }
a { background-color: rgb(67,4,206); }
div.DivClassName
{
background-color: #4304CE;
}
.BgClassName
{
background-color: #4304CE;
}
</style>
border-color css
<style>
span { border-color: #4304CE; }
span { border-color: rgb(67,4,206); }
td.TdClassName
{
border-color: #4304CE;
}
.TagClassName
{
border-color: #4304CE;
}
</style>