Shades of Persian Indigo #230A6D
Tints of Persian Indigo #230A6D
RGB
CMYK
RGB Variations
Color information
#230A6D (or 0x230A6D) is known color: Persian Indigo. HEX triplet: 23, 0A and 6D. RGB value is (35,10,109). Sum of RGB (Red+Green+Blue) = 35+10+109=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #230A6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230A6D is #DCF592. Grayscale: #1C1C1C. Windows color (decimal): -14480787 or 7146019. OLE color: 7146019.
HSL color Cylindrical-coordinate representation of color #230A6D: hue angle of 255.15º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230A6D is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 10 | 109 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.57 |
| HSL | 255.15º | 0.83% | 0.23% | - |
| HSV(B) | 255.15º | 0.91% | 0.43% | - |
| XYZ | 3.56 | 1.68 | 14.6 | - |
| YUV | 28.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 109 | 0.68 | 0.91 | 0 | 0.57 | 255.15 | 0.83 | 0.23 |
| Hex | 23 | A | 6D | 44 | 5B | 0 | 39 | FF | 53 | 17 |
| Octal | 43 | 12 | 155 | 104 | 133 | 0 | 71 | 377 | 123 | 27 |
| Binary | 100011 | 1010 | 1101101 | 1000100 | 1011011 | 0 | 111001 | 11111111 | 1010011 | 10111 |
Color Harmonies of #230A6D
Complementary color
Monochromatic Colors of #230A6D
Black with #230A6D
Text Example
Text Example
White with #230A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A6D; }
p { color: rgb(35,10,109); }
H1.HeaderClassName
{
color: #230A6D;
}
.AnyTagClassName
{
color: #230A6D;
}
</style>
background-color css
<style>
a { background-color: #230A6D; }
a { background-color: rgb(35,10,109); }
div.DivClassName
{
background-color: #230A6D;
}
.BgClassName
{
background-color: #230A6D;
}
</style>
border-color css
<style>
span { border-color: #230A6D; }
span { border-color: rgb(35,10,109); }
td.TdClassName
{
border-color: #230A6D;
}
.TagClassName
{
border-color: #230A6D;
}
</style>