Shades of Persian Indigo #38056C
Tints of Persian Indigo #38056C
RGB
CMYK
RGB Variations
Color information
#38056C (or 0x38056C) is known color: Persian Indigo. HEX triplet: 38, 05 and 6C. RGB value is (56,5,108). Sum of RGB (Red+Green+Blue) = 56+5+108=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #38056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38056C is #C7FA93. Grayscale: #1F1F1F. Windows color (decimal): -13105812 or 7079224. OLE color: 7079224.
HSL color Cylindrical-coordinate representation of color #38056C: hue angle of 269.71º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38056C is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 5 | 108 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.58 |
| HSL | 269.71º | 0.91% | 0.22% | - |
| HSV(B) | 269.71º | 0.95% | 0.42% | - |
| XYZ | 4.39 | 2.03 | 14.35 | - |
| YUV | 31.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 108 | 0.48 | 0.95 | 0 | 0.58 | 269.71 | 0.91 | 0.22 |
| Hex | 38 | 5 | 6C | 30 | 5F | 0 | 3A | 10E | 5B | 16 |
| Octal | 70 | 5 | 154 | 60 | 137 | 0 | 72 | 416 | 133 | 26 |
| Binary | 111000 | 101 | 1101100 | 110000 | 1011111 | 0 | 111010 | 100001110 | 1011011 | 10110 |
Color Harmonies of #38056C
Complementary color
Monochromatic Colors of #38056C
Black with #38056C
Text Example
Text Example
White with #38056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38056C; }
p { color: rgb(56,5,108); }
H1.HeaderClassName
{
color: #38056C;
}
.AnyTagClassName
{
color: #38056C;
}
</style>
background-color css
<style>
a { background-color: #38056C; }
a { background-color: rgb(56,5,108); }
div.DivClassName
{
background-color: #38056C;
}
.BgClassName
{
background-color: #38056C;
}
</style>
border-color css
<style>
span { border-color: #38056C; }
span { border-color: rgb(56,5,108); }
td.TdClassName
{
border-color: #38056C;
}
.TagClassName
{
border-color: #38056C;
}
</style>