Shades of Persian Indigo #38218B
Tints of Persian Indigo #38218B
RGB
CMYK
RGB Variations
Color information
#38218B (or 0x38218B) is known color: Persian Indigo. HEX triplet: 38, 21 and 8B. RGB value is (56,33,139). Sum of RGB (Red+Green+Blue) = 56+33+139=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #38218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38218B is #C7DE74. Grayscale: #333333. Windows color (decimal): -13098613 or 9118008. OLE color: 9118008.
HSL color Cylindrical-coordinate representation of color #38218B: hue angle of 253.02º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38218B is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 33 | 139 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.45 |
| HSL | 253.02º | 0.62% | 0.34% | - |
| HSV(B) | 253.02º | 0.76% | 0.55% | - |
| XYZ | 6.83 | 3.79 | 24.8 | - |
| YUV | 51.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 139 | 0.60 | 0.76 | 0 | 0.45 | 253.02 | 0.62 | 0.34 |
| Hex | 38 | 21 | 8B | 3C | 4C | 0 | 2D | FD | 3E | 22 |
| Octal | 70 | 41 | 213 | 74 | 114 | 0 | 55 | 375 | 76 | 42 |
| Binary | 111000 | 100001 | 10001011 | 111100 | 1001100 | 0 | 101101 | 11111101 | 111110 | 100010 |
Color Harmonies of #38218B
Complementary color
Monochromatic Colors of #38218B
Black with #38218B
Text Example
Text Example
White with #38218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38218B; }
p { color: rgb(56,33,139); }
H1.HeaderClassName
{
color: #38218B;
}
.AnyTagClassName
{
color: #38218B;
}
</style>
background-color css
<style>
a { background-color: #38218B; }
a { background-color: rgb(56,33,139); }
div.DivClassName
{
background-color: #38218B;
}
.BgClassName
{
background-color: #38218B;
}
</style>
border-color css
<style>
span { border-color: #38218B; }
span { border-color: rgb(56,33,139); }
td.TdClassName
{
border-color: #38218B;
}
.TagClassName
{
border-color: #38218B;
}
</style>