Shades of Persian Blue #3829CB
Tints of Persian Blue #3829CB
RGB
CMYK
RGB Variations
Color information
#3829CB (or 0x3829CB) is known color: Persian Blue. HEX triplet: 38, 29 and CB. RGB value is (56,41,203). Sum of RGB (Red+Green+Blue) = 56+41+203=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #3829CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3829CB is #C7D634. Grayscale: #3F3F3F. Windows color (decimal): -13096501 or 13314360. OLE color: 13314360.
HSL color Cylindrical-coordinate representation of color #3829CB: hue angle of 245.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3829CB is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 41 | 203 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.20 |
| HSL | 245.56º | 0.66% | 0.48% | - |
| HSV(B) | 245.56º | 0.8% | 0.8% | - |
| XYZ | 13.2 | 6.74 | 57.1 | - |
| YUV | 63.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 203 | 0.72 | 0.80 | 0 | 0.20 | 245.56 | 0.66 | 0.48 |
| Hex | 38 | 29 | CB | 48 | 50 | 0 | 14 | F6 | 42 | 30 |
| Octal | 70 | 51 | 313 | 110 | 120 | 0 | 24 | 366 | 102 | 60 |
| Binary | 111000 | 101001 | 11001011 | 1001000 | 1010000 | 0 | 10100 | 11110110 | 1000010 | 110000 |
Color Harmonies of #3829CB
Complementary color
Monochromatic Colors of #3829CB
Black with #3829CB
Text Example
Text Example
White with #3829CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3829CB; }
p { color: rgb(56,41,203); }
H1.HeaderClassName
{
color: #3829CB;
}
.AnyTagClassName
{
color: #3829CB;
}
</style>
background-color css
<style>
a { background-color: #3829CB; }
a { background-color: rgb(56,41,203); }
div.DivClassName
{
background-color: #3829CB;
}
.BgClassName
{
background-color: #3829CB;
}
</style>
border-color css
<style>
span { border-color: #3829CB; }
span { border-color: rgb(56,41,203); }
td.TdClassName
{
border-color: #3829CB;
}
.TagClassName
{
border-color: #3829CB;
}
</style>