Shades of Persian Indigo #370F7B
Tints of Persian Indigo #370F7B
RGB
CMYK
RGB Variations
Color information
#370F7B (or 0x370F7B) is known color: Persian Indigo. HEX triplet: 37, 0F and 7B. RGB value is (55,15,123). Sum of RGB (Red+Green+Blue) = 55+15+123=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #370F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F7B is #C8F084. Grayscale: #262626. Windows color (decimal): -13168773 or 8064823. OLE color: 8064823.
HSL color Cylindrical-coordinate representation of color #370F7B: hue angle of 262.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370F7B is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 15 | 123 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.52 |
| HSL | 262.22º | 0.78% | 0.27% | - |
| HSV(B) | 262.22º | 0.88% | 0.48% | - |
| XYZ | 5.32 | 2.58 | 18.96 | - |
| YUV | 39.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 123 | 0.55 | 0.88 | 0 | 0.52 | 262.22 | 0.78 | 0.27 |
| Hex | 37 | F | 7B | 37 | 58 | 0 | 34 | 106 | 4E | 1B |
| Octal | 67 | 17 | 173 | 67 | 130 | 0 | 64 | 406 | 116 | 33 |
| Binary | 110111 | 1111 | 1111011 | 110111 | 1011000 | 0 | 110100 | 100000110 | 1001110 | 11011 |
Color Harmonies of #370F7B
Complementary color
Monochromatic Colors of #370F7B
Black with #370F7B
Text Example
Text Example
White with #370F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F7B; }
p { color: rgb(55,15,123); }
H1.HeaderClassName
{
color: #370F7B;
}
.AnyTagClassName
{
color: #370F7B;
}
</style>
background-color css
<style>
a { background-color: #370F7B; }
a { background-color: rgb(55,15,123); }
div.DivClassName
{
background-color: #370F7B;
}
.BgClassName
{
background-color: #370F7B;
}
</style>
border-color css
<style>
span { border-color: #370F7B; }
span { border-color: rgb(55,15,123); }
td.TdClassName
{
border-color: #370F7B;
}
.TagClassName
{
border-color: #370F7B;
}
</style>