Shades of Persian Blue #3125BC
Tints of Persian Blue #3125BC
RGB
CMYK
RGB Variations
Color information
#3125BC (or 0x3125BC) is known color: Persian Blue. HEX triplet: 31, 25 and BC. RGB value is (49,37,188). Sum of RGB (Red+Green+Blue) = 49+37+188=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #3125BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3125BC is #CEDA43. Grayscale: #393939. Windows color (decimal): -13556292 or 12330289. OLE color: 12330289.
HSL color Cylindrical-coordinate representation of color #3125BC: hue angle of 244.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3125BC is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 37 | 188 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.26 |
| HSL | 244.77º | 0.67% | 0.44% | - |
| HSV(B) | 244.77º | 0.8% | 0.74% | - |
| XYZ | 11.01 | 5.61 | 48.08 | - |
| YUV | 57.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 188 | 0.74 | 0.80 | 0 | 0.26 | 244.77 | 0.67 | 0.44 |
| Hex | 31 | 25 | BC | 4A | 50 | 0 | 1A | F5 | 43 | 2C |
| Octal | 61 | 45 | 274 | 112 | 120 | 0 | 32 | 365 | 103 | 54 |
| Binary | 110001 | 100101 | 10111100 | 1001010 | 1010000 | 0 | 11010 | 11110101 | 1000011 | 101100 |
Color Harmonies of #3125BC
Complementary color
Monochromatic Colors of #3125BC
Black with #3125BC
Text Example
Text Example
White with #3125BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3125BC; }
p { color: rgb(49,37,188); }
H1.HeaderClassName
{
color: #3125BC;
}
.AnyTagClassName
{
color: #3125BC;
}
</style>
background-color css
<style>
a { background-color: #3125BC; }
a { background-color: rgb(49,37,188); }
div.DivClassName
{
background-color: #3125BC;
}
.BgClassName
{
background-color: #3125BC;
}
</style>
border-color css
<style>
span { border-color: #3125BC; }
span { border-color: rgb(49,37,188); }
td.TdClassName
{
border-color: #3125BC;
}
.TagClassName
{
border-color: #3125BC;
}
</style>