Shades of Persian Blue #3828BF
Tints of Persian Blue #3828BF
RGB
CMYK
RGB Variations
Color information
#3828BF (or 0x3828BF) is known color: Persian Blue. HEX triplet: 38, 28 and BF. RGB value is (56,40,191). Sum of RGB (Red+Green+Blue) = 56+40+191=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #3828BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828BF is #C7D740. Grayscale: #3D3D3D. Windows color (decimal): -13096769 or 12527672. OLE color: 12527672.
HSL color Cylindrical-coordinate representation of color #3828BF: hue angle of 246.36º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3828BF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 40 | 191 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.25 |
| HSL | 246.36º | 0.65% | 0.45% | - |
| HSV(B) | 246.36º | 0.79% | 0.75% | - |
| XYZ | 11.79 | 6.12 | 49.85 | - |
| YUV | 62 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 191 | 0.71 | 0.79 | 0 | 0.25 | 246.36 | 0.65 | 0.45 |
| Hex | 38 | 28 | BF | 47 | 4F | 0 | 19 | F6 | 41 | 2D |
| Octal | 70 | 50 | 277 | 107 | 117 | 0 | 31 | 366 | 101 | 55 |
| Binary | 111000 | 101000 | 10111111 | 1000111 | 1001111 | 0 | 11001 | 11110110 | 1000001 | 101101 |
Color Harmonies of #3828BF
Complementary color
Monochromatic Colors of #3828BF
Black with #3828BF
Text Example
Text Example
White with #3828BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828BF; }
p { color: rgb(56,40,191); }
H1.HeaderClassName
{
color: #3828BF;
}
.AnyTagClassName
{
color: #3828BF;
}
</style>
background-color css
<style>
a { background-color: #3828BF; }
a { background-color: rgb(56,40,191); }
div.DivClassName
{
background-color: #3828BF;
}
.BgClassName
{
background-color: #3828BF;
}
</style>
border-color css
<style>
span { border-color: #3828BF; }
span { border-color: rgb(56,40,191); }
td.TdClassName
{
border-color: #3828BF;
}
.TagClassName
{
border-color: #3828BF;
}
</style>