Shades of Persian Indigo #23036A
Tints of Persian Indigo #23036A
RGB
CMYK
RGB Variations
Color information
#23036A (or 0x23036A) is known color: Persian Indigo. HEX triplet: 23, 03 and 6A. RGB value is (35,3,106). Sum of RGB (Red+Green+Blue) = 35+3+106=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #23036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036A is #DCFC95. Grayscale: #171717. Windows color (decimal): -14482582 or 6947619. OLE color: 6947619.
HSL color Cylindrical-coordinate representation of color #23036A: hue angle of 258.64º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23036A is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 3 | 106 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.58 |
| HSL | 258.64º | 0.94% | 0.21% | - |
| HSV(B) | 258.64º | 0.97% | 0.42% | - |
| XYZ | 3.33 | 1.46 | 13.74 | - |
| YUV | 24.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 106 | 0.67 | 0.97 | 0 | 0.58 | 258.64 | 0.94 | 0.21 |
| Hex | 23 | 3 | 6A | 43 | 61 | 0 | 3A | 103 | 5E | 15 |
| Octal | 43 | 3 | 152 | 103 | 141 | 0 | 72 | 403 | 136 | 25 |
| Binary | 100011 | 11 | 1101010 | 1000011 | 1100001 | 0 | 111010 | 100000011 | 1011110 | 10101 |
Color Harmonies of #23036A
Complementary color
Monochromatic Colors of #23036A
Black with #23036A
Text Example
Text Example
White with #23036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23036A; }
p { color: rgb(35,3,106); }
H1.HeaderClassName
{
color: #23036A;
}
.AnyTagClassName
{
color: #23036A;
}
</style>
background-color css
<style>
a { background-color: #23036A; }
a { background-color: rgb(35,3,106); }
div.DivClassName
{
background-color: #23036A;
}
.BgClassName
{
background-color: #23036A;
}
</style>
border-color css
<style>
span { border-color: #23036A; }
span { border-color: rgb(35,3,106); }
td.TdClassName
{
border-color: #23036A;
}
.TagClassName
{
border-color: #23036A;
}
</style>