Shades of Persian Indigo #38047D
Tints of Persian Indigo #38047D
RGB
CMYK
RGB Variations
Color information
#38047D (or 0x38047D) is known color: Persian Indigo. HEX triplet: 38, 04 and 7D. RGB value is (56,4,125). Sum of RGB (Red+Green+Blue) = 56+4+125=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #38047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38047D is #C7FB82. Grayscale: #202020. Windows color (decimal): -13106051 or 8193080. OLE color: 8193080.
HSL color Cylindrical-coordinate representation of color #38047D: hue angle of 265.79º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38047D is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 4 | 125 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.51 |
| HSL | 265.79º | 0.94% | 0.25% | - |
| HSV(B) | 265.79º | 0.97% | 0.49% | - |
| XYZ | 5.38 | 2.41 | 19.58 | - |
| YUV | 33.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 125 | 0.55 | 0.97 | 0 | 0.51 | 265.79 | 0.94 | 0.25 |
| Hex | 38 | 4 | 7D | 37 | 61 | 0 | 33 | 10A | 5E | 19 |
| Octal | 70 | 4 | 175 | 67 | 141 | 0 | 63 | 412 | 136 | 31 |
| Binary | 111000 | 100 | 1111101 | 110111 | 1100001 | 0 | 110011 | 100001010 | 1011110 | 11001 |
Color Harmonies of #38047D
Complementary color
Monochromatic Colors of #38047D
Black with #38047D
Text Example
Text Example
White with #38047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38047D; }
p { color: rgb(56,4,125); }
H1.HeaderClassName
{
color: #38047D;
}
.AnyTagClassName
{
color: #38047D;
}
</style>
background-color css
<style>
a { background-color: #38047D; }
a { background-color: rgb(56,4,125); }
div.DivClassName
{
background-color: #38047D;
}
.BgClassName
{
background-color: #38047D;
}
</style>
border-color css
<style>
span { border-color: #38047D; }
span { border-color: rgb(56,4,125); }
td.TdClassName
{
border-color: #38047D;
}
.TagClassName
{
border-color: #38047D;
}
</style>