Shades of Persian Blue #382CBB
Tints of Persian Blue #382CBB
RGB
CMYK
RGB Variations
Color information
#382CBB (or 0x382CBB) is known color: Persian Blue. HEX triplet: 38, 2C and BB. RGB value is (56,44,187). Sum of RGB (Red+Green+Blue) = 56+44+187=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #382CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CBB is #C7D344. Grayscale: #3F3F3F. Windows color (decimal): -13095749 or 12266552. OLE color: 12266552.
HSL color Cylindrical-coordinate representation of color #382CBB: hue angle of 245.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382CBB is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 44 | 187 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.27 |
| HSL | 245.04º | 0.62% | 0.45% | - |
| HSV(B) | 245.04º | 0.76% | 0.73% | - |
| XYZ | 11.5 | 6.23 | 47.61 | - |
| YUV | 63.89 | 197.48 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 187 | 0.70 | 0.76 | 0 | 0.27 | 245.04 | 0.62 | 0.45 |
| Hex | 38 | 2C | BB | 46 | 4C | 0 | 1B | F5 | 3E | 2D |
| Octal | 70 | 54 | 273 | 106 | 114 | 0 | 33 | 365 | 76 | 55 |
| Binary | 111000 | 101100 | 10111011 | 1000110 | 1001100 | 0 | 11011 | 11110101 | 111110 | 101101 |
Color Harmonies of #382CBB
Complementary color
Monochromatic Colors of #382CBB
Black with #382CBB
Text Example
Text Example
White with #382CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CBB; }
p { color: rgb(56,44,187); }
H1.HeaderClassName
{
color: #382CBB;
}
.AnyTagClassName
{
color: #382CBB;
}
</style>
background-color css
<style>
a { background-color: #382CBB; }
a { background-color: rgb(56,44,187); }
div.DivClassName
{
background-color: #382CBB;
}
.BgClassName
{
background-color: #382CBB;
}
</style>
border-color css
<style>
span { border-color: #382CBB; }
span { border-color: rgb(56,44,187); }
td.TdClassName
{
border-color: #382CBB;
}
.TagClassName
{
border-color: #382CBB;
}
</style>