Shades of Persian Blue #381DBD
Tints of Persian Blue #381DBD
RGB
CMYK
RGB Variations
Color information
#381DBD (or 0x381DBD) is known color: Persian Blue. HEX triplet: 38, 1D and BD. RGB value is (56,29,189). Sum of RGB (Red+Green+Blue) = 56+29+189=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #381DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DBD is #C7E242. Grayscale: #363636. Windows color (decimal): -13099587 or 12393784. OLE color: 12393784.
HSL color Cylindrical-coordinate representation of color #381DBD: hue angle of 250.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381DBD is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 29 | 189 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.26 |
| HSL | 250.13º | 0.73% | 0.43% | - |
| HSV(B) | 250.13º | 0.85% | 0.74% | - |
| XYZ | 11.26 | 5.39 | 48.59 | - |
| YUV | 55.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 189 | 0.70 | 0.85 | 0 | 0.26 | 250.13 | 0.73 | 0.43 |
| Hex | 38 | 1D | BD | 46 | 55 | 0 | 1A | FA | 49 | 2B |
| Octal | 70 | 35 | 275 | 106 | 125 | 0 | 32 | 372 | 111 | 53 |
| Binary | 111000 | 11101 | 10111101 | 1000110 | 1010101 | 0 | 11010 | 11111010 | 1001001 | 101011 |
Color Harmonies of #381DBD
Complementary color
Monochromatic Colors of #381DBD
Black with #381DBD
Text Example
Text Example
White with #381DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DBD; }
p { color: rgb(56,29,189); }
H1.HeaderClassName
{
color: #381DBD;
}
.AnyTagClassName
{
color: #381DBD;
}
</style>
background-color css
<style>
a { background-color: #381DBD; }
a { background-color: rgb(56,29,189); }
div.DivClassName
{
background-color: #381DBD;
}
.BgClassName
{
background-color: #381DBD;
}
</style>
border-color css
<style>
span { border-color: #381DBD; }
span { border-color: rgb(56,29,189); }
td.TdClassName
{
border-color: #381DBD;
}
.TagClassName
{
border-color: #381DBD;
}
</style>