Shades of Persian Blue #382ABA
Tints of Persian Blue #382ABA
RGB
CMYK
RGB Variations
Color information
#382ABA (or 0x382ABA) is known color: Persian Blue. HEX triplet: 38, 2A and BA. RGB value is (56,42,186). Sum of RGB (Red+Green+Blue) = 56+42+186=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #382ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ABA is #C7D545. Grayscale: #3E3E3E. Windows color (decimal): -13096262 or 12200504. OLE color: 12200504.
HSL color Cylindrical-coordinate representation of color #382ABA: hue angle of 245.83º 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 #382ABA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 42 | 186 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.27 |
| HSL | 245.83º | 0.63% | 0.45% | - |
| HSV(B) | 245.83º | 0.77% | 0.73% | - |
| XYZ | 11.32 | 6.04 | 47.02 | - |
| YUV | 62.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 186 | 0.70 | 0.77 | 0 | 0.27 | 245.83 | 0.63 | 0.45 |
| Hex | 38 | 2A | BA | 46 | 4D | 0 | 1B | F6 | 3F | 2D |
| Octal | 70 | 52 | 272 | 106 | 115 | 0 | 33 | 366 | 77 | 55 |
| Binary | 111000 | 101010 | 10111010 | 1000110 | 1001101 | 0 | 11011 | 11110110 | 111111 | 101101 |
Color Harmonies of #382ABA
Complementary color
Monochromatic Colors of #382ABA
Black with #382ABA
Text Example
Text Example
White with #382ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382ABA; }
p { color: rgb(56,42,186); }
H1.HeaderClassName
{
color: #382ABA;
}
.AnyTagClassName
{
color: #382ABA;
}
</style>
background-color css
<style>
a { background-color: #382ABA; }
a { background-color: rgb(56,42,186); }
div.DivClassName
{
background-color: #382ABA;
}
.BgClassName
{
background-color: #382ABA;
}
</style>
border-color css
<style>
span { border-color: #382ABA; }
span { border-color: rgb(56,42,186); }
td.TdClassName
{
border-color: #382ABA;
}
.TagClassName
{
border-color: #382ABA;
}
</style>