Shades of Persian Blue #2D23AC
Tints of Persian Blue #2D23AC
RGB
CMYK
RGB Variations
Color information
#2D23AC (or 0x2D23AC) is known color: Persian Blue. HEX triplet: 2D, 23 and AC. RGB value is (45,35,172). Sum of RGB (Red+Green+Blue) = 45+35+172=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D23AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D23AC is #D2DC53. Grayscale: #353535. Windows color (decimal): -13818964 or 11281197. OLE color: 11281197.
HSL color Cylindrical-coordinate representation of color #2D23AC: hue angle of 244.38º 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 #2D23AC is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 35 | 172 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.33 |
| HSL | 244.38º | 0.66% | 0.41% | - |
| HSV(B) | 244.38º | 0.8% | 0.67% | - |
| XYZ | 9.13 | 4.74 | 39.46 | - |
| YUV | 53.61 | 194.81 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 172 | 0.74 | 0.80 | 0 | 0.33 | 244.38 | 0.66 | 0.41 |
| Hex | 2D | 23 | AC | 4A | 50 | 0 | 21 | F4 | 42 | 29 |
| Octal | 55 | 43 | 254 | 112 | 120 | 0 | 41 | 364 | 102 | 51 |
| Binary | 101101 | 100011 | 10101100 | 1001010 | 1010000 | 0 | 100001 | 11110100 | 1000010 | 101001 |
Color Harmonies of #2D23AC
Complementary color
Monochromatic Colors of #2D23AC
Black with #2D23AC
Text Example
Text Example
White with #2D23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D23AC; }
p { color: rgb(45,35,172); }
H1.HeaderClassName
{
color: #2D23AC;
}
.AnyTagClassName
{
color: #2D23AC;
}
</style>
background-color css
<style>
a { background-color: #2D23AC; }
a { background-color: rgb(45,35,172); }
div.DivClassName
{
background-color: #2D23AC;
}
.BgClassName
{
background-color: #2D23AC;
}
</style>
border-color css
<style>
span { border-color: #2D23AC; }
span { border-color: rgb(45,35,172); }
td.TdClassName
{
border-color: #2D23AC;
}
.TagClassName
{
border-color: #2D23AC;
}
</style>