Shades of Persian Indigo #23017B
Tints of Persian Indigo #23017B
RGB
CMYK
RGB Variations
Color information
#23017B (or 0x23017B) is known color: Persian Indigo. HEX triplet: 23, 01 and 7B. RGB value is (35,1,123). Sum of RGB (Red+Green+Blue) = 35+1+123=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #23017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23017B is #DCFE84. Grayscale: #181818. Windows color (decimal): -14483077 or 8061219. OLE color: 8061219.
HSL color Cylindrical-coordinate representation of color #23017B: hue angle of 256.72º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23017B is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 1 | 123 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.52 |
| HSL | 256.72º | 0.98% | 0.24% | - |
| HSV(B) | 256.72º | 0.99% | 0.48% | - |
| XYZ | 4.28 | 1.81 | 18.86 | - |
| YUV | 25.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 123 | 0.72 | 0.99 | 0 | 0.52 | 256.72 | 0.98 | 0.24 |
| Hex | 23 | 1 | 7B | 48 | 63 | 0 | 34 | 101 | 62 | 18 |
| Octal | 43 | 1 | 173 | 110 | 143 | 0 | 64 | 401 | 142 | 30 |
| Binary | 100011 | 1 | 1111011 | 1001000 | 1100011 | 0 | 110100 | 100000001 | 1100010 | 11000 |
Color Harmonies of #23017B
Complementary color
Monochromatic Colors of #23017B
Black with #23017B
Text Example
Text Example
White with #23017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23017B; }
p { color: rgb(35,1,123); }
H1.HeaderClassName
{
color: #23017B;
}
.AnyTagClassName
{
color: #23017B;
}
</style>
background-color css
<style>
a { background-color: #23017B; }
a { background-color: rgb(35,1,123); }
div.DivClassName
{
background-color: #23017B;
}
.BgClassName
{
background-color: #23017B;
}
</style>
border-color css
<style>
span { border-color: #23017B; }
span { border-color: rgb(35,1,123); }
td.TdClassName
{
border-color: #23017B;
}
.TagClassName
{
border-color: #23017B;
}
</style>