Shades of Persian Indigo #23006D
Tints of Persian Indigo #23006D
RGB
CMYK
RGB Variations
Color information
#23006D (or 0x23006D) is known color: Persian Indigo. HEX triplet: 23, 00 and 6D. RGB value is (35,0,109). Sum of RGB (Red+Green+Blue) = 35+0+109=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #23006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23006D is #DCFF92. Grayscale: #161616. Windows color (decimal): -14483347 or 7143459. OLE color: 7143459.
HSL color Cylindrical-coordinate representation of color #23006D: hue angle of 259.27º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23006D is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 0 | 109 | - |
| CMYK | 0.68 | 1 | 0 | 0.57 |
| HSL | 259.27º | 1% | 0.21% | - |
| HSV(B) | 259.27º | 1% | 0.43% | - |
| XYZ | 3.45 | 1.46 | 14.57 | - |
| YUV | 22.89 | 176.6 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 109 | 0.68 | 1 | 0 | 0.57 | 259.27 | 1 | 0.21 |
| Hex | 23 | 0 | 6D | 44 | 64 | 0 | 39 | 103 | 64 | 15 |
| Octal | 43 | 0 | 155 | 104 | 144 | 0 | 71 | 403 | 144 | 25 |
| Binary | 100011 | 0 | 1101101 | 1000100 | 1100100 | 0 | 111001 | 100000011 | 1100100 | 10101 |
Color Harmonies of #23006D
Complementary color
Monochromatic Colors of #23006D
Black with #23006D
Text Example
Text Example
White with #23006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23006D; }
p { color: rgb(35,0,109); }
H1.HeaderClassName
{
color: #23006D;
}
.AnyTagClassName
{
color: #23006D;
}
</style>
background-color css
<style>
a { background-color: #23006D; }
a { background-color: rgb(35,0,109); }
div.DivClassName
{
background-color: #23006D;
}
.BgClassName
{
background-color: #23006D;
}
</style>
border-color css
<style>
span { border-color: #23006D; }
span { border-color: rgb(35,0,109); }
td.TdClassName
{
border-color: #23006D;
}
.TagClassName
{
border-color: #23006D;
}
</style>