Shades of Persian Indigo #38086A
Tints of Persian Indigo #38086A
RGB
CMYK
RGB Variations
Color information
#38086A (or 0x38086A) is known color: Persian Indigo. HEX triplet: 38, 08 and 6A. RGB value is (56,8,106). Sum of RGB (Red+Green+Blue) = 56+8+106=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #38086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38086A is #C7F795. Grayscale: #212121. Windows color (decimal): -13105046 or 6948920. OLE color: 6948920.
HSL color Cylindrical-coordinate representation of color #38086A: hue angle of 269.39º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38086A is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 8 | 106 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.58 |
| HSL | 269.39º | 0.86% | 0.22% | - |
| HSV(B) | 269.39º | 0.92% | 0.42% | - |
| XYZ | 4.32 | 2.06 | 13.8 | - |
| YUV | 33.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 106 | 0.47 | 0.92 | 0 | 0.58 | 269.39 | 0.86 | 0.22 |
| Hex | 38 | 8 | 6A | 2F | 5C | 0 | 3A | 10D | 56 | 16 |
| Octal | 70 | 10 | 152 | 57 | 134 | 0 | 72 | 415 | 126 | 26 |
| Binary | 111000 | 1000 | 1101010 | 101111 | 1011100 | 0 | 111010 | 100001101 | 1010110 | 10110 |
Color Harmonies of #38086A
Complementary color
Monochromatic Colors of #38086A
Black with #38086A
Text Example
Text Example
White with #38086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38086A; }
p { color: rgb(56,8,106); }
H1.HeaderClassName
{
color: #38086A;
}
.AnyTagClassName
{
color: #38086A;
}
</style>
background-color css
<style>
a { background-color: #38086A; }
a { background-color: rgb(56,8,106); }
div.DivClassName
{
background-color: #38086A;
}
.BgClassName
{
background-color: #38086A;
}
</style>
border-color css
<style>
span { border-color: #38086A; }
span { border-color: rgb(56,8,106); }
td.TdClassName
{
border-color: #38086A;
}
.TagClassName
{
border-color: #38086A;
}
</style>