Shades of Persian Indigo #38127A
Tints of Persian Indigo #38127A
RGB
CMYK
RGB Variations
Color information
#38127A (or 0x38127A) is known color: Persian Indigo. HEX triplet: 38, 12 and 7A. RGB value is (56,18,122). Sum of RGB (Red+Green+Blue) = 56+18+122=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #38127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38127A is #C7ED85. Grayscale: #282828. Windows color (decimal): -13102470 or 8000056. OLE color: 8000056.
HSL color Cylindrical-coordinate representation of color #38127A: hue angle of 261.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38127A is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 18 | 122 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.52 |
| HSL | 261.92º | 0.74% | 0.27% | - |
| HSV(B) | 261.92º | 0.85% | 0.48% | - |
| XYZ | 5.36 | 2.68 | 18.65 | - |
| YUV | 41.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 122 | 0.54 | 0.85 | 0 | 0.52 | 261.92 | 0.74 | 0.27 |
| Hex | 38 | 12 | 7A | 36 | 55 | 0 | 34 | 106 | 4A | 1B |
| Octal | 70 | 22 | 172 | 66 | 125 | 0 | 64 | 406 | 112 | 33 |
| Binary | 111000 | 10010 | 1111010 | 110110 | 1010101 | 0 | 110100 | 100000110 | 1001010 | 11011 |
Color Harmonies of #38127A
Complementary color
Monochromatic Colors of #38127A
Black with #38127A
Text Example
Text Example
White with #38127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38127A; }
p { color: rgb(56,18,122); }
H1.HeaderClassName
{
color: #38127A;
}
.AnyTagClassName
{
color: #38127A;
}
</style>
background-color css
<style>
a { background-color: #38127A; }
a { background-color: rgb(56,18,122); }
div.DivClassName
{
background-color: #38127A;
}
.BgClassName
{
background-color: #38127A;
}
</style>
border-color css
<style>
span { border-color: #38127A; }
span { border-color: rgb(56,18,122); }
td.TdClassName
{
border-color: #38127A;
}
.TagClassName
{
border-color: #38127A;
}
</style>