Shades of Persian Indigo #23006B
Tints of Persian Indigo #23006B
RGB
CMYK
RGB Variations
Color information
#23006B (or 0x23006B) is known color: Persian Indigo. HEX triplet: 23, 00 and 6B. RGB value is (35,0,107). Sum of RGB (Red+Green+Blue) = 35+0+107=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 107 (42.19% from 255 or 75.35% from 142); Max value from RGB is 107 - color contains mainly: blue. Hex color #23006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23006B is #DCFF94. Grayscale: #161616. Windows color (decimal): -14483349 or 7012387. OLE color: 7012387.
HSL color Cylindrical-coordinate representation of color #23006B: hue angle of 259.63º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23006B is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 0 | 107 | - |
| CMYK | 0.67 | 1 | 0 | 0.58 |
| HSL | 259.63º | 1% | 0.21% | - |
| HSV(B) | 259.63º | 1% | 0.42% | - |
| XYZ | 3.35 | 1.42 | 14.01 | - |
| YUV | 22.66 | 175.6 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 107 | 0.67 | 1 | 0 | 0.58 | 259.63 | 1 | 0.21 |
| Hex | 23 | 0 | 6B | 43 | 64 | 0 | 3A | 104 | 64 | 15 |
| Octal | 43 | 0 | 153 | 103 | 144 | 0 | 72 | 404 | 144 | 25 |
| Binary | 100011 | 0 | 1101011 | 1000011 | 1100100 | 0 | 111010 | 100000100 | 1100100 | 10101 |
Color Harmonies of #23006B
Complementary color
Monochromatic Colors of #23006B
Black with #23006B
Text Example
Text Example
White with #23006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23006B; }
p { color: rgb(35,0,107); }
H1.HeaderClassName
{
color: #23006B;
}
.AnyTagClassName
{
color: #23006B;
}
</style>
background-color css
<style>
a { background-color: #23006B; }
a { background-color: rgb(35,0,107); }
div.DivClassName
{
background-color: #23006B;
}
.BgClassName
{
background-color: #23006B;
}
</style>
border-color css
<style>
span { border-color: #23006B; }
span { border-color: rgb(35,0,107); }
td.TdClassName
{
border-color: #23006B;
}
.TagClassName
{
border-color: #23006B;
}
</style>