Shades of Persian Blue #3821BA
Tints of Persian Blue #3821BA
RGB
CMYK
RGB Variations
Color information
#3821BA (or 0x3821BA) is known color: Persian Blue. HEX triplet: 38, 21 and BA. RGB value is (56,33,186). Sum of RGB (Red+Green+Blue) = 56+33+186=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #3821BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821BA is #C7DE45. Grayscale: #383838. Windows color (decimal): -13098566 or 12198200. OLE color: 12198200.
HSL color Cylindrical-coordinate representation of color #3821BA: hue angle of 249.02º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3821BA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 33 | 186 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.27 |
| HSL | 249.02º | 0.7% | 0.43% | - |
| HSV(B) | 249.02º | 0.82% | 0.73% | - |
| XYZ | 11.04 | 5.47 | 46.93 | - |
| YUV | 57.32 | 200.62 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 186 | 0.70 | 0.82 | 0 | 0.27 | 249.02 | 0.7 | 0.43 |
| Hex | 38 | 21 | BA | 46 | 52 | 0 | 1B | F9 | 46 | 2B |
| Octal | 70 | 41 | 272 | 106 | 122 | 0 | 33 | 371 | 106 | 53 |
| Binary | 111000 | 100001 | 10111010 | 1000110 | 1010010 | 0 | 11011 | 11111001 | 1000110 | 101011 |
Color Harmonies of #3821BA
Complementary color
Monochromatic Colors of #3821BA
Black with #3821BA
Text Example
Text Example
White with #3821BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821BA; }
p { color: rgb(56,33,186); }
H1.HeaderClassName
{
color: #3821BA;
}
.AnyTagClassName
{
color: #3821BA;
}
</style>
background-color css
<style>
a { background-color: #3821BA; }
a { background-color: rgb(56,33,186); }
div.DivClassName
{
background-color: #3821BA;
}
.BgClassName
{
background-color: #3821BA;
}
</style>
border-color css
<style>
span { border-color: #3821BA; }
span { border-color: rgb(56,33,186); }
td.TdClassName
{
border-color: #3821BA;
}
.TagClassName
{
border-color: #3821BA;
}
</style>