Shades of Han Purple #3B04DC
Tints of Han Purple #3B04DC
RGB
CMYK
RGB Variations
Color information
#3B04DC (or 0x3B04DC) is known color: Han Purple. HEX triplet: 3B, 04 and DC. RGB value is (59,4,220). Sum of RGB (Red+Green+Blue) = 59+4+220=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B04DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B04DC is #C4FB23. Grayscale: #2C2C2C. Windows color (decimal): -12909348 or 14419003. OLE color: 14419003.
HSL color Cylindrical-coordinate representation of color #3B04DC: hue angle of 255.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B04DC is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 4 | 220 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.14 |
| HSL | 255.28º | 0.96% | 0.44% | - |
| HSV(B) | 255.28º | 0.98% | 0.86% | - |
| XYZ | 14.77 | 6.18 | 68.13 | - |
| YUV | 45.07 | 226.72 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 220 | 0.73 | 0.98 | 0 | 0.14 | 255.28 | 0.96 | 0.44 |
| Hex | 3B | 4 | DC | 49 | 62 | 0 | E | FF | 60 | 2C |
| Octal | 73 | 4 | 334 | 111 | 142 | 0 | 16 | 377 | 140 | 54 |
| Binary | 111011 | 100 | 11011100 | 1001001 | 1100010 | 0 | 1110 | 11111111 | 1100000 | 101100 |
Color Harmonies of #3B04DC
Complementary color
Monochromatic Colors of #3B04DC
Black with #3B04DC
Text Example
Text Example
White with #3B04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B04DC; }
p { color: rgb(59,4,220); }
H1.HeaderClassName
{
color: #3B04DC;
}
.AnyTagClassName
{
color: #3B04DC;
}
</style>
background-color css
<style>
a { background-color: #3B04DC; }
a { background-color: rgb(59,4,220); }
div.DivClassName
{
background-color: #3B04DC;
}
.BgClassName
{
background-color: #3B04DC;
}
</style>
border-color css
<style>
span { border-color: #3B04DC; }
span { border-color: rgb(59,4,220); }
td.TdClassName
{
border-color: #3B04DC;
}
.TagClassName
{
border-color: #3B04DC;
}
</style>