Shades of Persian Indigo #23147D
Tints of Persian Indigo #23147D
RGB
CMYK
RGB Variations
Color information
#23147D (or 0x23147D) is known color: Persian Indigo. HEX triplet: 23, 14 and 7D. RGB value is (35,20,125). Sum of RGB (Red+Green+Blue) = 35+20+125=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #23147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23147D is #DCEB82. Grayscale: #242424. Windows color (decimal): -14478211 or 8197155. OLE color: 8197155.
HSL color Cylindrical-coordinate representation of color #23147D: hue angle of 248.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23147D is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 20 | 125 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.51 |
| HSL | 248.57º | 0.72% | 0.28% | - |
| HSV(B) | 248.57º | 0.84% | 0.49% | - |
| XYZ | 4.64 | 2.34 | 19.61 | - |
| YUV | 36.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 125 | 0.72 | 0.84 | 0 | 0.51 | 248.57 | 0.72 | 0.28 |
| Hex | 23 | 14 | 7D | 48 | 54 | 0 | 33 | F9 | 48 | 1C |
| Octal | 43 | 24 | 175 | 110 | 124 | 0 | 63 | 371 | 110 | 34 |
| Binary | 100011 | 10100 | 1111101 | 1001000 | 1010100 | 0 | 110011 | 11111001 | 1001000 | 11100 |
Color Harmonies of #23147D
Complementary color
Monochromatic Colors of #23147D
Black with #23147D
Text Example
Text Example
White with #23147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23147D; }
p { color: rgb(35,20,125); }
H1.HeaderClassName
{
color: #23147D;
}
.AnyTagClassName
{
color: #23147D;
}
</style>
background-color css
<style>
a { background-color: #23147D; }
a { background-color: rgb(35,20,125); }
div.DivClassName
{
background-color: #23147D;
}
.BgClassName
{
background-color: #23147D;
}
</style>
border-color css
<style>
span { border-color: #23147D; }
span { border-color: rgb(35,20,125); }
td.TdClassName
{
border-color: #23147D;
}
.TagClassName
{
border-color: #23147D;
}
</style>