Shades of Persian Blue #3123AC
Tints of Persian Blue #3123AC
RGB
CMYK
RGB Variations
Color information
#3123AC (or 0x3123AC) is known color: Persian Blue. HEX triplet: 31, 23 and AC. RGB value is (49,35,172). Sum of RGB (Red+Green+Blue) = 49+35+172=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #3123AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3123AC is #CEDC53. Grayscale: #363636. Windows color (decimal): -13556820 or 11281201. OLE color: 11281201.
HSL color Cylindrical-coordinate representation of color #3123AC: hue angle of 246.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3123AC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 35 | 172 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.33 |
| HSL | 246.13º | 0.66% | 0.41% | - |
| HSV(B) | 246.13º | 0.8% | 0.67% | - |
| XYZ | 9.31 | 4.83 | 39.47 | - |
| YUV | 54.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 172 | 0.72 | 0.80 | 0 | 0.33 | 246.13 | 0.66 | 0.41 |
| Hex | 31 | 23 | AC | 48 | 50 | 0 | 21 | F6 | 42 | 29 |
| Octal | 61 | 43 | 254 | 110 | 120 | 0 | 41 | 366 | 102 | 51 |
| Binary | 110001 | 100011 | 10101100 | 1001000 | 1010000 | 0 | 100001 | 11110110 | 1000010 | 101001 |
Color Harmonies of #3123AC
Complementary color
Monochromatic Colors of #3123AC
Black with #3123AC
Text Example
Text Example
White with #3123AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3123AC; }
p { color: rgb(49,35,172); }
H1.HeaderClassName
{
color: #3123AC;
}
.AnyTagClassName
{
color: #3123AC;
}
</style>
background-color css
<style>
a { background-color: #3123AC; }
a { background-color: rgb(49,35,172); }
div.DivClassName
{
background-color: #3123AC;
}
.BgClassName
{
background-color: #3123AC;
}
</style>
border-color css
<style>
span { border-color: #3123AC; }
span { border-color: rgb(49,35,172); }
td.TdClassName
{
border-color: #3123AC;
}
.TagClassName
{
border-color: #3123AC;
}
</style>