Shades of Persian Blue #3733AD
Tints of Persian Blue #3733AD
RGB
CMYK
RGB Variations
Color information
#3733AD (or 0x3733AD) is known color: Persian Blue. HEX triplet: 37, 33 and AD. RGB value is (55,51,173). Sum of RGB (Red+Green+Blue) = 55+51+173=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #3733AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3733AD is #C8CC52. Grayscale: #414141. Windows color (decimal): -13159507 or 11350839. OLE color: 11350839.
HSL color Cylindrical-coordinate representation of color #3733AD: hue angle of 241.97º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3733AD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 51 | 173 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.32 |
| HSL | 241.97º | 0.54% | 0.44% | - |
| HSV(B) | 241.97º | 0.71% | 0.68% | - |
| XYZ | 10.3 | 6.2 | 40.19 | - |
| YUV | 66.1 | 188.33 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 173 | 0.68 | 0.71 | 0 | 0.32 | 241.97 | 0.54 | 0.44 |
| Hex | 37 | 33 | AD | 44 | 47 | 0 | 20 | F2 | 36 | 2C |
| Octal | 67 | 63 | 255 | 104 | 107 | 0 | 40 | 362 | 66 | 54 |
| Binary | 110111 | 110011 | 10101101 | 1000100 | 1000111 | 0 | 100000 | 11110010 | 110110 | 101100 |
Color Harmonies of #3733AD
Complementary color
Monochromatic Colors of #3733AD
Black with #3733AD
Text Example
Text Example
White with #3733AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733AD; }
p { color: rgb(55,51,173); }
H1.HeaderClassName
{
color: #3733AD;
}
.AnyTagClassName
{
color: #3733AD;
}
</style>
background-color css
<style>
a { background-color: #3733AD; }
a { background-color: rgb(55,51,173); }
div.DivClassName
{
background-color: #3733AD;
}
.BgClassName
{
background-color: #3733AD;
}
</style>
border-color css
<style>
span { border-color: #3733AD; }
span { border-color: rgb(55,51,173); }
td.TdClassName
{
border-color: #3733AD;
}
.TagClassName
{
border-color: #3733AD;
}
</style>