Shades of Persian Indigo #23005C
Tints of Persian Indigo #23005C
RGB
CMYK
RGB Variations
Color information
#23005C (or 0x23005C) is known color: Persian Indigo. HEX triplet: 23, 00 and 5C. RGB value is (35,0,92). Sum of RGB (Red+Green+Blue) = 35+0+92=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #23005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23005C is #DCFFA3. Grayscale: #141414. Windows color (decimal): -14483364 or 6029347. OLE color: 6029347.
HSL color Cylindrical-coordinate representation of color #23005C: hue angle of 262.83º 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 #23005C is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 0 | 92 | - |
| CMYK | 0.62 | 1 | 0 | 0.64 |
| HSL | 262.83º | 1% | 0.18% | - |
| HSV(B) | 262.83º | 1% | 0.36% | - |
| XYZ | 2.62 | 1.13 | 10.2 | - |
| YUV | 20.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 92 | 0.62 | 1 | 0 | 0.64 | 262.83 | 1 | 0.18 |
| Hex | 23 | 0 | 5C | 3E | 64 | 0 | 40 | 107 | 64 | 12 |
| Octal | 43 | 0 | 134 | 76 | 144 | 0 | 100 | 407 | 144 | 22 |
| Binary | 100011 | 0 | 1011100 | 111110 | 1100100 | 0 | 1000000 | 100000111 | 1100100 | 10010 |
Color Harmonies of #23005C
Complementary color
Monochromatic Colors of #23005C
Black with #23005C
Text Example
Text Example
White with #23005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23005C; }
p { color: rgb(35,0,92); }
H1.HeaderClassName
{
color: #23005C;
}
.AnyTagClassName
{
color: #23005C;
}
</style>
background-color css
<style>
a { background-color: #23005C; }
a { background-color: rgb(35,0,92); }
div.DivClassName
{
background-color: #23005C;
}
.BgClassName
{
background-color: #23005C;
}
</style>
border-color css
<style>
span { border-color: #23005C; }
span { border-color: rgb(35,0,92); }
td.TdClassName
{
border-color: #23005C;
}
.TagClassName
{
border-color: #23005C;
}
</style>