Shades of Persian Indigo #38097F
Tints of Persian Indigo #38097F
RGB
CMYK
RGB Variations
Color information
#38097F (or 0x38097F) is known color: Persian Indigo. HEX triplet: 38, 09 and 7F. RGB value is (56,9,127). Sum of RGB (Red+Green+Blue) = 56+9+127=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #38097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38097F is #C7F680. Grayscale: #242424. Windows color (decimal): -13104769 or 8325432. OLE color: 8325432.
HSL color Cylindrical-coordinate representation of color #38097F: hue angle of 263.9º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38097F is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 9 | 127 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.50 |
| HSL | 263.9º | 0.87% | 0.27% | - |
| HSV(B) | 263.9º | 0.93% | 0.5% | - |
| XYZ | 5.56 | 2.57 | 20.28 | - |
| YUV | 36.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 127 | 0.56 | 0.93 | 0 | 0.50 | 263.9 | 0.87 | 0.27 |
| Hex | 38 | 9 | 7F | 38 | 5D | 0 | 32 | 108 | 57 | 1B |
| Octal | 70 | 11 | 177 | 70 | 135 | 0 | 62 | 410 | 127 | 33 |
| Binary | 111000 | 1001 | 1111111 | 111000 | 1011101 | 0 | 110010 | 100001000 | 1010111 | 11011 |
Color Harmonies of #38097F
Complementary color
Monochromatic Colors of #38097F
Black with #38097F
Text Example
Text Example
White with #38097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38097F; }
p { color: rgb(56,9,127); }
H1.HeaderClassName
{
color: #38097F;
}
.AnyTagClassName
{
color: #38097F;
}
</style>
background-color css
<style>
a { background-color: #38097F; }
a { background-color: rgb(56,9,127); }
div.DivClassName
{
background-color: #38097F;
}
.BgClassName
{
background-color: #38097F;
}
</style>
border-color css
<style>
span { border-color: #38097F; }
span { border-color: rgb(56,9,127); }
td.TdClassName
{
border-color: #38097F;
}
.TagClassName
{
border-color: #38097F;
}
</style>