Shades of Persian Indigo #250A65
Tints of Persian Indigo #250A65
RGB
CMYK
RGB Variations
Color information
#250A65 (or 0x250A65) is known color: Persian Indigo. HEX triplet: 25, 0A and 65. RGB value is (37,10,101). Sum of RGB (Red+Green+Blue) = 37+10+101=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #250A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A65 is #DAF59A. Grayscale: #1C1C1C. Windows color (decimal): -14349723 or 6621733. OLE color: 6621733.
HSL color Cylindrical-coordinate representation of color #250A65: hue angle of 257.8º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250A65 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 10 | 101 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.60 |
| HSL | 257.8º | 0.82% | 0.22% | - |
| HSV(B) | 257.8º | 0.9% | 0.4% | - |
| XYZ | 3.22 | 1.55 | 12.44 | - |
| YUV | 28.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 101 | 0.63 | 0.90 | 0 | 0.60 | 257.8 | 0.82 | 0.22 |
| Hex | 25 | A | 65 | 3F | 5A | 0 | 3C | 102 | 52 | 16 |
| Octal | 45 | 12 | 145 | 77 | 132 | 0 | 74 | 402 | 122 | 26 |
| Binary | 100101 | 1010 | 1100101 | 111111 | 1011010 | 0 | 111100 | 100000010 | 1010010 | 10110 |
Color Harmonies of #250A65
Complementary color
Monochromatic Colors of #250A65
Black with #250A65
Text Example
Text Example
White with #250A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A65; }
p { color: rgb(37,10,101); }
H1.HeaderClassName
{
color: #250A65;
}
.AnyTagClassName
{
color: #250A65;
}
</style>
background-color css
<style>
a { background-color: #250A65; }
a { background-color: rgb(37,10,101); }
div.DivClassName
{
background-color: #250A65;
}
.BgClassName
{
background-color: #250A65;
}
</style>
border-color css
<style>
span { border-color: #250A65; }
span { border-color: rgb(37,10,101); }
td.TdClassName
{
border-color: #250A65;
}
.TagClassName
{
border-color: #250A65;
}
</style>