Shades of Han Purple #4305DD
Tints of Han Purple #4305DD
RGB
CMYK
RGB Variations
Color information
#4305DD (or 0x4305DD) is known color: Han Purple. HEX triplet: 43, 05 and DD. RGB value is (67,5,221). Sum of RGB (Red+Green+Blue) = 67+5+221=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #4305DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4305DD is #BCFA22. Grayscale: #2F2F2F. Windows color (decimal): -12384803 or 14484803. OLE color: 14484803.
HSL color Cylindrical-coordinate representation of color #4305DD: hue angle of 257.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4305DD is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 5 | 221 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.13 |
| HSL | 257.22º | 0.96% | 0.44% | - |
| HSV(B) | 257.22º | 0.98% | 0.87% | - |
| XYZ | 15.42 | 6.52 | 68.85 | - |
| YUV | 48.16 | 225.54 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 221 | 0.70 | 0.98 | 0 | 0.13 | 257.22 | 0.96 | 0.44 |
| Hex | 43 | 5 | DD | 46 | 62 | 0 | D | 101 | 60 | 2C |
| Octal | 103 | 5 | 335 | 106 | 142 | 0 | 15 | 401 | 140 | 54 |
| Binary | 1000011 | 101 | 11011101 | 1000110 | 1100010 | 0 | 1101 | 100000001 | 1100000 | 101100 |
Color Harmonies of #4305DD
Complementary color
Monochromatic Colors of #4305DD
Black with #4305DD
Text Example
Text Example
White with #4305DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305DD; }
p { color: rgb(67,5,221); }
H1.HeaderClassName
{
color: #4305DD;
}
.AnyTagClassName
{
color: #4305DD;
}
</style>
background-color css
<style>
a { background-color: #4305DD; }
a { background-color: rgb(67,5,221); }
div.DivClassName
{
background-color: #4305DD;
}
.BgClassName
{
background-color: #4305DD;
}
</style>
border-color css
<style>
span { border-color: #4305DD; }
span { border-color: rgb(67,5,221); }
td.TdClassName
{
border-color: #4305DD;
}
.TagClassName
{
border-color: #4305DD;
}
</style>