Shades of Persian Blue #3223AC
Tints of Persian Blue #3223AC
RGB
CMYK
RGB Variations
Color information
#3223AC (or 0x3223AC) is known color: Persian Blue. HEX triplet: 32, 23 and AC. RGB value is (50,35,172). Sum of RGB (Red+Green+Blue) = 50+35+172=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #3223AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3223AC is #CDDC53. Grayscale: #363636. Windows color (decimal): -13491284 or 11281202. OLE color: 11281202.
HSL color Cylindrical-coordinate representation of color #3223AC: hue angle of 246.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3223AC is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 35 | 172 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.33 |
| HSL | 246.57º | 0.66% | 0.41% | - |
| HSV(B) | 246.57º | 0.8% | 0.67% | - |
| XYZ | 9.36 | 4.86 | 39.47 | - |
| YUV | 55.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 172 | 0.71 | 0.80 | 0 | 0.33 | 246.57 | 0.66 | 0.41 |
| Hex | 32 | 23 | AC | 47 | 50 | 0 | 21 | F7 | 42 | 29 |
| Octal | 62 | 43 | 254 | 107 | 120 | 0 | 41 | 367 | 102 | 51 |
| Binary | 110010 | 100011 | 10101100 | 1000111 | 1010000 | 0 | 100001 | 11110111 | 1000010 | 101001 |
Color Harmonies of #3223AC
Complementary color
Monochromatic Colors of #3223AC
Black with #3223AC
Text Example
Text Example
White with #3223AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3223AC; }
p { color: rgb(50,35,172); }
H1.HeaderClassName
{
color: #3223AC;
}
.AnyTagClassName
{
color: #3223AC;
}
</style>
background-color css
<style>
a { background-color: #3223AC; }
a { background-color: rgb(50,35,172); }
div.DivClassName
{
background-color: #3223AC;
}
.BgClassName
{
background-color: #3223AC;
}
</style>
border-color css
<style>
span { border-color: #3223AC; }
span { border-color: rgb(50,35,172); }
td.TdClassName
{
border-color: #3223AC;
}
.TagClassName
{
border-color: #3223AC;
}
</style>