Shades of Persian Blue #3733AF
Tints of Persian Blue #3733AF
RGB
CMYK
RGB Variations
Color information
#3733AF (or 0x3733AF) is known color: Persian Blue. HEX triplet: 37, 33 and AF. RGB value is (55,51,175). Sum of RGB (Red+Green+Blue) = 55+51+175=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #3733AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3733AF is #C8CC50. Grayscale: #414141. Windows color (decimal): -13159505 or 11481911. OLE color: 11481911.
HSL color Cylindrical-coordinate representation of color #3733AF: hue angle of 241.94º degrees, saturation: 0.55, 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 #3733AF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 51 | 175 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.31 |
| HSL | 241.94º | 0.55% | 0.44% | - |
| HSV(B) | 241.94º | 0.71% | 0.69% | - |
| XYZ | 10.5 | 6.28 | 41.22 | - |
| YUV | 66.33 | 189.33 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 175 | 0.69 | 0.71 | 0 | 0.31 | 241.94 | 0.55 | 0.44 |
| Hex | 37 | 33 | AF | 45 | 47 | 0 | 1F | F2 | 37 | 2C |
| Octal | 67 | 63 | 257 | 105 | 107 | 0 | 37 | 362 | 67 | 54 |
| Binary | 110111 | 110011 | 10101111 | 1000101 | 1000111 | 0 | 11111 | 11110010 | 110111 | 101100 |
Color Harmonies of #3733AF
Complementary color
Monochromatic Colors of #3733AF
Black with #3733AF
Text Example
Text Example
White with #3733AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3733AF; }
p { color: rgb(55,51,175); }
H1.HeaderClassName
{
color: #3733AF;
}
.AnyTagClassName
{
color: #3733AF;
}
</style>
background-color css
<style>
a { background-color: #3733AF; }
a { background-color: rgb(55,51,175); }
div.DivClassName
{
background-color: #3733AF;
}
.BgClassName
{
background-color: #3733AF;
}
</style>
border-color css
<style>
span { border-color: #3733AF; }
span { border-color: rgb(55,51,175); }
td.TdClassName
{
border-color: #3733AF;
}
.TagClassName
{
border-color: #3733AF;
}
</style>