Shades of Persian Indigo #23037E
Tints of Persian Indigo #23037E
RGB
CMYK
RGB Variations
Color information
#23037E (or 0x23037E) is known color: Persian Indigo. HEX triplet: 23, 03 and 7E. RGB value is (35,3,126). Sum of RGB (Red+Green+Blue) = 35+3+126=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #23037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23037E is #DCFC81. Grayscale: #1A1A1A. Windows color (decimal): -14482562 or 8258339. OLE color: 8258339.
HSL color Cylindrical-coordinate representation of color #23037E: hue angle of 255.61º 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 #23037E is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 3 | 126 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.51 |
| HSL | 255.61º | 0.95% | 0.25% | - |
| HSV(B) | 255.61º | 0.98% | 0.49% | - |
| XYZ | 4.49 | 1.93 | 19.87 | - |
| YUV | 26.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 126 | 0.72 | 0.98 | 0 | 0.51 | 255.61 | 0.95 | 0.25 |
| Hex | 23 | 3 | 7E | 48 | 62 | 0 | 33 | 100 | 5F | 19 |
| Octal | 43 | 3 | 176 | 110 | 142 | 0 | 63 | 400 | 137 | 31 |
| Binary | 100011 | 11 | 1111110 | 1001000 | 1100010 | 0 | 110011 | 100000000 | 1011111 | 11001 |
Color Harmonies of #23037E
Complementary color
Monochromatic Colors of #23037E
Black with #23037E
Text Example
Text Example
White with #23037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23037E; }
p { color: rgb(35,3,126); }
H1.HeaderClassName
{
color: #23037E;
}
.AnyTagClassName
{
color: #23037E;
}
</style>
background-color css
<style>
a { background-color: #23037E; }
a { background-color: rgb(35,3,126); }
div.DivClassName
{
background-color: #23037E;
}
.BgClassName
{
background-color: #23037E;
}
</style>
border-color css
<style>
span { border-color: #23037E; }
span { border-color: rgb(35,3,126); }
td.TdClassName
{
border-color: #23037E;
}
.TagClassName
{
border-color: #23037E;
}
</style>