Shades of Persian Indigo #230164
Tints of Persian Indigo #230164
RGB
CMYK
RGB Variations
Color information
#230164 (or 0x230164) is known color: Persian Indigo. HEX triplet: 23, 01 and 64. RGB value is (35,1,100). Sum of RGB (Red+Green+Blue) = 35+1+100=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #230164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230164 is #DCFE9B. Grayscale: #161616. Windows color (decimal): -14483100 or 6553891. OLE color: 6553891.
HSL color Cylindrical-coordinate representation of color #230164: hue angle of 260.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230164 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 1 | 100 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.61 |
| HSL | 260.61º | 0.98% | 0.2% | - |
| HSV(B) | 260.61º | 0.99% | 0.39% | - |
| XYZ | 3 | 1.3 | 12.15 | - |
| YUV | 22.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 100 | 0.65 | 0.99 | 0 | 0.61 | 260.61 | 0.98 | 0.2 |
| Hex | 23 | 1 | 64 | 41 | 63 | 0 | 3D | 105 | 62 | 14 |
| Octal | 43 | 1 | 144 | 101 | 143 | 0 | 75 | 405 | 142 | 24 |
| Binary | 100011 | 1 | 1100100 | 1000001 | 1100011 | 0 | 111101 | 100000101 | 1100010 | 10100 |
Color Harmonies of #230164
Complementary color
Monochromatic Colors of #230164
Black with #230164
Text Example
Text Example
White with #230164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230164; }
p { color: rgb(35,1,100); }
H1.HeaderClassName
{
color: #230164;
}
.AnyTagClassName
{
color: #230164;
}
</style>
background-color css
<style>
a { background-color: #230164; }
a { background-color: rgb(35,1,100); }
div.DivClassName
{
background-color: #230164;
}
.BgClassName
{
background-color: #230164;
}
</style>
border-color css
<style>
span { border-color: #230164; }
span { border-color: rgb(35,1,100); }
td.TdClassName
{
border-color: #230164;
}
.TagClassName
{
border-color: #230164;
}
</style>