Shades of Persian Blue #3828D1
Tints of Persian Blue #3828D1
RGB
CMYK
RGB Variations
Color information
#3828D1 (or 0x3828D1) is known color: Persian Blue. HEX triplet: 38, 28 and D1. RGB value is (56,40,209). Sum of RGB (Red+Green+Blue) = 56+40+209=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #3828D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828D1 is #C7D72E. Grayscale: #3F3F3F. Windows color (decimal): -13096751 or 13707320. OLE color: 13707320.
HSL color Cylindrical-coordinate representation of color #3828D1: hue angle of 245.68º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3828D1 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 40 | 209 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.18 |
| HSL | 245.68º | 0.68% | 0.49% | - |
| HSV(B) | 245.68º | 0.81% | 0.82% | - |
| XYZ | 13.9 | 6.96 | 60.93 | - |
| YUV | 64.05 | 209.8 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 209 | 0.73 | 0.81 | 0 | 0.18 | 245.68 | 0.68 | 0.49 |
| Hex | 38 | 28 | D1 | 49 | 51 | 0 | 12 | F6 | 44 | 31 |
| Octal | 70 | 50 | 321 | 111 | 121 | 0 | 22 | 366 | 104 | 61 |
| Binary | 111000 | 101000 | 11010001 | 1001001 | 1010001 | 0 | 10010 | 11110110 | 1000100 | 110001 |
Color Harmonies of #3828D1
Complementary color
Monochromatic Colors of #3828D1
Black with #3828D1
Text Example
Text Example
White with #3828D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828D1; }
p { color: rgb(56,40,209); }
H1.HeaderClassName
{
color: #3828D1;
}
.AnyTagClassName
{
color: #3828D1;
}
</style>
background-color css
<style>
a { background-color: #3828D1; }
a { background-color: rgb(56,40,209); }
div.DivClassName
{
background-color: #3828D1;
}
.BgClassName
{
background-color: #3828D1;
}
</style>
border-color css
<style>
span { border-color: #3828D1; }
span { border-color: rgb(56,40,209); }
td.TdClassName
{
border-color: #3828D1;
}
.TagClassName
{
border-color: #3828D1;
}
</style>