Shades of Persian Blue #313AAC
Tints of Persian Blue #313AAC
RGB
CMYK
RGB Variations
Color information
#313AAC (or 0x313AAC) is known color: Persian Blue. HEX triplet: 31, 3A and AC. RGB value is (49,58,172). Sum of RGB (Red+Green+Blue) = 49+58+172=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #313AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AAC is #CEC553. Grayscale: #434343. Windows color (decimal): -13550932 or 11287089. OLE color: 11287089.
HSL color Cylindrical-coordinate representation of color #313AAC: hue angle of 235.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313AAC is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 58 | 172 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.33 |
| HSL | 235.61º | 0.56% | 0.43% | - |
| HSV(B) | 235.61º | 0.72% | 0.67% | - |
| XYZ | 10.23 | 6.66 | 39.78 | - |
| YUV | 68.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 172 | 0.72 | 0.66 | 0 | 0.33 | 235.61 | 0.56 | 0.43 |
| Hex | 31 | 3A | AC | 48 | 42 | 0 | 21 | EC | 38 | 2B |
| Octal | 61 | 72 | 254 | 110 | 102 | 0 | 41 | 354 | 70 | 53 |
| Binary | 110001 | 111010 | 10101100 | 1001000 | 1000010 | 0 | 100001 | 11101100 | 111000 | 101011 |
Color Harmonies of #313AAC
Complementary color
Monochromatic Colors of #313AAC
Black with #313AAC
Text Example
Text Example
White with #313AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AAC; }
p { color: rgb(49,58,172); }
H1.HeaderClassName
{
color: #313AAC;
}
.AnyTagClassName
{
color: #313AAC;
}
</style>
background-color css
<style>
a { background-color: #313AAC; }
a { background-color: rgb(49,58,172); }
div.DivClassName
{
background-color: #313AAC;
}
.BgClassName
{
background-color: #313AAC;
}
</style>
border-color css
<style>
span { border-color: #313AAC; }
span { border-color: rgb(49,58,172); }
td.TdClassName
{
border-color: #313AAC;
}
.TagClassName
{
border-color: #313AAC;
}
</style>