Shades of Persian Indigo #38016F
Tints of Persian Indigo #38016F
RGB
CMYK
RGB Variations
Color information
#38016F (or 0x38016F) is known color: Persian Indigo. HEX triplet: 38, 01 and 6F. RGB value is (56,1,111). Sum of RGB (Red+Green+Blue) = 56+1+111=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #38016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38016F is #C7FE90. Grayscale: #1D1D1D. Windows color (decimal): -13106833 or 7274808. OLE color: 7274808.
HSL color Cylindrical-coordinate representation of color #38016F: hue angle of 270º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38016F is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 1 | 111 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.56 |
| HSL | 270º | 0.98% | 0.22% | - |
| HSV(B) | 270º | 0.99% | 0.44% | - |
| XYZ | 4.51 | 2.01 | 15.19 | - |
| YUV | 29.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 111 | 0.50 | 0.99 | 0 | 0.56 | 270 | 0.98 | 0.22 |
| Hex | 38 | 1 | 6F | 32 | 63 | 0 | 38 | 10E | 62 | 16 |
| Octal | 70 | 1 | 157 | 62 | 143 | 0 | 70 | 416 | 142 | 26 |
| Binary | 111000 | 1 | 1101111 | 110010 | 1100011 | 0 | 111000 | 100001110 | 1100010 | 10110 |
Color Harmonies of #38016F
Complementary color
Monochromatic Colors of #38016F
Black with #38016F
Text Example
Text Example
White with #38016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38016F; }
p { color: rgb(56,1,111); }
H1.HeaderClassName
{
color: #38016F;
}
.AnyTagClassName
{
color: #38016F;
}
</style>
background-color css
<style>
a { background-color: #38016F; }
a { background-color: rgb(56,1,111); }
div.DivClassName
{
background-color: #38016F;
}
.BgClassName
{
background-color: #38016F;
}
</style>
border-color css
<style>
span { border-color: #38016F; }
span { border-color: rgb(56,1,111); }
td.TdClassName
{
border-color: #38016F;
}
.TagClassName
{
border-color: #38016F;
}
</style>