Shades of Persian Indigo #380392
Tints of Persian Indigo #380392
RGB
CMYK
RGB Variations
Color information
#380392 (or 0x380392) is known color: Persian Indigo. HEX triplet: 38, 03 and 92. RGB value is (56,3,146). Sum of RGB (Red+Green+Blue) = 56+3+146=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #380392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380392 is #C7FC6D. Grayscale: #222222. Windows color (decimal): -13106286 or 9569080. OLE color: 9569080.
HSL color Cylindrical-coordinate representation of color #380392: hue angle of 262.24º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380392 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 3 | 146 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.43 |
| HSL | 262.24º | 0.96% | 0.29% | - |
| HSV(B) | 262.24º | 0.98% | 0.57% | - |
| XYZ | 6.85 | 2.98 | 27.41 | - |
| YUV | 35.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 146 | 0.62 | 0.98 | 0 | 0.43 | 262.24 | 0.96 | 0.29 |
| Hex | 38 | 3 | 92 | 3E | 62 | 0 | 2B | 106 | 60 | 1D |
| Octal | 70 | 3 | 222 | 76 | 142 | 0 | 53 | 406 | 140 | 35 |
| Binary | 111000 | 11 | 10010010 | 111110 | 1100010 | 0 | 101011 | 100000110 | 1100000 | 11101 |
Color Harmonies of #380392
Complementary color
Monochromatic Colors of #380392
Black with #380392
Text Example
Text Example
White with #380392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380392; }
p { color: rgb(56,3,146); }
H1.HeaderClassName
{
color: #380392;
}
.AnyTagClassName
{
color: #380392;
}
</style>
background-color css
<style>
a { background-color: #380392; }
a { background-color: rgb(56,3,146); }
div.DivClassName
{
background-color: #380392;
}
.BgClassName
{
background-color: #380392;
}
</style>
border-color css
<style>
span { border-color: #380392; }
span { border-color: rgb(56,3,146); }
td.TdClassName
{
border-color: #380392;
}
.TagClassName
{
border-color: #380392;
}
</style>