Shades of Persian Indigo #230165
Tints of Persian Indigo #230165
RGB
CMYK
RGB Variations
Color information
#230165 (or 0x230165) is known color: Persian Indigo. HEX triplet: 23, 01 and 65. RGB value is (35,1,101). Sum of RGB (Red+Green+Blue) = 35+1+101=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 101 (39.84% from 255 or 73.72% from 137); Max value from RGB is 101 - color contains mainly: blue. Hex color #230165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230165 is #DCFE9A. Grayscale: #161616. Windows color (decimal): -14483099 or 6619427. OLE color: 6619427.
HSL color Cylindrical-coordinate representation of color #230165: hue angle of 260.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230165 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 1 | 101 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.60 |
| HSL | 260.4º | 0.98% | 0.2% | - |
| HSV(B) | 260.4º | 0.99% | 0.4% | - |
| XYZ | 3.05 | 1.32 | 12.41 | - |
| YUV | 22.57 | 172.26 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 101 | 0.65 | 0.99 | 0 | 0.60 | 260.4 | 0.98 | 0.2 |
| Hex | 23 | 1 | 65 | 41 | 63 | 0 | 3C | 104 | 62 | 14 |
| Octal | 43 | 1 | 145 | 101 | 143 | 0 | 74 | 404 | 142 | 24 |
| Binary | 100011 | 1 | 1100101 | 1000001 | 1100011 | 0 | 111100 | 100000100 | 1100010 | 10100 |
Color Harmonies of #230165
Complementary color
Monochromatic Colors of #230165
Black with #230165
Text Example
Text Example
White with #230165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230165; }
p { color: rgb(35,1,101); }
H1.HeaderClassName
{
color: #230165;
}
.AnyTagClassName
{
color: #230165;
}
</style>
background-color css
<style>
a { background-color: #230165; }
a { background-color: rgb(35,1,101); }
div.DivClassName
{
background-color: #230165;
}
.BgClassName
{
background-color: #230165;
}
</style>
border-color css
<style>
span { border-color: #230165; }
span { border-color: rgb(35,1,101); }
td.TdClassName
{
border-color: #230165;
}
.TagClassName
{
border-color: #230165;
}
</style>