Shades of Persian Indigo #38017E
Tints of Persian Indigo #38017E
RGB
CMYK
RGB Variations
Color information
#38017E (or 0x38017E) is known color: Persian Indigo. HEX triplet: 38, 01 and 7E. RGB value is (56,1,126). Sum of RGB (Red+Green+Blue) = 56+1+126=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 126 (49.61% from 255 or 68.85% from 183); Max value from RGB is 126 - color contains mainly: blue. Hex color #38017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38017E is #C7FE81. Grayscale: #1F1F1F. Windows color (decimal): -13106818 or 8257848. OLE color: 8257848.
HSL color Cylindrical-coordinate representation of color #38017E: hue angle of 266.4º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38017E is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 1 | 126 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.51 |
| HSL | 266.4º | 0.98% | 0.25% | - |
| HSV(B) | 266.4º | 0.99% | 0.49% | - |
| XYZ | 5.41 | 2.37 | 19.91 | - |
| YUV | 31.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 126 | 0.56 | 0.99 | 0 | 0.51 | 266.4 | 0.98 | 0.25 |
| Hex | 38 | 1 | 7E | 38 | 63 | 0 | 33 | 10A | 62 | 19 |
| Octal | 70 | 1 | 176 | 70 | 143 | 0 | 63 | 412 | 142 | 31 |
| Binary | 111000 | 1 | 1111110 | 111000 | 1100011 | 0 | 110011 | 100001010 | 1100010 | 11001 |
Color Harmonies of #38017E
Complementary color
Monochromatic Colors of #38017E
Black with #38017E
Text Example
Text Example
White with #38017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38017E; }
p { color: rgb(56,1,126); }
H1.HeaderClassName
{
color: #38017E;
}
.AnyTagClassName
{
color: #38017E;
}
</style>
background-color css
<style>
a { background-color: #38017E; }
a { background-color: rgb(56,1,126); }
div.DivClassName
{
background-color: #38017E;
}
.BgClassName
{
background-color: #38017E;
}
</style>
border-color css
<style>
span { border-color: #38017E; }
span { border-color: rgb(56,1,126); }
td.TdClassName
{
border-color: #38017E;
}
.TagClassName
{
border-color: #38017E;
}
</style>