Shades of Han Purple #3B04ED
Tints of Han Purple #3B04ED
RGB
CMYK
RGB Variations
Color information
#3B04ED (or 0x3B04ED) is known color: Han Purple. HEX triplet: 3B, 04 and ED. RGB value is (59,4,237). Sum of RGB (Red+Green+Blue) = 59+4+237=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B04ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B04ED is #C4FB12. Grayscale: #2E2E2E. Windows color (decimal): -12909331 or 15533115. OLE color: 15533115.
HSL color Cylindrical-coordinate representation of color #3B04ED: hue angle of 254.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B04ED is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 4 | 237 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.07 |
| HSL | 254.16º | 0.97% | 0.47% | - |
| HSV(B) | 254.16º | 0.98% | 0.93% | - |
| XYZ | 17.13 | 7.13 | 80.59 | - |
| YUV | 47.01 | 235.22 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 237 | 0.75 | 0.98 | 0 | 0.07 | 254.16 | 0.97 | 0.47 |
| Hex | 3B | 4 | ED | 4B | 62 | 0 | 7 | FE | 61 | 2F |
| Octal | 73 | 4 | 355 | 113 | 142 | 0 | 7 | 376 | 141 | 57 |
| Binary | 111011 | 100 | 11101101 | 1001011 | 1100010 | 0 | 111 | 11111110 | 1100001 | 101111 |
Color Harmonies of #3B04ED
Complementary color
Monochromatic Colors of #3B04ED
Black with #3B04ED
Text Example
Text Example
White with #3B04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B04ED; }
p { color: rgb(59,4,237); }
H1.HeaderClassName
{
color: #3B04ED;
}
.AnyTagClassName
{
color: #3B04ED;
}
</style>
background-color css
<style>
a { background-color: #3B04ED; }
a { background-color: rgb(59,4,237); }
div.DivClassName
{
background-color: #3B04ED;
}
.BgClassName
{
background-color: #3B04ED;
}
</style>
border-color css
<style>
span { border-color: #3B04ED; }
span { border-color: rgb(59,4,237); }
td.TdClassName
{
border-color: #3B04ED;
}
.TagClassName
{
border-color: #3B04ED;
}
</style>