Shades of Persian Indigo #25006B
Tints of Persian Indigo #25006B
RGB
CMYK
RGB Variations
Color information
#25006B (or 0x25006B) is known color: Persian Indigo. HEX triplet: 25, 00 and 6B. RGB value is (37,0,107). Sum of RGB (Red+Green+Blue) = 37+0+107=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #25006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25006B is #DAFF94. Grayscale: #161616. Windows color (decimal): -14352277 or 7012389. OLE color: 7012389.
HSL color Cylindrical-coordinate representation of color #25006B: hue angle of 260.75º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25006B is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 0 | 107 | - |
| CMYK | 0.65 | 1 | 0 | 0.58 |
| HSL | 260.75º | 1% | 0.21% | - |
| HSV(B) | 260.75º | 1% | 0.42% | - |
| XYZ | 3.42 | 1.45 | 14.01 | - |
| YUV | 23.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 107 | 0.65 | 1 | 0 | 0.58 | 260.75 | 1 | 0.21 |
| Hex | 25 | 0 | 6B | 41 | 64 | 0 | 3A | 105 | 64 | 15 |
| Octal | 45 | 0 | 153 | 101 | 144 | 0 | 72 | 405 | 144 | 25 |
| Binary | 100101 | 0 | 1101011 | 1000001 | 1100100 | 0 | 111010 | 100000101 | 1100100 | 10101 |
Color Harmonies of #25006B
Complementary color
Monochromatic Colors of #25006B
Black with #25006B
Text Example
Text Example
White with #25006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25006B; }
p { color: rgb(37,0,107); }
H1.HeaderClassName
{
color: #25006B;
}
.AnyTagClassName
{
color: #25006B;
}
</style>
background-color css
<style>
a { background-color: #25006B; }
a { background-color: rgb(37,0,107); }
div.DivClassName
{
background-color: #25006B;
}
.BgClassName
{
background-color: #25006B;
}
</style>
border-color css
<style>
span { border-color: #25006B; }
span { border-color: rgb(37,0,107); }
td.TdClassName
{
border-color: #25006B;
}
.TagClassName
{
border-color: #25006B;
}
</style>