Shades of Persian Indigo #230083
Tints of Persian Indigo #230083
RGB
CMYK
RGB Variations
Color information
#230083 (or 0x230083) is known color: Persian Indigo. HEX triplet: 23, 00 and 83. RGB value is (35,0,131). Sum of RGB (Red+Green+Blue) = 35+0+131=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #230083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230083 is #DCFF7C. Grayscale: #181818. Windows color (decimal): -14483325 or 8585251. OLE color: 8585251.
HSL color Cylindrical-coordinate representation of color #230083: hue angle of 256.03º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230083 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 0 | 131 | - |
| CMYK | 0.73 | 1 | 0 | 0.49 |
| HSL | 256.03º | 1% | 0.26% | - |
| HSV(B) | 256.03º | 1% | 0.51% | - |
| XYZ | 4.79 | 2 | 21.61 | - |
| YUV | 25.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 131 | 0.73 | 1 | 0 | 0.49 | 256.03 | 1 | 0.26 |
| Hex | 23 | 0 | 83 | 49 | 64 | 0 | 31 | 100 | 64 | 1A |
| Octal | 43 | 0 | 203 | 111 | 144 | 0 | 61 | 400 | 144 | 32 |
| Binary | 100011 | 0 | 10000011 | 1001001 | 1100100 | 0 | 110001 | 100000000 | 1100100 | 11010 |
Color Harmonies of #230083
Complementary color
Monochromatic Colors of #230083
Black with #230083
Text Example
Text Example
White with #230083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230083; }
p { color: rgb(35,0,131); }
H1.HeaderClassName
{
color: #230083;
}
.AnyTagClassName
{
color: #230083;
}
</style>
background-color css
<style>
a { background-color: #230083; }
a { background-color: rgb(35,0,131); }
div.DivClassName
{
background-color: #230083;
}
.BgClassName
{
background-color: #230083;
}
</style>
border-color css
<style>
span { border-color: #230083; }
span { border-color: rgb(35,0,131); }
td.TdClassName
{
border-color: #230083;
}
.TagClassName
{
border-color: #230083;
}
</style>