Shades of Persian Blue #381DB5
Tints of Persian Blue #381DB5
RGB
CMYK
RGB Variations
Color information
#381DB5 (or 0x381DB5) is known color: Persian Blue. HEX triplet: 38, 1D and B5. RGB value is (56,29,181). Sum of RGB (Red+Green+Blue) = 56+29+181=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 181 (71.09% from 255 or 68.05% from 266); Max value from RGB is 181 - color contains mainly: blue. Hex color #381DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DB5 is #C7E24A. Grayscale: #353535. Windows color (decimal): -13099595 or 11869496. OLE color: 11869496.
HSL color Cylindrical-coordinate representation of color #381DB5: hue angle of 250.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381DB5 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 29 | 181 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.29 |
| HSL | 250.66º | 0.72% | 0.41% | - |
| HSV(B) | 250.66º | 0.84% | 0.71% | - |
| XYZ | 10.41 | 5.06 | 44.14 | - |
| YUV | 54.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 181 | 0.69 | 0.84 | 0 | 0.29 | 250.66 | 0.72 | 0.41 |
| Hex | 38 | 1D | B5 | 45 | 54 | 0 | 1D | FB | 48 | 29 |
| Octal | 70 | 35 | 265 | 105 | 124 | 0 | 35 | 373 | 110 | 51 |
| Binary | 111000 | 11101 | 10110101 | 1000101 | 1010100 | 0 | 11101 | 11111011 | 1001000 | 101001 |
Color Harmonies of #381DB5
Complementary color
Monochromatic Colors of #381DB5
Black with #381DB5
Text Example
Text Example
White with #381DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DB5; }
p { color: rgb(56,29,181); }
H1.HeaderClassName
{
color: #381DB5;
}
.AnyTagClassName
{
color: #381DB5;
}
</style>
background-color css
<style>
a { background-color: #381DB5; }
a { background-color: rgb(56,29,181); }
div.DivClassName
{
background-color: #381DB5;
}
.BgClassName
{
background-color: #381DB5;
}
</style>
border-color css
<style>
span { border-color: #381DB5; }
span { border-color: rgb(56,29,181); }
td.TdClassName
{
border-color: #381DB5;
}
.TagClassName
{
border-color: #381DB5;
}
</style>