Shades of Persian Indigo #23005B
Tints of Persian Indigo #23005B
RGB
CMYK
RGB Variations
Color information
#23005B (or 0x23005B) is known color: Persian Indigo. HEX triplet: 23, 00 and 5B. RGB value is (35,0,91). Sum of RGB (Red+Green+Blue) = 35+0+91=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #23005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23005B is #DCFFA4. Grayscale: #141414. Windows color (decimal): -14483365 or 5963811. OLE color: 5963811.
HSL color Cylindrical-coordinate representation of color #23005B: hue angle of 263.08º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23005B is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 0 | 91 | - |
| CMYK | 0.62 | 1 | 0 | 0.64 |
| HSL | 263.08º | 1% | 0.18% | - |
| HSV(B) | 263.08º | 1% | 0.36% | - |
| XYZ | 2.58 | 1.11 | 9.98 | - |
| YUV | 20.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 91 | 0.62 | 1 | 0 | 0.64 | 263.08 | 1 | 0.18 |
| Hex | 23 | 0 | 5B | 3E | 64 | 0 | 40 | 107 | 64 | 12 |
| Octal | 43 | 0 | 133 | 76 | 144 | 0 | 100 | 407 | 144 | 22 |
| Binary | 100011 | 0 | 1011011 | 111110 | 1100100 | 0 | 1000000 | 100000111 | 1100100 | 10010 |
Color Harmonies of #23005B
Complementary color
Monochromatic Colors of #23005B
Black with #23005B
Text Example
Text Example
White with #23005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23005B; }
p { color: rgb(35,0,91); }
H1.HeaderClassName
{
color: #23005B;
}
.AnyTagClassName
{
color: #23005B;
}
</style>
background-color css
<style>
a { background-color: #23005B; }
a { background-color: rgb(35,0,91); }
div.DivClassName
{
background-color: #23005B;
}
.BgClassName
{
background-color: #23005B;
}
</style>
border-color css
<style>
span { border-color: #23005B; }
span { border-color: rgb(35,0,91); }
td.TdClassName
{
border-color: #23005B;
}
.TagClassName
{
border-color: #23005B;
}
</style>