Shades of Persian Blue #3825BA
Tints of Persian Blue #3825BA
RGB
CMYK
RGB Variations
Color information
#3825BA (or 0x3825BA) is known color: Persian Blue. HEX triplet: 38, 25 and BA. RGB value is (56,37,186). Sum of RGB (Red+Green+Blue) = 56+37+186=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #3825BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825BA is #C7DA45. Grayscale: #3B3B3B. Windows color (decimal): -13097542 or 12199224. OLE color: 12199224.
HSL color Cylindrical-coordinate representation of color #3825BA: hue angle of 247.65º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3825BA is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 37 | 186 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.27 |
| HSL | 247.65º | 0.67% | 0.44% | - |
| HSV(B) | 247.65º | 0.8% | 0.73% | - |
| XYZ | 11.16 | 5.71 | 46.97 | - |
| YUV | 59.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 186 | 0.70 | 0.80 | 0 | 0.27 | 247.65 | 0.67 | 0.44 |
| Hex | 38 | 25 | BA | 46 | 50 | 0 | 1B | F8 | 43 | 2C |
| Octal | 70 | 45 | 272 | 106 | 120 | 0 | 33 | 370 | 103 | 54 |
| Binary | 111000 | 100101 | 10111010 | 1000110 | 1010000 | 0 | 11011 | 11111000 | 1000011 | 101100 |
Color Harmonies of #3825BA
Complementary color
Monochromatic Colors of #3825BA
Black with #3825BA
Text Example
Text Example
White with #3825BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3825BA; }
p { color: rgb(56,37,186); }
H1.HeaderClassName
{
color: #3825BA;
}
.AnyTagClassName
{
color: #3825BA;
}
</style>
background-color css
<style>
a { background-color: #3825BA; }
a { background-color: rgb(56,37,186); }
div.DivClassName
{
background-color: #3825BA;
}
.BgClassName
{
background-color: #3825BA;
}
</style>
border-color css
<style>
span { border-color: #3825BA; }
span { border-color: rgb(56,37,186); }
td.TdClassName
{
border-color: #3825BA;
}
.TagClassName
{
border-color: #3825BA;
}
</style>