Shades of Persian Blue #3041BA
Tints of Persian Blue #3041BA
RGB
CMYK
RGB Variations
Color information
#3041BA (or 0x3041BA) is known color: Persian Blue. HEX triplet: 30, 41 and BA. RGB value is (48,65,186). Sum of RGB (Red+Green+Blue) = 48+65+186=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #3041BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041BA is #CFBE45. Grayscale: #494949. Windows color (decimal): -13614662 or 12206384. OLE color: 12206384.
HSL color Cylindrical-coordinate representation of color #3041BA: hue angle of 232.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3041BA is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 65 | 186 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.27 |
| HSL | 232.61º | 0.59% | 0.46% | - |
| HSV(B) | 232.61º | 0.74% | 0.73% | - |
| XYZ | 11.97 | 7.95 | 47.36 | - |
| YUV | 73.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 186 | 0.74 | 0.65 | 0 | 0.27 | 232.61 | 0.59 | 0.46 |
| Hex | 30 | 41 | BA | 4A | 41 | 0 | 1B | E9 | 3B | 2E |
| Octal | 60 | 101 | 272 | 112 | 101 | 0 | 33 | 351 | 73 | 56 |
| Binary | 110000 | 1000001 | 10111010 | 1001010 | 1000001 | 0 | 11011 | 11101001 | 111011 | 101110 |
Color Harmonies of #3041BA
Complementary color
Monochromatic Colors of #3041BA
Black with #3041BA
Text Example
Text Example
White with #3041BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3041BA; }
p { color: rgb(48,65,186); }
H1.HeaderClassName
{
color: #3041BA;
}
.AnyTagClassName
{
color: #3041BA;
}
</style>
background-color css
<style>
a { background-color: #3041BA; }
a { background-color: rgb(48,65,186); }
div.DivClassName
{
background-color: #3041BA;
}
.BgClassName
{
background-color: #3041BA;
}
</style>
border-color css
<style>
span { border-color: #3041BA; }
span { border-color: rgb(48,65,186); }
td.TdClassName
{
border-color: #3041BA;
}
.TagClassName
{
border-color: #3041BA;
}
</style>