Shades of Persian Indigo #23037D
Tints of Persian Indigo #23037D
RGB
CMYK
RGB Variations
Color information
#23037D (or 0x23037D) is known color: Persian Indigo. HEX triplet: 23, 03 and 7D. RGB value is (35,3,125). Sum of RGB (Red+Green+Blue) = 35+3+125=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #23037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23037D is #DCFC82. Grayscale: #1A1A1A. Windows color (decimal): -14482563 or 8192803. OLE color: 8192803.
HSL color Cylindrical-coordinate representation of color #23037D: hue angle of 255.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23037D is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 3 | 125 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.51 |
| HSL | 255.74º | 0.95% | 0.25% | - |
| HSV(B) | 255.74º | 0.98% | 0.49% | - |
| XYZ | 4.43 | 1.9 | 19.54 | - |
| YUV | 26.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 125 | 0.72 | 0.98 | 0 | 0.51 | 255.74 | 0.95 | 0.25 |
| Hex | 23 | 3 | 7D | 48 | 62 | 0 | 33 | 100 | 5F | 19 |
| Octal | 43 | 3 | 175 | 110 | 142 | 0 | 63 | 400 | 137 | 31 |
| Binary | 100011 | 11 | 1111101 | 1001000 | 1100010 | 0 | 110011 | 100000000 | 1011111 | 11001 |
Color Harmonies of #23037D
Complementary color
Monochromatic Colors of #23037D
Black with #23037D
Text Example
Text Example
White with #23037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23037D; }
p { color: rgb(35,3,125); }
H1.HeaderClassName
{
color: #23037D;
}
.AnyTagClassName
{
color: #23037D;
}
</style>
background-color css
<style>
a { background-color: #23037D; }
a { background-color: rgb(35,3,125); }
div.DivClassName
{
background-color: #23037D;
}
.BgClassName
{
background-color: #23037D;
}
</style>
border-color css
<style>
span { border-color: #23037D; }
span { border-color: rgb(35,3,125); }
td.TdClassName
{
border-color: #23037D;
}
.TagClassName
{
border-color: #23037D;
}
</style>