Shades of Ultramarine #3A0FB1
Tints of Ultramarine #3A0FB1
RGB
CMYK
RGB Variations
Color information
#3A0FB1 (or 0x3A0FB1) is known color: Ultramarine. HEX triplet: 3A, 0F and B1. RGB value is (58,15,177). Sum of RGB (Red+Green+Blue) = 58+15+177=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A0FB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0FB1 is #C5F04E. Grayscale: #2D2D2D. Windows color (decimal): -12972111 or 11603770. OLE color: 11603770.
HSL color Cylindrical-coordinate representation of color #3A0FB1: hue angle of 255.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0FB1 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 15 | 177 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.31 |
| HSL | 255.93º | 0.84% | 0.38% | - |
| HSV(B) | 255.93º | 0.92% | 0.69% | - |
| XYZ | 9.85 | 4.42 | 41.93 | - |
| YUV | 46.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 177 | 0.67 | 0.92 | 0 | 0.31 | 255.93 | 0.84 | 0.38 |
| Hex | 3A | F | B1 | 43 | 5C | 0 | 1F | 100 | 54 | 26 |
| Octal | 72 | 17 | 261 | 103 | 134 | 0 | 37 | 400 | 124 | 46 |
| Binary | 111010 | 1111 | 10110001 | 1000011 | 1011100 | 0 | 11111 | 100000000 | 1010100 | 100110 |
Color Harmonies of #3A0FB1
Complementary color
Monochromatic Colors of #3A0FB1
Black with #3A0FB1
Text Example
Text Example
White with #3A0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FB1; }
p { color: rgb(58,15,177); }
H1.HeaderClassName
{
color: #3A0FB1;
}
.AnyTagClassName
{
color: #3A0FB1;
}
</style>
background-color css
<style>
a { background-color: #3A0FB1; }
a { background-color: rgb(58,15,177); }
div.DivClassName
{
background-color: #3A0FB1;
}
.BgClassName
{
background-color: #3A0FB1;
}
</style>
border-color css
<style>
span { border-color: #3A0FB1; }
span { border-color: rgb(58,15,177); }
td.TdClassName
{
border-color: #3A0FB1;
}
.TagClassName
{
border-color: #3A0FB1;
}
</style>