Shades of Persian Blue #3138C1
Tints of Persian Blue #3138C1
RGB
CMYK
RGB Variations
Color information
#3138C1 (or 0x3138C1) is known color: Persian Blue. HEX triplet: 31, 38 and C1. RGB value is (49,56,193). Sum of RGB (Red+Green+Blue) = 49+56+193=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #3138C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3138C1 is #CEC73E. Grayscale: #444444. Windows color (decimal): -13551423 or 12662833. OLE color: 12662833.
HSL color Cylindrical-coordinate representation of color #3138C1: hue angle of 237.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3138C1 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 56 | 193 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.24 |
| HSL | 237.08º | 0.6% | 0.47% | - |
| HSV(B) | 237.08º | 0.75% | 0.76% | - |
| XYZ | 12.31 | 7.33 | 51.22 | - |
| YUV | 69.53 | 197.68 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 193 | 0.75 | 0.71 | 0 | 0.24 | 237.08 | 0.6 | 0.47 |
| Hex | 31 | 38 | C1 | 4B | 47 | 0 | 18 | ED | 3C | 2F |
| Octal | 61 | 70 | 301 | 113 | 107 | 0 | 30 | 355 | 74 | 57 |
| Binary | 110001 | 111000 | 11000001 | 1001011 | 1000111 | 0 | 11000 | 11101101 | 111100 | 101111 |
Color Harmonies of #3138C1
Complementary color
Monochromatic Colors of #3138C1
Black with #3138C1
Text Example
Text Example
White with #3138C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3138C1; }
p { color: rgb(49,56,193); }
H1.HeaderClassName
{
color: #3138C1;
}
.AnyTagClassName
{
color: #3138C1;
}
</style>
background-color css
<style>
a { background-color: #3138C1; }
a { background-color: rgb(49,56,193); }
div.DivClassName
{
background-color: #3138C1;
}
.BgClassName
{
background-color: #3138C1;
}
</style>
border-color css
<style>
span { border-color: #3138C1; }
span { border-color: rgb(49,56,193); }
td.TdClassName
{
border-color: #3138C1;
}
.TagClassName
{
border-color: #3138C1;
}
</style>