Shades of Persian Blue #382ABB
Tints of Persian Blue #382ABB
RGB
CMYK
RGB Variations
Color information
#382ABB (or 0x382ABB) is known color: Persian Blue. HEX triplet: 38, 2A and BB. RGB value is (56,42,187). Sum of RGB (Red+Green+Blue) = 56+42+187=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #382ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ABB is #C7D544. Grayscale: #3E3E3E. Windows color (decimal): -13096261 or 12266040. OLE color: 12266040.
HSL color Cylindrical-coordinate representation of color #382ABB: hue angle of 245.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382ABB is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 42 | 187 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.27 |
| HSL | 245.79º | 0.63% | 0.45% | - |
| HSV(B) | 245.79º | 0.78% | 0.73% | - |
| XYZ | 11.43 | 6.08 | 47.59 | - |
| YUV | 62.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 187 | 0.70 | 0.78 | 0 | 0.27 | 245.79 | 0.63 | 0.45 |
| Hex | 38 | 2A | BB | 46 | 4E | 0 | 1B | F6 | 3F | 2D |
| Octal | 70 | 52 | 273 | 106 | 116 | 0 | 33 | 366 | 77 | 55 |
| Binary | 111000 | 101010 | 10111011 | 1000110 | 1001110 | 0 | 11011 | 11110110 | 111111 | 101101 |
Color Harmonies of #382ABB
Complementary color
Monochromatic Colors of #382ABB
Black with #382ABB
Text Example
Text Example
White with #382ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382ABB; }
p { color: rgb(56,42,187); }
H1.HeaderClassName
{
color: #382ABB;
}
.AnyTagClassName
{
color: #382ABB;
}
</style>
background-color css
<style>
a { background-color: #382ABB; }
a { background-color: rgb(56,42,187); }
div.DivClassName
{
background-color: #382ABB;
}
.BgClassName
{
background-color: #382ABB;
}
</style>
border-color css
<style>
span { border-color: #382ABB; }
span { border-color: rgb(56,42,187); }
td.TdClassName
{
border-color: #382ABB;
}
.TagClassName
{
border-color: #382ABB;
}
</style>