Shades of Persian Indigo #23067C
Tints of Persian Indigo #23067C
RGB
CMYK
RGB Variations
Color information
#23067C (or 0x23067C) is known color: Persian Indigo. HEX triplet: 23, 06 and 7C. RGB value is (35,6,124). Sum of RGB (Red+Green+Blue) = 35+6+124=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #23067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23067C is #DCF983. Grayscale: #1B1B1B. Windows color (decimal): -14481796 or 8128035. OLE color: 8128035.
HSL color Cylindrical-coordinate representation of color #23067C: hue angle of 254.75º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23067C is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 6 | 124 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.51 |
| HSL | 254.75º | 0.91% | 0.25% | - |
| HSV(B) | 254.75º | 0.95% | 0.49% | - |
| XYZ | 4.4 | 1.94 | 19.21 | - |
| YUV | 28.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 6 | 124 | 0.72 | 0.95 | 0 | 0.51 | 254.75 | 0.91 | 0.25 |
| Hex | 23 | 6 | 7C | 48 | 5F | 0 | 33 | FF | 5B | 19 |
| Octal | 43 | 6 | 174 | 110 | 137 | 0 | 63 | 377 | 133 | 31 |
| Binary | 100011 | 110 | 1111100 | 1001000 | 1011111 | 0 | 110011 | 11111111 | 1011011 | 11001 |
Color Harmonies of #23067C
Complementary color
Monochromatic Colors of #23067C
Black with #23067C
Text Example
Text Example
White with #23067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23067C; }
p { color: rgb(35,6,124); }
H1.HeaderClassName
{
color: #23067C;
}
.AnyTagClassName
{
color: #23067C;
}
</style>
background-color css
<style>
a { background-color: #23067C; }
a { background-color: rgb(35,6,124); }
div.DivClassName
{
background-color: #23067C;
}
.BgClassName
{
background-color: #23067C;
}
</style>
border-color css
<style>
span { border-color: #23067C; }
span { border-color: rgb(35,6,124); }
td.TdClassName
{
border-color: #23067C;
}
.TagClassName
{
border-color: #23067C;
}
</style>