Shades of Han Purple #4308DB
Tints of Han Purple #4308DB
RGB
CMYK
RGB Variations
Color information
#4308DB (or 0x4308DB) is known color: Han Purple. HEX triplet: 43, 08 and DB. RGB value is (67,8,219). Sum of RGB (Red+Green+Blue) = 67+8+219=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #4308DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4308DB is #BCF724. Grayscale: #303030. Windows color (decimal): -12384037 or 14354499. OLE color: 14354499.
HSL color Cylindrical-coordinate representation of color #4308DB: hue angle of 256.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4308DB is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 8 | 219 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.14 |
| HSL | 256.78º | 0.93% | 0.45% | - |
| HSV(B) | 256.78º | 0.96% | 0.86% | - |
| XYZ | 15.19 | 6.48 | 67.47 | - |
| YUV | 49.7 | 223.55 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 219 | 0.69 | 0.96 | 0 | 0.14 | 256.78 | 0.93 | 0.45 |
| Hex | 43 | 8 | DB | 45 | 60 | 0 | E | 101 | 5D | 2D |
| Octal | 103 | 10 | 333 | 105 | 140 | 0 | 16 | 401 | 135 | 55 |
| Binary | 1000011 | 1000 | 11011011 | 1000101 | 1100000 | 0 | 1110 | 100000001 | 1011101 | 101101 |
Color Harmonies of #4308DB
Complementary color
Monochromatic Colors of #4308DB
Black with #4308DB
Text Example
Text Example
White with #4308DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4308DB; }
p { color: rgb(67,8,219); }
H1.HeaderClassName
{
color: #4308DB;
}
.AnyTagClassName
{
color: #4308DB;
}
</style>
background-color css
<style>
a { background-color: #4308DB; }
a { background-color: rgb(67,8,219); }
div.DivClassName
{
background-color: #4308DB;
}
.BgClassName
{
background-color: #4308DB;
}
</style>
border-color css
<style>
span { border-color: #4308DB; }
span { border-color: rgb(67,8,219); }
td.TdClassName
{
border-color: #4308DB;
}
.TagClassName
{
border-color: #4308DB;
}
</style>