Shades of Persian Indigo #23036C
Tints of Persian Indigo #23036C
RGB
CMYK
RGB Variations
Color information
#23036C (or 0x23036C) is known color: Persian Indigo. HEX triplet: 23, 03 and 6C. RGB value is (35,3,108). Sum of RGB (Red+Green+Blue) = 35+3+108=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #23036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036C is #DCFC93. Grayscale: #181818. Windows color (decimal): -14482580 or 7078691. OLE color: 7078691.
HSL color Cylindrical-coordinate representation of color #23036C: hue angle of 258.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23036C is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 3 | 108 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.58 |
| HSL | 258.29º | 0.95% | 0.22% | - |
| HSV(B) | 258.29º | 0.97% | 0.42% | - |
| XYZ | 3.43 | 1.51 | 14.3 | - |
| YUV | 24.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 108 | 0.68 | 0.97 | 0 | 0.58 | 258.29 | 0.95 | 0.22 |
| Hex | 23 | 3 | 6C | 44 | 61 | 0 | 3A | 102 | 5F | 16 |
| Octal | 43 | 3 | 154 | 104 | 141 | 0 | 72 | 402 | 137 | 26 |
| Binary | 100011 | 11 | 1101100 | 1000100 | 1100001 | 0 | 111010 | 100000010 | 1011111 | 10110 |
Color Harmonies of #23036C
Complementary color
Monochromatic Colors of #23036C
Black with #23036C
Text Example
Text Example
White with #23036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23036C; }
p { color: rgb(35,3,108); }
H1.HeaderClassName
{
color: #23036C;
}
.AnyTagClassName
{
color: #23036C;
}
</style>
background-color css
<style>
a { background-color: #23036C; }
a { background-color: rgb(35,3,108); }
div.DivClassName
{
background-color: #23036C;
}
.BgClassName
{
background-color: #23036C;
}
</style>
border-color css
<style>
span { border-color: #23036C; }
span { border-color: rgb(35,3,108); }
td.TdClassName
{
border-color: #23036C;
}
.TagClassName
{
border-color: #23036C;
}
</style>