Shades of Persian Indigo #37258C
Tints of Persian Indigo #37258C
RGB
CMYK
RGB Variations
Color information
#37258C (or 0x37258C) is known color: Persian Indigo. HEX triplet: 37, 25 and 8C. RGB value is (55,37,140). Sum of RGB (Red+Green+Blue) = 55+37+140=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #37258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37258C is #C8DA73. Grayscale: #353535. Windows color (decimal): -13163124 or 9184567. OLE color: 9184567.
HSL color Cylindrical-coordinate representation of color #37258C: hue angle of 250.49º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37258C is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 37 | 140 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.45 |
| HSL | 250.49º | 0.58% | 0.35% | - |
| HSV(B) | 250.49º | 0.74% | 0.55% | - |
| XYZ | 6.97 | 4.03 | 25.22 | - |
| YUV | 54.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 140 | 0.61 | 0.74 | 0 | 0.45 | 250.49 | 0.58 | 0.35 |
| Hex | 37 | 25 | 8C | 3D | 4A | 0 | 2D | FA | 3A | 23 |
| Octal | 67 | 45 | 214 | 75 | 112 | 0 | 55 | 372 | 72 | 43 |
| Binary | 110111 | 100101 | 10001100 | 111101 | 1001010 | 0 | 101101 | 11111010 | 111010 | 100011 |
Color Harmonies of #37258C
Complementary color
Monochromatic Colors of #37258C
Black with #37258C
Text Example
Text Example
White with #37258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37258C; }
p { color: rgb(55,37,140); }
H1.HeaderClassName
{
color: #37258C;
}
.AnyTagClassName
{
color: #37258C;
}
</style>
background-color css
<style>
a { background-color: #37258C; }
a { background-color: rgb(55,37,140); }
div.DivClassName
{
background-color: #37258C;
}
.BgClassName
{
background-color: #37258C;
}
</style>
border-color css
<style>
span { border-color: #37258C; }
span { border-color: rgb(55,37,140); }
td.TdClassName
{
border-color: #37258C;
}
.TagClassName
{
border-color: #37258C;
}
</style>