Shades of Persian Blue #3831CB
Tints of Persian Blue #3831CB
RGB
CMYK
RGB Variations
Color information
#3831CB (or 0x3831CB) is known color: Persian Blue. HEX triplet: 38, 31 and CB. RGB value is (56,49,203). Sum of RGB (Red+Green+Blue) = 56+49+203=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #3831CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831CB is #C7CE34. Grayscale: #444444. Windows color (decimal): -13094453 or 13316408. OLE color: 13316408.
HSL color Cylindrical-coordinate representation of color #3831CB: hue angle of 242.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3831CB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 49 | 203 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.20 |
| HSL | 242.73º | 0.61% | 0.49% | - |
| HSV(B) | 242.73º | 0.76% | 0.8% | - |
| XYZ | 13.51 | 7.35 | 57.21 | - |
| YUV | 68.65 | 203.82 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 203 | 0.72 | 0.76 | 0 | 0.20 | 242.73 | 0.61 | 0.49 |
| Hex | 38 | 31 | CB | 48 | 4C | 0 | 14 | F3 | 3D | 31 |
| Octal | 70 | 61 | 313 | 110 | 114 | 0 | 24 | 363 | 75 | 61 |
| Binary | 111000 | 110001 | 11001011 | 1001000 | 1001100 | 0 | 10100 | 11110011 | 111101 | 110001 |
Color Harmonies of #3831CB
Complementary color
Monochromatic Colors of #3831CB
Black with #3831CB
Text Example
Text Example
White with #3831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3831CB; }
p { color: rgb(56,49,203); }
H1.HeaderClassName
{
color: #3831CB;
}
.AnyTagClassName
{
color: #3831CB;
}
</style>
background-color css
<style>
a { background-color: #3831CB; }
a { background-color: rgb(56,49,203); }
div.DivClassName
{
background-color: #3831CB;
}
.BgClassName
{
background-color: #3831CB;
}
</style>
border-color css
<style>
span { border-color: #3831CB; }
span { border-color: rgb(56,49,203); }
td.TdClassName
{
border-color: #3831CB;
}
.TagClassName
{
border-color: #3831CB;
}
</style>