Shades of Persian Indigo #37018A
Tints of Persian Indigo #37018A
RGB
CMYK
RGB Variations
Color information
#37018A (or 0x37018A) is known color: Persian Indigo. HEX triplet: 37, 01 and 8A. RGB value is (55,1,138). Sum of RGB (Red+Green+Blue) = 55+1+138=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #37018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37018A is #C8FE75. Grayscale: #202020. Windows color (decimal): -13172342 or 9044279. OLE color: 9044279.
HSL color Cylindrical-coordinate representation of color #37018A: hue angle of 263.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37018A is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 1 | 138 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.46 |
| HSL | 263.65º | 0.99% | 0.27% | - |
| HSV(B) | 263.65º | 0.99% | 0.54% | - |
| XYZ | 6.17 | 2.67 | 24.23 | - |
| YUV | 32.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 138 | 0.60 | 0.99 | 0 | 0.46 | 263.65 | 0.99 | 0.27 |
| Hex | 37 | 1 | 8A | 3C | 63 | 0 | 2E | 108 | 63 | 1B |
| Octal | 67 | 1 | 212 | 74 | 143 | 0 | 56 | 410 | 143 | 33 |
| Binary | 110111 | 1 | 10001010 | 111100 | 1100011 | 0 | 101110 | 100001000 | 1100011 | 11011 |
Color Harmonies of #37018A
Complementary color
Monochromatic Colors of #37018A
Black with #37018A
Text Example
Text Example
White with #37018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37018A; }
p { color: rgb(55,1,138); }
H1.HeaderClassName
{
color: #37018A;
}
.AnyTagClassName
{
color: #37018A;
}
</style>
background-color css
<style>
a { background-color: #37018A; }
a { background-color: rgb(55,1,138); }
div.DivClassName
{
background-color: #37018A;
}
.BgClassName
{
background-color: #37018A;
}
</style>
border-color css
<style>
span { border-color: #37018A; }
span { border-color: rgb(55,1,138); }
td.TdClassName
{
border-color: #37018A;
}
.TagClassName
{
border-color: #37018A;
}
</style>