Shades of Persian Blue #3829C3
Tints of Persian Blue #3829C3
RGB
CMYK
RGB Variations
Color information
#3829C3 (or 0x3829C3) is known color: Persian Blue. HEX triplet: 38, 29 and C3. RGB value is (56,41,195). Sum of RGB (Red+Green+Blue) = 56+41+195=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #3829C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3829C3 is #C7D63C. Grayscale: #3E3E3E. Windows color (decimal): -13096509 or 12790072. OLE color: 12790072.
HSL color Cylindrical-coordinate representation of color #3829C3: hue angle of 245.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3829C3 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 41 | 195 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.24 |
| HSL | 245.84º | 0.65% | 0.46% | - |
| HSV(B) | 245.84º | 0.79% | 0.76% | - |
| XYZ | 12.27 | 6.37 | 52.21 | - |
| YUV | 63.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 195 | 0.71 | 0.79 | 0 | 0.24 | 245.84 | 0.65 | 0.46 |
| Hex | 38 | 29 | C3 | 47 | 4F | 0 | 18 | F6 | 41 | 2E |
| Octal | 70 | 51 | 303 | 107 | 117 | 0 | 30 | 366 | 101 | 56 |
| Binary | 111000 | 101001 | 11000011 | 1000111 | 1001111 | 0 | 11000 | 11110110 | 1000001 | 101110 |
Color Harmonies of #3829C3
Complementary color
Monochromatic Colors of #3829C3
Black with #3829C3
Text Example
Text Example
White with #3829C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3829C3; }
p { color: rgb(56,41,195); }
H1.HeaderClassName
{
color: #3829C3;
}
.AnyTagClassName
{
color: #3829C3;
}
</style>
background-color css
<style>
a { background-color: #3829C3; }
a { background-color: rgb(56,41,195); }
div.DivClassName
{
background-color: #3829C3;
}
.BgClassName
{
background-color: #3829C3;
}
</style>
border-color css
<style>
span { border-color: #3829C3; }
span { border-color: rgb(56,41,195); }
td.TdClassName
{
border-color: #3829C3;
}
.TagClassName
{
border-color: #3829C3;
}
</style>