Shades of Persian Indigo #250A68
Tints of Persian Indigo #250A68
RGB
CMYK
RGB Variations
Color information
#250A68 (or 0x250A68) is known color: Persian Indigo. HEX triplet: 25, 0A and 68. RGB value is (37,10,104). Sum of RGB (Red+Green+Blue) = 37+10+104=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #250A68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A68 is #DAF597. Grayscale: #1C1C1C. Windows color (decimal): -14349720 or 6818341. OLE color: 6818341.
HSL color Cylindrical-coordinate representation of color #250A68: hue angle of 257.23º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250A68 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 10 | 104 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.59 |
| HSL | 257.23º | 0.82% | 0.22% | - |
| HSV(B) | 257.23º | 0.9% | 0.41% | - |
| XYZ | 3.37 | 1.61 | 13.23 | - |
| YUV | 28.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 104 | 0.64 | 0.90 | 0 | 0.59 | 257.23 | 0.82 | 0.22 |
| Hex | 25 | A | 68 | 40 | 5A | 0 | 3B | 101 | 52 | 16 |
| Octal | 45 | 12 | 150 | 100 | 132 | 0 | 73 | 401 | 122 | 26 |
| Binary | 100101 | 1010 | 1101000 | 1000000 | 1011010 | 0 | 111011 | 100000001 | 1010010 | 10110 |
Color Harmonies of #250A68
Complementary color
Monochromatic Colors of #250A68
Black with #250A68
Text Example
Text Example
White with #250A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A68; }
p { color: rgb(37,10,104); }
H1.HeaderClassName
{
color: #250A68;
}
.AnyTagClassName
{
color: #250A68;
}
</style>
background-color css
<style>
a { background-color: #250A68; }
a { background-color: rgb(37,10,104); }
div.DivClassName
{
background-color: #250A68;
}
.BgClassName
{
background-color: #250A68;
}
</style>
border-color css
<style>
span { border-color: #250A68; }
span { border-color: rgb(37,10,104); }
td.TdClassName
{
border-color: #250A68;
}
.TagClassName
{
border-color: #250A68;
}
</style>