Shades of Persian Blue #3832AD
Tints of Persian Blue #3832AD
RGB
CMYK
RGB Variations
Color information
#3832AD (or 0x3832AD) is known color: Persian Blue. HEX triplet: 38, 32 and AD. RGB value is (56,50,173). Sum of RGB (Red+Green+Blue) = 56+50+173=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3832AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3832AD is #C7CD52. Grayscale: #414141. Windows color (decimal): -13094227 or 11350584. OLE color: 11350584.
HSL color Cylindrical-coordinate representation of color #3832AD: hue angle of 242.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3832AD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 50 | 173 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.32 |
| HSL | 242.93º | 0.55% | 0.44% | - |
| HSV(B) | 242.93º | 0.71% | 0.68% | - |
| XYZ | 10.31 | 6.14 | 40.18 | - |
| YUV | 65.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 173 | 0.68 | 0.71 | 0 | 0.32 | 242.93 | 0.55 | 0.44 |
| Hex | 38 | 32 | AD | 44 | 47 | 0 | 20 | F3 | 37 | 2C |
| Octal | 70 | 62 | 255 | 104 | 107 | 0 | 40 | 363 | 67 | 54 |
| Binary | 111000 | 110010 | 10101101 | 1000100 | 1000111 | 0 | 100000 | 11110011 | 110111 | 101100 |
Color Harmonies of #3832AD
Complementary color
Monochromatic Colors of #3832AD
Black with #3832AD
Text Example
Text Example
White with #3832AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3832AD; }
p { color: rgb(56,50,173); }
H1.HeaderClassName
{
color: #3832AD;
}
.AnyTagClassName
{
color: #3832AD;
}
</style>
background-color css
<style>
a { background-color: #3832AD; }
a { background-color: rgb(56,50,173); }
div.DivClassName
{
background-color: #3832AD;
}
.BgClassName
{
background-color: #3832AD;
}
</style>
border-color css
<style>
span { border-color: #3832AD; }
span { border-color: rgb(56,50,173); }
td.TdClassName
{
border-color: #3832AD;
}
.TagClassName
{
border-color: #3832AD;
}
</style>