Shades of Persian Indigo #23037A
Tints of Persian Indigo #23037A
RGB
CMYK
RGB Variations
Color information
#23037A (or 0x23037A) is known color: Persian Indigo. HEX triplet: 23, 03 and 7A. RGB value is (35,3,122). Sum of RGB (Red+Green+Blue) = 35+3+122=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #23037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23037A is #DCFC85. Grayscale: #191919. Windows color (decimal): -14482566 or 7996195. OLE color: 7996195.
HSL color Cylindrical-coordinate representation of color #23037A: hue angle of 256.13º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23037A is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 3 | 122 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.52 |
| HSL | 256.13º | 0.95% | 0.25% | - |
| HSV(B) | 256.13º | 0.98% | 0.48% | - |
| XYZ | 4.24 | 1.83 | 18.54 | - |
| YUV | 26.13 | 182.1 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 122 | 0.71 | 0.98 | 0 | 0.52 | 256.13 | 0.95 | 0.25 |
| Hex | 23 | 3 | 7A | 47 | 62 | 0 | 34 | 100 | 5F | 19 |
| Octal | 43 | 3 | 172 | 107 | 142 | 0 | 64 | 400 | 137 | 31 |
| Binary | 100011 | 11 | 1111010 | 1000111 | 1100010 | 0 | 110100 | 100000000 | 1011111 | 11001 |
Color Harmonies of #23037A
Complementary color
Monochromatic Colors of #23037A
Black with #23037A
Text Example
Text Example
White with #23037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23037A; }
p { color: rgb(35,3,122); }
H1.HeaderClassName
{
color: #23037A;
}
.AnyTagClassName
{
color: #23037A;
}
</style>
background-color css
<style>
a { background-color: #23037A; }
a { background-color: rgb(35,3,122); }
div.DivClassName
{
background-color: #23037A;
}
.BgClassName
{
background-color: #23037A;
}
</style>
border-color css
<style>
span { border-color: #23037A; }
span { border-color: rgb(35,3,122); }
td.TdClassName
{
border-color: #23037A;
}
.TagClassName
{
border-color: #23037A;
}
</style>