Shades of Persian Blue #3828BA
Tints of Persian Blue #3828BA
RGB
CMYK
RGB Variations
Color information
#3828BA (or 0x3828BA) is known color: Persian Blue. HEX triplet: 38, 28 and BA. RGB value is (56,40,186). Sum of RGB (Red+Green+Blue) = 56+40+186=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #3828BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828BA is #C7D745. Grayscale: #3C3C3C. Windows color (decimal): -13096774 or 12199992. OLE color: 12199992.
HSL color Cylindrical-coordinate representation of color #3828BA: hue angle of 246.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3828BA is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 40 | 186 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.27 |
| HSL | 246.58º | 0.65% | 0.44% | - |
| HSV(B) | 246.58º | 0.78% | 0.73% | - |
| XYZ | 11.25 | 5.9 | 47 | - |
| YUV | 61.43 | 198.3 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 186 | 0.70 | 0.78 | 0 | 0.27 | 246.58 | 0.65 | 0.44 |
| Hex | 38 | 28 | BA | 46 | 4E | 0 | 1B | F7 | 41 | 2C |
| Octal | 70 | 50 | 272 | 106 | 116 | 0 | 33 | 367 | 101 | 54 |
| Binary | 111000 | 101000 | 10111010 | 1000110 | 1001110 | 0 | 11011 | 11110111 | 1000001 | 101100 |
Color Harmonies of #3828BA
Complementary color
Monochromatic Colors of #3828BA
Black with #3828BA
Text Example
Text Example
White with #3828BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828BA; }
p { color: rgb(56,40,186); }
H1.HeaderClassName
{
color: #3828BA;
}
.AnyTagClassName
{
color: #3828BA;
}
</style>
background-color css
<style>
a { background-color: #3828BA; }
a { background-color: rgb(56,40,186); }
div.DivClassName
{
background-color: #3828BA;
}
.BgClassName
{
background-color: #3828BA;
}
</style>
border-color css
<style>
span { border-color: #3828BA; }
span { border-color: rgb(56,40,186); }
td.TdClassName
{
border-color: #3828BA;
}
.TagClassName
{
border-color: #3828BA;
}
</style>