Shades of Persian Indigo #38087F
Tints of Persian Indigo #38087F
RGB
CMYK
RGB Variations
Color information
#38087F (or 0x38087F) is known color: Persian Indigo. HEX triplet: 38, 08 and 7F. RGB value is (56,8,127). Sum of RGB (Red+Green+Blue) = 56+8+127=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #38087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38087F is #C7F780. Grayscale: #232323. Windows color (decimal): -13105025 or 8325176. OLE color: 8325176.
HSL color Cylindrical-coordinate representation of color #38087F: hue angle of 264.2º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38087F is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 8 | 127 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.50 |
| HSL | 264.2º | 0.88% | 0.26% | - |
| HSV(B) | 264.2º | 0.94% | 0.5% | - |
| XYZ | 5.55 | 2.55 | 20.28 | - |
| YUV | 35.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 127 | 0.56 | 0.94 | 0 | 0.50 | 264.2 | 0.88 | 0.26 |
| Hex | 38 | 8 | 7F | 38 | 5E | 0 | 32 | 108 | 58 | 1A |
| Octal | 70 | 10 | 177 | 70 | 136 | 0 | 62 | 410 | 130 | 32 |
| Binary | 111000 | 1000 | 1111111 | 111000 | 1011110 | 0 | 110010 | 100001000 | 1011000 | 11010 |
Color Harmonies of #38087F
Complementary color
Monochromatic Colors of #38087F
Black with #38087F
Text Example
Text Example
White with #38087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38087F; }
p { color: rgb(56,8,127); }
H1.HeaderClassName
{
color: #38087F;
}
.AnyTagClassName
{
color: #38087F;
}
</style>
background-color css
<style>
a { background-color: #38087F; }
a { background-color: rgb(56,8,127); }
div.DivClassName
{
background-color: #38087F;
}
.BgClassName
{
background-color: #38087F;
}
</style>
border-color css
<style>
span { border-color: #38087F; }
span { border-color: rgb(56,8,127); }
td.TdClassName
{
border-color: #38087F;
}
.TagClassName
{
border-color: #38087F;
}
</style>