Shades of Persian Blue #3926B1
Tints of Persian Blue #3926B1
RGB
CMYK
RGB Variations
Color information
#3926B1 (or 0x3926B1) is known color: Persian Blue. HEX triplet: 39, 26 and B1. RGB value is (57,38,177). Sum of RGB (Red+Green+Blue) = 57+38+177=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #3926B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3926B1 is #C6D94E. Grayscale: #3A3A3A. Windows color (decimal): -13031759 or 11609657. OLE color: 11609657.
HSL color Cylindrical-coordinate representation of color #3926B1: hue angle of 248.2º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3926B1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 38 | 177 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.31 |
| HSL | 248.2º | 0.65% | 0.42% | - |
| HSV(B) | 248.2º | 0.79% | 0.69% | - |
| XYZ | 10.32 | 5.43 | 42.1 | - |
| YUV | 59.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 177 | 0.68 | 0.79 | 0 | 0.31 | 248.2 | 0.65 | 0.42 |
| Hex | 39 | 26 | B1 | 44 | 4F | 0 | 1F | F8 | 41 | 2A |
| Octal | 71 | 46 | 261 | 104 | 117 | 0 | 37 | 370 | 101 | 52 |
| Binary | 111001 | 100110 | 10110001 | 1000100 | 1001111 | 0 | 11111 | 11111000 | 1000001 | 101010 |
Color Harmonies of #3926B1
Complementary color
Monochromatic Colors of #3926B1
Black with #3926B1
Text Example
Text Example
White with #3926B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3926B1; }
p { color: rgb(57,38,177); }
H1.HeaderClassName
{
color: #3926B1;
}
.AnyTagClassName
{
color: #3926B1;
}
</style>
background-color css
<style>
a { background-color: #3926B1; }
a { background-color: rgb(57,38,177); }
div.DivClassName
{
background-color: #3926B1;
}
.BgClassName
{
background-color: #3926B1;
}
</style>
border-color css
<style>
span { border-color: #3926B1; }
span { border-color: rgb(57,38,177); }
td.TdClassName
{
border-color: #3926B1;
}
.TagClassName
{
border-color: #3926B1;
}
</style>