Shades of Persian Indigo #37069B
Tints of Persian Indigo #37069B
RGB
CMYK
RGB Variations
Color information
#37069B (or 0x37069B) is known color: Persian Indigo. HEX triplet: 37, 06 and 9B. RGB value is (55,6,155). Sum of RGB (Red+Green+Blue) = 55+6+155=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #37069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37069B is #C8F964. Grayscale: #252525. Windows color (decimal): -13171045 or 10159671. OLE color: 10159671.
HSL color Cylindrical-coordinate representation of color #37069B: hue angle of 259.73º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37069B is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 6 | 155 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.39 |
| HSL | 259.73º | 0.93% | 0.32% | - |
| HSV(B) | 259.73º | 0.96% | 0.61% | - |
| XYZ | 7.56 | 3.31 | 31.25 | - |
| YUV | 37.64 | 194.23 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 155 | 0.65 | 0.96 | 0 | 0.39 | 259.73 | 0.93 | 0.32 |
| Hex | 37 | 6 | 9B | 41 | 60 | 0 | 27 | 104 | 5D | 20 |
| Octal | 67 | 6 | 233 | 101 | 140 | 0 | 47 | 404 | 135 | 40 |
| Binary | 110111 | 110 | 10011011 | 1000001 | 1100000 | 0 | 100111 | 100000100 | 1011101 | 100000 |
Color Harmonies of #37069B
Complementary color
Monochromatic Colors of #37069B
Black with #37069B
Text Example
Text Example
White with #37069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37069B; }
p { color: rgb(55,6,155); }
H1.HeaderClassName
{
color: #37069B;
}
.AnyTagClassName
{
color: #37069B;
}
</style>
background-color css
<style>
a { background-color: #37069B; }
a { background-color: rgb(55,6,155); }
div.DivClassName
{
background-color: #37069B;
}
.BgClassName
{
background-color: #37069B;
}
</style>
border-color css
<style>
span { border-color: #37069B; }
span { border-color: rgb(55,6,155); }
td.TdClassName
{
border-color: #37069B;
}
.TagClassName
{
border-color: #37069B;
}
</style>