Shades of Persian Indigo #38007A
Tints of Persian Indigo #38007A
RGB
CMYK
RGB Variations
Color information
#38007A (or 0x38007A) is known color: Persian Indigo. HEX triplet: 38, 00 and 7A. RGB value is (56,0,122). Sum of RGB (Red+Green+Blue) = 56+0+122=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #38007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38007A is #C7FF85. Grayscale: #1E1E1E. Windows color (decimal): -13107078 or 7995448. OLE color: 7995448.
HSL color Cylindrical-coordinate representation of color #38007A: hue angle of 267.54º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38007A is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 0 | 122 | - |
| CMYK | 0.54 | 1 | 0 | 0.52 |
| HSL | 267.54º | 1% | 0.24% | - |
| HSV(B) | 267.54º | 1% | 0.48% | - |
| XYZ | 5.14 | 2.25 | 18.57 | - |
| YUV | 30.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 122 | 0.54 | 1 | 0 | 0.52 | 267.54 | 1 | 0.24 |
| Hex | 38 | 0 | 7A | 36 | 64 | 0 | 34 | 10C | 64 | 18 |
| Octal | 70 | 0 | 172 | 66 | 144 | 0 | 64 | 414 | 144 | 30 |
| Binary | 111000 | 0 | 1111010 | 110110 | 1100100 | 0 | 110100 | 100001100 | 1100100 | 11000 |
Color Harmonies of #38007A
Complementary color
Monochromatic Colors of #38007A
Black with #38007A
Text Example
Text Example
White with #38007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38007A; }
p { color: rgb(56,0,122); }
H1.HeaderClassName
{
color: #38007A;
}
.AnyTagClassName
{
color: #38007A;
}
</style>
background-color css
<style>
a { background-color: #38007A; }
a { background-color: rgb(56,0,122); }
div.DivClassName
{
background-color: #38007A;
}
.BgClassName
{
background-color: #38007A;
}
</style>
border-color css
<style>
span { border-color: #38007A; }
span { border-color: rgb(56,0,122); }
td.TdClassName
{
border-color: #38007A;
}
.TagClassName
{
border-color: #38007A;
}
</style>