Shades of Persian Blue #3839AF
Tints of Persian Blue #3839AF
RGB
CMYK
RGB Variations
Color information
#3839AF (or 0x3839AF) is known color: Persian Blue. HEX triplet: 38, 39 and AF. RGB value is (56,57,175). Sum of RGB (Red+Green+Blue) = 56+57+175=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #3839AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3839AF is #C7C650. Grayscale: #454545. Windows color (decimal): -13092433 or 11483448. OLE color: 11483448.
HSL color Cylindrical-coordinate representation of color #3839AF: hue angle of 239.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3839AF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 57 | 175 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.31 |
| HSL | 239.5º | 0.52% | 0.45% | - |
| HSV(B) | 239.5º | 0.68% | 0.69% | - |
| XYZ | 10.83 | 6.86 | 41.31 | - |
| YUV | 70.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 175 | 0.68 | 0.67 | 0 | 0.31 | 239.5 | 0.52 | 0.45 |
| Hex | 38 | 39 | AF | 44 | 43 | 0 | 1F | EF | 34 | 2D |
| Octal | 70 | 71 | 257 | 104 | 103 | 0 | 37 | 357 | 64 | 55 |
| Binary | 111000 | 111001 | 10101111 | 1000100 | 1000011 | 0 | 11111 | 11101111 | 110100 | 101101 |
Color Harmonies of #3839AF
Complementary color
Monochromatic Colors of #3839AF
Black with #3839AF
Text Example
Text Example
White with #3839AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3839AF; }
p { color: rgb(56,57,175); }
H1.HeaderClassName
{
color: #3839AF;
}
.AnyTagClassName
{
color: #3839AF;
}
</style>
background-color css
<style>
a { background-color: #3839AF; }
a { background-color: rgb(56,57,175); }
div.DivClassName
{
background-color: #3839AF;
}
.BgClassName
{
background-color: #3839AF;
}
</style>
border-color css
<style>
span { border-color: #3839AF; }
span { border-color: rgb(56,57,175); }
td.TdClassName
{
border-color: #3839AF;
}
.TagClassName
{
border-color: #3839AF;
}
</style>