Shades of Persian Blue #3732AF
Tints of Persian Blue #3732AF
RGB
CMYK
RGB Variations
Color information
#3732AF (or 0x3732AF) is known color: Persian Blue. HEX triplet: 37, 32 and AF. RGB value is (55,50,175). Sum of RGB (Red+Green+Blue) = 55+50+175=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #3732AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3732AF is #C8CD50. Grayscale: #414141. Windows color (decimal): -13159761 or 11481655. OLE color: 11481655.
HSL color Cylindrical-coordinate representation of color #3732AF: hue angle of 242.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3732AF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 50 | 175 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.31 |
| HSL | 242.4º | 0.56% | 0.44% | - |
| HSV(B) | 242.4º | 0.71% | 0.69% | - |
| XYZ | 10.45 | 6.19 | 41.2 | - |
| YUV | 65.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 175 | 0.69 | 0.71 | 0 | 0.31 | 242.4 | 0.56 | 0.44 |
| Hex | 37 | 32 | AF | 45 | 47 | 0 | 1F | F2 | 38 | 2C |
| Octal | 67 | 62 | 257 | 105 | 107 | 0 | 37 | 362 | 70 | 54 |
| Binary | 110111 | 110010 | 10101111 | 1000101 | 1000111 | 0 | 11111 | 11110010 | 111000 | 101100 |
Color Harmonies of #3732AF
Complementary color
Monochromatic Colors of #3732AF
Black with #3732AF
Text Example
Text Example
White with #3732AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3732AF; }
p { color: rgb(55,50,175); }
H1.HeaderClassName
{
color: #3732AF;
}
.AnyTagClassName
{
color: #3732AF;
}
</style>
background-color css
<style>
a { background-color: #3732AF; }
a { background-color: rgb(55,50,175); }
div.DivClassName
{
background-color: #3732AF;
}
.BgClassName
{
background-color: #3732AF;
}
</style>
border-color css
<style>
span { border-color: #3732AF; }
span { border-color: rgb(55,50,175); }
td.TdClassName
{
border-color: #3732AF;
}
.TagClassName
{
border-color: #3732AF;
}
</style>