Shades of Persian Indigo #230C62
Tints of Persian Indigo #230C62
RGB
CMYK
RGB Variations
Color information
#230C62 (or 0x230C62) is known color: Persian Indigo. HEX triplet: 23, 0C and 62. RGB value is (35,12,98). Sum of RGB (Red+Green+Blue) = 35+12+98=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #230C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C62 is #DCF39D. Grayscale: #1C1C1C. Windows color (decimal): -14480286 or 6425635. OLE color: 6425635.
HSL color Cylindrical-coordinate representation of color #230C62: hue angle of 256.05º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230C62 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 12 | 98 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.62 |
| HSL | 256.05º | 0.78% | 0.22% | - |
| HSV(B) | 256.05º | 0.88% | 0.38% | - |
| XYZ | 3.03 | 1.5 | 11.69 | - |
| YUV | 28.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 98 | 0.64 | 0.88 | 0 | 0.62 | 256.05 | 0.78 | 0.22 |
| Hex | 23 | C | 62 | 40 | 58 | 0 | 3E | 100 | 4E | 16 |
| Octal | 43 | 14 | 142 | 100 | 130 | 0 | 76 | 400 | 116 | 26 |
| Binary | 100011 | 1100 | 1100010 | 1000000 | 1011000 | 0 | 111110 | 100000000 | 1001110 | 10110 |
Color Harmonies of #230C62
Complementary color
Monochromatic Colors of #230C62
Black with #230C62
Text Example
Text Example
White with #230C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C62; }
p { color: rgb(35,12,98); }
H1.HeaderClassName
{
color: #230C62;
}
.AnyTagClassName
{
color: #230C62;
}
</style>
background-color css
<style>
a { background-color: #230C62; }
a { background-color: rgb(35,12,98); }
div.DivClassName
{
background-color: #230C62;
}
.BgClassName
{
background-color: #230C62;
}
</style>
border-color css
<style>
span { border-color: #230C62; }
span { border-color: rgb(35,12,98); }
td.TdClassName
{
border-color: #230C62;
}
.TagClassName
{
border-color: #230C62;
}
</style>