Shades of Persian Indigo #230B61
Tints of Persian Indigo #230B61
RGB
CMYK
RGB Variations
Color information
#230B61 (or 0x230B61) is known color: Persian Indigo. HEX triplet: 23, 0B and 61. RGB value is (35,11,97). Sum of RGB (Red+Green+Blue) = 35+11+97=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #230B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B61 is #DCF49E. Grayscale: #1B1B1B. Windows color (decimal): -14480543 or 6359843. OLE color: 6359843.
HSL color Cylindrical-coordinate representation of color #230B61: hue angle of 256.74º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230B61 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 11 | 97 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.62 |
| HSL | 256.74º | 0.8% | 0.21% | - |
| HSV(B) | 256.74º | 0.89% | 0.38% | - |
| XYZ | 2.97 | 1.46 | 11.43 | - |
| YUV | 27.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 97 | 0.64 | 0.89 | 0 | 0.62 | 256.74 | 0.8 | 0.21 |
| Hex | 23 | B | 61 | 40 | 59 | 0 | 3E | 101 | 50 | 15 |
| Octal | 43 | 13 | 141 | 100 | 131 | 0 | 76 | 401 | 120 | 25 |
| Binary | 100011 | 1011 | 1100001 | 1000000 | 1011001 | 0 | 111110 | 100000001 | 1010000 | 10101 |
Color Harmonies of #230B61
Complementary color
Monochromatic Colors of #230B61
Black with #230B61
Text Example
Text Example
White with #230B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B61; }
p { color: rgb(35,11,97); }
H1.HeaderClassName
{
color: #230B61;
}
.AnyTagClassName
{
color: #230B61;
}
</style>
background-color css
<style>
a { background-color: #230B61; }
a { background-color: rgb(35,11,97); }
div.DivClassName
{
background-color: #230B61;
}
.BgClassName
{
background-color: #230B61;
}
</style>
border-color css
<style>
span { border-color: #230B61; }
span { border-color: rgb(35,11,97); }
td.TdClassName
{
border-color: #230B61;
}
.TagClassName
{
border-color: #230B61;
}
</style>