Shades of Persian Indigo #230161
Tints of Persian Indigo #230161
RGB
CMYK
RGB Variations
Color information
#230161 (or 0x230161) is known color: Persian Indigo. HEX triplet: 23, 01 and 61. RGB value is (35,1,97). Sum of RGB (Red+Green+Blue) = 35+1+97=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #230161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230161 is #DCFE9E. Grayscale: #151515. Windows color (decimal): -14483103 or 6357283. OLE color: 6357283.
HSL color Cylindrical-coordinate representation of color #230161: hue angle of 261.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230161 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 1 | 97 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.62 |
| HSL | 261.25º | 0.98% | 0.19% | - |
| HSV(B) | 261.25º | 0.99% | 0.38% | - |
| XYZ | 2.86 | 1.24 | 11.4 | - |
| YUV | 22.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 97 | 0.64 | 0.99 | 0 | 0.62 | 261.25 | 0.98 | 0.19 |
| Hex | 23 | 1 | 61 | 40 | 63 | 0 | 3E | 105 | 62 | 13 |
| Octal | 43 | 1 | 141 | 100 | 143 | 0 | 76 | 405 | 142 | 23 |
| Binary | 100011 | 1 | 1100001 | 1000000 | 1100011 | 0 | 111110 | 100000101 | 1100010 | 10011 |
Color Harmonies of #230161
Complementary color
Monochromatic Colors of #230161
Black with #230161
Text Example
Text Example
White with #230161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230161; }
p { color: rgb(35,1,97); }
H1.HeaderClassName
{
color: #230161;
}
.AnyTagClassName
{
color: #230161;
}
</style>
background-color css
<style>
a { background-color: #230161; }
a { background-color: rgb(35,1,97); }
div.DivClassName
{
background-color: #230161;
}
.BgClassName
{
background-color: #230161;
}
</style>
border-color css
<style>
span { border-color: #230161; }
span { border-color: rgb(35,1,97); }
td.TdClassName
{
border-color: #230161;
}
.TagClassName
{
border-color: #230161;
}
</style>