Shades of Persian Blue #3829BA
Tints of Persian Blue #3829BA
RGB
CMYK
RGB Variations
Color information
#3829BA (or 0x3829BA) is known color: Persian Blue. HEX triplet: 38, 29 and BA. RGB value is (56,41,186). Sum of RGB (Red+Green+Blue) = 56+41+186=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #3829BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3829BA is #C7D645. Grayscale: #3D3D3D. Windows color (decimal): -13096518 or 12200248. OLE color: 12200248.
HSL color Cylindrical-coordinate representation of color #3829BA: hue angle of 246.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3829BA is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 41 | 186 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.27 |
| HSL | 246.21º | 0.64% | 0.45% | - |
| HSV(B) | 246.21º | 0.78% | 0.73% | - |
| XYZ | 11.29 | 5.97 | 47.01 | - |
| YUV | 62.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 186 | 0.70 | 0.78 | 0 | 0.27 | 246.21 | 0.64 | 0.45 |
| Hex | 38 | 29 | BA | 46 | 4E | 0 | 1B | F6 | 40 | 2D |
| Octal | 70 | 51 | 272 | 106 | 116 | 0 | 33 | 366 | 100 | 55 |
| Binary | 111000 | 101001 | 10111010 | 1000110 | 1001110 | 0 | 11011 | 11110110 | 1000000 | 101101 |
Color Harmonies of #3829BA
Complementary color
Monochromatic Colors of #3829BA
Black with #3829BA
Text Example
Text Example
White with #3829BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3829BA; }
p { color: rgb(56,41,186); }
H1.HeaderClassName
{
color: #3829BA;
}
.AnyTagClassName
{
color: #3829BA;
}
</style>
background-color css
<style>
a { background-color: #3829BA; }
a { background-color: rgb(56,41,186); }
div.DivClassName
{
background-color: #3829BA;
}
.BgClassName
{
background-color: #3829BA;
}
</style>
border-color css
<style>
span { border-color: #3829BA; }
span { border-color: rgb(56,41,186); }
td.TdClassName
{
border-color: #3829BA;
}
.TagClassName
{
border-color: #3829BA;
}
</style>