Shades of Persian Indigo #231384
Tints of Persian Indigo #231384
RGB
CMYK
RGB Variations
Color information
#231384 (or 0x231384) is known color: Persian Indigo. HEX triplet: 23, 13 and 84. RGB value is (35,19,132). Sum of RGB (Red+Green+Blue) = 35+19+132=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #231384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231384 is #DCEC7B. Grayscale: #242424. Windows color (decimal): -14478460 or 8655651. OLE color: 8655651.
HSL color Cylindrical-coordinate representation of color #231384: hue angle of 248.5º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231384 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 19 | 132 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.48 |
| HSL | 248.5º | 0.75% | 0.3% | - |
| HSV(B) | 248.5º | 0.86% | 0.52% | - |
| XYZ | 5.09 | 2.49 | 22.04 | - |
| YUV | 36.67 | 181.8 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 132 | 0.73 | 0.86 | 0 | 0.48 | 248.5 | 0.75 | 0.3 |
| Hex | 23 | 13 | 84 | 49 | 56 | 0 | 30 | F8 | 4B | 1E |
| Octal | 43 | 23 | 204 | 111 | 126 | 0 | 60 | 370 | 113 | 36 |
| Binary | 100011 | 10011 | 10000100 | 1001001 | 1010110 | 0 | 110000 | 11111000 | 1001011 | 11110 |
Color Harmonies of #231384
Complementary color
Monochromatic Colors of #231384
Black with #231384
Text Example
Text Example
White with #231384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231384; }
p { color: rgb(35,19,132); }
H1.HeaderClassName
{
color: #231384;
}
.AnyTagClassName
{
color: #231384;
}
</style>
background-color css
<style>
a { background-color: #231384; }
a { background-color: rgb(35,19,132); }
div.DivClassName
{
background-color: #231384;
}
.BgClassName
{
background-color: #231384;
}
</style>
border-color css
<style>
span { border-color: #231384; }
span { border-color: rgb(35,19,132); }
td.TdClassName
{
border-color: #231384;
}
.TagClassName
{
border-color: #231384;
}
</style>