Shades of Han Purple #3A0BCF
Tints of Han Purple #3A0BCF
RGB
CMYK
RGB Variations
Color information
#3A0BCF (or 0x3A0BCF) is known color: Han Purple. HEX triplet: 3A, 0B and CF. RGB value is (58,11,207). Sum of RGB (Red+Green+Blue) = 58+11+207=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A0BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BCF is #C5F430. Grayscale: #2E2E2E. Windows color (decimal): -12973105 or 13568826. OLE color: 13568826.
HSL color Cylindrical-coordinate representation of color #3A0BCF: hue angle of 254.39º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0BCF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 11 | 207 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.19 |
| HSL | 254.39º | 0.9% | 0.43% | - |
| HSV(B) | 254.39º | 0.95% | 0.81% | - |
| XYZ | 13.13 | 5.64 | 59.43 | - |
| YUV | 47.4 | 218.07 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 207 | 0.72 | 0.95 | 0 | 0.19 | 254.39 | 0.9 | 0.43 |
| Hex | 3A | B | CF | 48 | 5F | 0 | 13 | FE | 5A | 2B |
| Octal | 72 | 13 | 317 | 110 | 137 | 0 | 23 | 376 | 132 | 53 |
| Binary | 111010 | 1011 | 11001111 | 1001000 | 1011111 | 0 | 10011 | 11111110 | 1011010 | 101011 |
Color Harmonies of #3A0BCF
Complementary color
Monochromatic Colors of #3A0BCF
Black with #3A0BCF
Text Example
Text Example
White with #3A0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BCF; }
p { color: rgb(58,11,207); }
H1.HeaderClassName
{
color: #3A0BCF;
}
.AnyTagClassName
{
color: #3A0BCF;
}
</style>
background-color css
<style>
a { background-color: #3A0BCF; }
a { background-color: rgb(58,11,207); }
div.DivClassName
{
background-color: #3A0BCF;
}
.BgClassName
{
background-color: #3A0BCF;
}
</style>
border-color css
<style>
span { border-color: #3A0BCF; }
span { border-color: rgb(58,11,207); }
td.TdClassName
{
border-color: #3A0BCF;
}
.TagClassName
{
border-color: #3A0BCF;
}
</style>