Shades of Persian Blue #382BBB
Tints of Persian Blue #382BBB
RGB
CMYK
RGB Variations
Color information
#382BBB (or 0x382BBB) is known color: Persian Blue. HEX triplet: 38, 2B and BB. RGB value is (56,43,187). Sum of RGB (Red+Green+Blue) = 56+43+187=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #382BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BBB is #C7D444. Grayscale: #3E3E3E. Windows color (decimal): -13096005 or 12266296. OLE color: 12266296.
HSL color Cylindrical-coordinate representation of color #382BBB: hue angle of 245.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382BBB is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 43 | 187 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.27 |
| HSL | 245.42º | 0.63% | 0.45% | - |
| HSV(B) | 245.42º | 0.77% | 0.73% | - |
| XYZ | 11.46 | 6.16 | 47.6 | - |
| YUV | 63.3 | 197.81 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 187 | 0.70 | 0.77 | 0 | 0.27 | 245.42 | 0.63 | 0.45 |
| Hex | 38 | 2B | BB | 46 | 4D | 0 | 1B | F5 | 3F | 2D |
| Octal | 70 | 53 | 273 | 106 | 115 | 0 | 33 | 365 | 77 | 55 |
| Binary | 111000 | 101011 | 10111011 | 1000110 | 1001101 | 0 | 11011 | 11110101 | 111111 | 101101 |
Color Harmonies of #382BBB
Complementary color
Monochromatic Colors of #382BBB
Black with #382BBB
Text Example
Text Example
White with #382BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382BBB; }
p { color: rgb(56,43,187); }
H1.HeaderClassName
{
color: #382BBB;
}
.AnyTagClassName
{
color: #382BBB;
}
</style>
background-color css
<style>
a { background-color: #382BBB; }
a { background-color: rgb(56,43,187); }
div.DivClassName
{
background-color: #382BBB;
}
.BgClassName
{
background-color: #382BBB;
}
</style>
border-color css
<style>
span { border-color: #382BBB; }
span { border-color: rgb(56,43,187); }
td.TdClassName
{
border-color: #382BBB;
}
.TagClassName
{
border-color: #382BBB;
}
</style>