Shades of Han Purple #4301CE
Tints of Han Purple #4301CE
RGB
CMYK
RGB Variations
Color information
#4301CE (or 0x4301CE) is known color: Han Purple. HEX triplet: 43, 01 and CE. RGB value is (67,1,206). Sum of RGB (Red+Green+Blue) = 67+1+206=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #4301CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4301CE is #BCFE31. Grayscale: #2B2B2B. Windows color (decimal): -12385842 or 13500739. OLE color: 13500739.
HSL color Cylindrical-coordinate representation of color #4301CE: hue angle of 259.32º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4301CE is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 1 | 206 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.19 |
| HSL | 259.32º | 0.99% | 0.41% | - |
| HSV(B) | 259.32º | 1% | 0.81% | - |
| XYZ | 13.47 | 5.67 | 58.78 | - |
| YUV | 44.1 | 219.37 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 206 | 0.67 | 1.00 | 0 | 0.19 | 259.32 | 0.99 | 0.41 |
| Hex | 43 | 1 | CE | 43 | 64 | 0 | 13 | 103 | 63 | 29 |
| Octal | 103 | 1 | 316 | 103 | 144 | 0 | 23 | 403 | 143 | 51 |
| Binary | 1000011 | 1 | 11001110 | 1000011 | 1100100 | 0 | 10011 | 100000011 | 1100011 | 101001 |
Color Harmonies of #4301CE
Complementary color
Monochromatic Colors of #4301CE
Black with #4301CE
Text Example
Text Example
White with #4301CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301CE; }
p { color: rgb(67,1,206); }
H1.HeaderClassName
{
color: #4301CE;
}
.AnyTagClassName
{
color: #4301CE;
}
</style>
background-color css
<style>
a { background-color: #4301CE; }
a { background-color: rgb(67,1,206); }
div.DivClassName
{
background-color: #4301CE;
}
.BgClassName
{
background-color: #4301CE;
}
</style>
border-color css
<style>
span { border-color: #4301CE; }
span { border-color: rgb(67,1,206); }
td.TdClassName
{
border-color: #4301CE;
}
.TagClassName
{
border-color: #4301CE;
}
</style>