Shades of Persian Blue #3821B3
Tints of Persian Blue #3821B3
RGB
CMYK
RGB Variations
Color information
#3821B3 (or 0x3821B3) is known color: Persian Blue. HEX triplet: 38, 21 and B3. RGB value is (56,33,179). Sum of RGB (Red+Green+Blue) = 56+33+179=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #3821B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821B3 is #C7DE4C. Grayscale: #373737. Windows color (decimal): -13098573 or 11739448. OLE color: 11739448.
HSL color Cylindrical-coordinate representation of color #3821B3: hue angle of 249.45º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3821B3 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 33 | 179 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.30 |
| HSL | 249.45º | 0.69% | 0.42% | - |
| HSV(B) | 249.45º | 0.82% | 0.7% | - |
| XYZ | 10.31 | 5.18 | 43.1 | - |
| YUV | 56.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 179 | 0.69 | 0.82 | 0 | 0.30 | 249.45 | 0.69 | 0.42 |
| Hex | 38 | 21 | B3 | 45 | 52 | 0 | 1E | F9 | 45 | 2A |
| Octal | 70 | 41 | 263 | 105 | 122 | 0 | 36 | 371 | 105 | 52 |
| Binary | 111000 | 100001 | 10110011 | 1000101 | 1010010 | 0 | 11110 | 11111001 | 1000101 | 101010 |
Color Harmonies of #3821B3
Complementary color
Monochromatic Colors of #3821B3
Black with #3821B3
Text Example
Text Example
White with #3821B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821B3; }
p { color: rgb(56,33,179); }
H1.HeaderClassName
{
color: #3821B3;
}
.AnyTagClassName
{
color: #3821B3;
}
</style>
background-color css
<style>
a { background-color: #3821B3; }
a { background-color: rgb(56,33,179); }
div.DivClassName
{
background-color: #3821B3;
}
.BgClassName
{
background-color: #3821B3;
}
</style>
border-color css
<style>
span { border-color: #3821B3; }
span { border-color: rgb(56,33,179); }
td.TdClassName
{
border-color: #3821B3;
}
.TagClassName
{
border-color: #3821B3;
}
</style>