Shades of Persian Blue #3828BB
Tints of Persian Blue #3828BB
RGB
CMYK
RGB Variations
Color information
#3828BB (or 0x3828BB) is known color: Persian Blue. HEX triplet: 38, 28 and BB. RGB value is (56,40,187). Sum of RGB (Red+Green+Blue) = 56+40+187=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #3828BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828BB is #C7D744. Grayscale: #3C3C3C. Windows color (decimal): -13096773 or 12265528. OLE color: 12265528.
HSL color Cylindrical-coordinate representation of color #3828BB: hue angle of 246.53º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3828BB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 40 | 187 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.27 |
| HSL | 246.53º | 0.65% | 0.45% | - |
| HSV(B) | 246.53º | 0.79% | 0.73% | - |
| XYZ | 11.36 | 5.95 | 47.56 | - |
| YUV | 61.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 187 | 0.70 | 0.79 | 0 | 0.27 | 246.53 | 0.65 | 0.45 |
| Hex | 38 | 28 | BB | 46 | 4F | 0 | 1B | F7 | 41 | 2D |
| Octal | 70 | 50 | 273 | 106 | 117 | 0 | 33 | 367 | 101 | 55 |
| Binary | 111000 | 101000 | 10111011 | 1000110 | 1001111 | 0 | 11011 | 11110111 | 1000001 | 101101 |
Color Harmonies of #3828BB
Complementary color
Monochromatic Colors of #3828BB
Black with #3828BB
Text Example
Text Example
White with #3828BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828BB; }
p { color: rgb(56,40,187); }
H1.HeaderClassName
{
color: #3828BB;
}
.AnyTagClassName
{
color: #3828BB;
}
</style>
background-color css
<style>
a { background-color: #3828BB; }
a { background-color: rgb(56,40,187); }
div.DivClassName
{
background-color: #3828BB;
}
.BgClassName
{
background-color: #3828BB;
}
</style>
border-color css
<style>
span { border-color: #3828BB; }
span { border-color: rgb(56,40,187); }
td.TdClassName
{
border-color: #3828BB;
}
.TagClassName
{
border-color: #3828BB;
}
</style>