Shades of Persian Indigo #370C8A
Tints of Persian Indigo #370C8A
RGB
CMYK
RGB Variations
Color information
#370C8A (or 0x370C8A) is known color: Persian Indigo. HEX triplet: 37, 0C and 8A. RGB value is (55,12,138). Sum of RGB (Red+Green+Blue) = 55+12+138=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #370C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370C8A is #C8F375. Grayscale: #262626. Windows color (decimal): -13169526 or 9047095. OLE color: 9047095.
HSL color Cylindrical-coordinate representation of color #370C8A: hue angle of 260.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370C8A is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 12 | 138 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.46 |
| HSL | 260.48º | 0.84% | 0.29% | - |
| HSV(B) | 260.48º | 0.91% | 0.54% | - |
| XYZ | 6.29 | 2.91 | 24.27 | - |
| YUV | 39.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 138 | 0.60 | 0.91 | 0 | 0.46 | 260.48 | 0.84 | 0.29 |
| Hex | 37 | C | 8A | 3C | 5B | 0 | 2E | 104 | 54 | 1D |
| Octal | 67 | 14 | 212 | 74 | 133 | 0 | 56 | 404 | 124 | 35 |
| Binary | 110111 | 1100 | 10001010 | 111100 | 1011011 | 0 | 101110 | 100000100 | 1010100 | 11101 |
Color Harmonies of #370C8A
Complementary color
Monochromatic Colors of #370C8A
Black with #370C8A
Text Example
Text Example
White with #370C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C8A; }
p { color: rgb(55,12,138); }
H1.HeaderClassName
{
color: #370C8A;
}
.AnyTagClassName
{
color: #370C8A;
}
</style>
background-color css
<style>
a { background-color: #370C8A; }
a { background-color: rgb(55,12,138); }
div.DivClassName
{
background-color: #370C8A;
}
.BgClassName
{
background-color: #370C8A;
}
</style>
border-color css
<style>
span { border-color: #370C8A; }
span { border-color: rgb(55,12,138); }
td.TdClassName
{
border-color: #370C8A;
}
.TagClassName
{
border-color: #370C8A;
}
</style>