Shades of Persian Blue #3821B7
Tints of Persian Blue #3821B7
RGB
CMYK
RGB Variations
Color information
#3821B7 (or 0x3821B7) is known color: Persian Blue. HEX triplet: 38, 21 and B7. RGB value is (56,33,183). Sum of RGB (Red+Green+Blue) = 56+33+183=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #3821B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821B7 is #C7DE48. Grayscale: #383838. Windows color (decimal): -13098569 or 12001592. OLE color: 12001592.
HSL color Cylindrical-coordinate representation of color #3821B7: hue angle of 249.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3821B7 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 33 | 183 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.28 |
| HSL | 249.2º | 0.69% | 0.42% | - |
| HSV(B) | 249.2º | 0.82% | 0.72% | - |
| XYZ | 10.72 | 5.35 | 45.27 | - |
| YUV | 56.98 | 199.12 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 183 | 0.69 | 0.82 | 0 | 0.28 | 249.2 | 0.69 | 0.42 |
| Hex | 38 | 21 | B7 | 45 | 52 | 0 | 1C | F9 | 45 | 2A |
| Octal | 70 | 41 | 267 | 105 | 122 | 0 | 34 | 371 | 105 | 52 |
| Binary | 111000 | 100001 | 10110111 | 1000101 | 1010010 | 0 | 11100 | 11111001 | 1000101 | 101010 |
Color Harmonies of #3821B7
Complementary color
Monochromatic Colors of #3821B7
Black with #3821B7
Text Example
Text Example
White with #3821B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821B7; }
p { color: rgb(56,33,183); }
H1.HeaderClassName
{
color: #3821B7;
}
.AnyTagClassName
{
color: #3821B7;
}
</style>
background-color css
<style>
a { background-color: #3821B7; }
a { background-color: rgb(56,33,183); }
div.DivClassName
{
background-color: #3821B7;
}
.BgClassName
{
background-color: #3821B7;
}
</style>
border-color css
<style>
span { border-color: #3821B7; }
span { border-color: rgb(56,33,183); }
td.TdClassName
{
border-color: #3821B7;
}
.TagClassName
{
border-color: #3821B7;
}
</style>