Shades of Persian Blue #3431AF
Tints of Persian Blue #3431AF
RGB
CMYK
RGB Variations
Color information
#3431AF (or 0x3431AF) is known color: Persian Blue. HEX triplet: 34, 31 and AF. RGB value is (52,49,175). Sum of RGB (Red+Green+Blue) = 52+49+175=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #3431AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3431AF is #CBCE50. Grayscale: #3F3F3F. Windows color (decimal): -13356625 or 11481396. OLE color: 11481396.
HSL color Cylindrical-coordinate representation of color #3431AF: hue angle of 241.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3431AF is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 49 | 175 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.31 |
| HSL | 241.43º | 0.56% | 0.44% | - |
| HSV(B) | 241.43º | 0.72% | 0.69% | - |
| XYZ | 10.25 | 6.02 | 41.18 | - |
| YUV | 64.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 175 | 0.70 | 0.72 | 0 | 0.31 | 241.43 | 0.56 | 0.44 |
| Hex | 34 | 31 | AF | 46 | 48 | 0 | 1F | F1 | 38 | 2C |
| Octal | 64 | 61 | 257 | 106 | 110 | 0 | 37 | 361 | 70 | 54 |
| Binary | 110100 | 110001 | 10101111 | 1000110 | 1001000 | 0 | 11111 | 11110001 | 111000 | 101100 |
Color Harmonies of #3431AF
Complementary color
Monochromatic Colors of #3431AF
Black with #3431AF
Text Example
Text Example
White with #3431AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431AF; }
p { color: rgb(52,49,175); }
H1.HeaderClassName
{
color: #3431AF;
}
.AnyTagClassName
{
color: #3431AF;
}
</style>
background-color css
<style>
a { background-color: #3431AF; }
a { background-color: rgb(52,49,175); }
div.DivClassName
{
background-color: #3431AF;
}
.BgClassName
{
background-color: #3431AF;
}
</style>
border-color css
<style>
span { border-color: #3431AF; }
span { border-color: rgb(52,49,175); }
td.TdClassName
{
border-color: #3431AF;
}
.TagClassName
{
border-color: #3431AF;
}
</style>