Shades of Han Purple #4301DD
Tints of Han Purple #4301DD
RGB
CMYK
RGB Variations
Color information
#4301DD (or 0x4301DD) is known color: Han Purple. HEX triplet: 43, 01 and DD. RGB value is (67,1,221). Sum of RGB (Red+Green+Blue) = 67+1+221=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #4301DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4301DD is #BCFE22. Grayscale: #2D2D2D. Windows color (decimal): -12385827 or 14483779. OLE color: 14483779.
HSL color Cylindrical-coordinate representation of color #4301DD: hue angle of 258º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4301DD is Cyan = 0.70, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 1 | 221 | - |
| CMYK | 0.70 | 1.00 | 0 | 0.13 |
| HSL | 258º | 0.99% | 0.44% | - |
| HSV(B) | 258º | 1% | 0.87% | - |
| XYZ | 15.38 | 6.44 | 68.84 | - |
| YUV | 45.81 | 226.87 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 221 | 0.70 | 1.00 | 0 | 0.13 | 258 | 0.99 | 0.44 |
| Hex | 43 | 1 | DD | 46 | 64 | 0 | D | 102 | 63 | 2C |
| Octal | 103 | 1 | 335 | 106 | 144 | 0 | 15 | 402 | 143 | 54 |
| Binary | 1000011 | 1 | 11011101 | 1000110 | 1100100 | 0 | 1101 | 100000010 | 1100011 | 101100 |
Color Harmonies of #4301DD
Complementary color
Monochromatic Colors of #4301DD
Black with #4301DD
Text Example
Text Example
White with #4301DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301DD; }
p { color: rgb(67,1,221); }
H1.HeaderClassName
{
color: #4301DD;
}
.AnyTagClassName
{
color: #4301DD;
}
</style>
background-color css
<style>
a { background-color: #4301DD; }
a { background-color: rgb(67,1,221); }
div.DivClassName
{
background-color: #4301DD;
}
.BgClassName
{
background-color: #4301DD;
}
</style>
border-color css
<style>
span { border-color: #4301DD; }
span { border-color: rgb(67,1,221); }
td.TdClassName
{
border-color: #4301DD;
}
.TagClassName
{
border-color: #4301DD;
}
</style>