Shades of Persian Blue #3142A4
Tints of Persian Blue #3142A4
RGB
CMYK
RGB Variations
Color information
#3142A4 (or 0x3142A4) is known color: Persian Blue. HEX triplet: 31, 42 and A4. RGB value is (49,66,164). Sum of RGB (Red+Green+Blue) = 49+66+164=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #3142A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3142A4 is #CEBD5B. Grayscale: #474747. Windows color (decimal): -13548892 or 10764849. OLE color: 10764849.
HSL color Cylindrical-coordinate representation of color #3142A4: hue angle of 231.13º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3142A4 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 66 | 164 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.36 |
| HSL | 231.13º | 0.54% | 0.42% | - |
| HSV(B) | 231.13º | 0.7% | 0.64% | - |
| XYZ | 9.92 | 7.23 | 35.99 | - |
| YUV | 72.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 164 | 0.70 | 0.60 | 0 | 0.36 | 231.13 | 0.54 | 0.42 |
| Hex | 31 | 42 | A4 | 46 | 3C | 0 | 24 | E7 | 36 | 2A |
| Octal | 61 | 102 | 244 | 106 | 74 | 0 | 44 | 347 | 66 | 52 |
| Binary | 110001 | 1000010 | 10100100 | 1000110 | 111100 | 0 | 100100 | 11100111 | 110110 | 101010 |
Color Harmonies of #3142A4
Complementary color
Monochromatic Colors of #3142A4
Black with #3142A4
Text Example
Text Example
White with #3142A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142A4; }
p { color: rgb(49,66,164); }
H1.HeaderClassName
{
color: #3142A4;
}
.AnyTagClassName
{
color: #3142A4;
}
</style>
background-color css
<style>
a { background-color: #3142A4; }
a { background-color: rgb(49,66,164); }
div.DivClassName
{
background-color: #3142A4;
}
.BgClassName
{
background-color: #3142A4;
}
</style>
border-color css
<style>
span { border-color: #3142A4; }
span { border-color: rgb(49,66,164); }
td.TdClassName
{
border-color: #3142A4;
}
.TagClassName
{
border-color: #3142A4;
}
</style>