Shades of Persian Indigo #23037F
Tints of Persian Indigo #23037F
RGB
CMYK
RGB Variations
Color information
#23037F (or 0x23037F) is known color: Persian Indigo. HEX triplet: 23, 03 and 7F. RGB value is (35,3,127). Sum of RGB (Red+Green+Blue) = 35+3+127=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #23037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23037F is #DCFC80. Grayscale: #1A1A1A. Windows color (decimal): -14482561 or 8323875. OLE color: 8323875.
HSL color Cylindrical-coordinate representation of color #23037F: hue angle of 255.48º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23037F is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 3 | 127 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.50 |
| HSL | 255.48º | 0.95% | 0.25% | - |
| HSV(B) | 255.48º | 0.98% | 0.5% | - |
| XYZ | 4.56 | 1.95 | 20.22 | - |
| YUV | 26.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 127 | 0.72 | 0.98 | 0 | 0.50 | 255.48 | 0.95 | 0.25 |
| Hex | 23 | 3 | 7F | 48 | 62 | 0 | 32 | FF | 5F | 19 |
| Octal | 43 | 3 | 177 | 110 | 142 | 0 | 62 | 377 | 137 | 31 |
| Binary | 100011 | 11 | 1111111 | 1001000 | 1100010 | 0 | 110010 | 11111111 | 1011111 | 11001 |
Color Harmonies of #23037F
Complementary color
Monochromatic Colors of #23037F
Black with #23037F
Text Example
Text Example
White with #23037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23037F; }
p { color: rgb(35,3,127); }
H1.HeaderClassName
{
color: #23037F;
}
.AnyTagClassName
{
color: #23037F;
}
</style>
background-color css
<style>
a { background-color: #23037F; }
a { background-color: rgb(35,3,127); }
div.DivClassName
{
background-color: #23037F;
}
.BgClassName
{
background-color: #23037F;
}
</style>
border-color css
<style>
span { border-color: #23037F; }
span { border-color: rgb(35,3,127); }
td.TdClassName
{
border-color: #23037F;
}
.TagClassName
{
border-color: #23037F;
}
</style>