Shades of Persian Blue #3822D1
Tints of Persian Blue #3822D1
RGB
CMYK
RGB Variations
Color information
#3822D1 (or 0x3822D1) is known color: Persian Blue. HEX triplet: 38, 22 and D1. RGB value is (56,34,209). Sum of RGB (Red+Green+Blue) = 56+34+209=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 209 (82.03% from 255 or 69.90% from 299); Max value from RGB is 209 - color contains mainly: blue. Hex color #3822D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3822D1 is #C7DD2E. Grayscale: #3B3B3B. Windows color (decimal): -13098287 or 13705784. OLE color: 13705784.
HSL color Cylindrical-coordinate representation of color #3822D1: hue angle of 247.54º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3822D1 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 34 | 209 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.18 |
| HSL | 247.54º | 0.72% | 0.48% | - |
| HSV(B) | 247.54º | 0.84% | 0.82% | - |
| XYZ | 13.71 | 6.59 | 60.87 | - |
| YUV | 60.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 209 | 0.73 | 0.84 | 0 | 0.18 | 247.54 | 0.72 | 0.48 |
| Hex | 38 | 22 | D1 | 49 | 54 | 0 | 12 | F8 | 48 | 30 |
| Octal | 70 | 42 | 321 | 111 | 124 | 0 | 22 | 370 | 110 | 60 |
| Binary | 111000 | 100010 | 11010001 | 1001001 | 1010100 | 0 | 10010 | 11111000 | 1001000 | 110000 |
Color Harmonies of #3822D1
Complementary color
Monochromatic Colors of #3822D1
Black with #3822D1
Text Example
Text Example
White with #3822D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3822D1; }
p { color: rgb(56,34,209); }
H1.HeaderClassName
{
color: #3822D1;
}
.AnyTagClassName
{
color: #3822D1;
}
</style>
background-color css
<style>
a { background-color: #3822D1; }
a { background-color: rgb(56,34,209); }
div.DivClassName
{
background-color: #3822D1;
}
.BgClassName
{
background-color: #3822D1;
}
</style>
border-color css
<style>
span { border-color: #3822D1; }
span { border-color: rgb(56,34,209); }
td.TdClassName
{
border-color: #3822D1;
}
.TagClassName
{
border-color: #3822D1;
}
</style>