Shades of Persian Blue #3830AD
Tints of Persian Blue #3830AD
RGB
CMYK
RGB Variations
Color information
#3830AD (or 0x3830AD) is known color: Persian Blue. HEX triplet: 38, 30 and AD. RGB value is (56,48,173). Sum of RGB (Red+Green+Blue) = 56+48+173=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #3830AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3830AD is #C7CF52. Grayscale: #404040. Windows color (decimal): -13094739 or 11350072. OLE color: 11350072.
HSL color Cylindrical-coordinate representation of color #3830AD: hue angle of 243.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3830AD is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 48 | 173 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.32 |
| HSL | 243.84º | 0.57% | 0.43% | - |
| HSV(B) | 243.84º | 0.72% | 0.68% | - |
| XYZ | 10.23 | 5.97 | 40.15 | - |
| YUV | 64.64 | 189.15 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 173 | 0.68 | 0.72 | 0 | 0.32 | 243.84 | 0.57 | 0.43 |
| Hex | 38 | 30 | AD | 44 | 48 | 0 | 20 | F4 | 39 | 2B |
| Octal | 70 | 60 | 255 | 104 | 110 | 0 | 40 | 364 | 71 | 53 |
| Binary | 111000 | 110000 | 10101101 | 1000100 | 1001000 | 0 | 100000 | 11110100 | 111001 | 101011 |
Color Harmonies of #3830AD
Complementary color
Monochromatic Colors of #3830AD
Black with #3830AD
Text Example
Text Example
White with #3830AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3830AD; }
p { color: rgb(56,48,173); }
H1.HeaderClassName
{
color: #3830AD;
}
.AnyTagClassName
{
color: #3830AD;
}
</style>
background-color css
<style>
a { background-color: #3830AD; }
a { background-color: rgb(56,48,173); }
div.DivClassName
{
background-color: #3830AD;
}
.BgClassName
{
background-color: #3830AD;
}
</style>
border-color css
<style>
span { border-color: #3830AD; }
span { border-color: rgb(56,48,173); }
td.TdClassName
{
border-color: #3830AD;
}
.TagClassName
{
border-color: #3830AD;
}
</style>