Shades of Persian Indigo #230B82
Tints of Persian Indigo #230B82
RGB
CMYK
RGB Variations
Color information
#230B82 (or 0x230B82) is known color: Persian Indigo. HEX triplet: 23, 0B and 82. RGB value is (35,11,130). Sum of RGB (Red+Green+Blue) = 35+11+130=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #230B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230B82 is #DCF47D. Grayscale: #1F1F1F. Windows color (decimal): -14480510 or 8522531. OLE color: 8522531.
HSL color Cylindrical-coordinate representation of color #230B82: hue angle of 252.1º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230B82 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 11 | 130 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.49 |
| HSL | 252.1º | 0.84% | 0.28% | - |
| HSV(B) | 252.1º | 0.92% | 0.51% | - |
| XYZ | 4.84 | 2.21 | 21.29 | - |
| YUV | 31.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 130 | 0.73 | 0.92 | 0 | 0.49 | 252.1 | 0.84 | 0.28 |
| Hex | 23 | B | 82 | 49 | 5C | 0 | 31 | FC | 54 | 1C |
| Octal | 43 | 13 | 202 | 111 | 134 | 0 | 61 | 374 | 124 | 34 |
| Binary | 100011 | 1011 | 10000010 | 1001001 | 1011100 | 0 | 110001 | 11111100 | 1010100 | 11100 |
Color Harmonies of #230B82
Complementary color
Monochromatic Colors of #230B82
Black with #230B82
Text Example
Text Example
White with #230B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B82; }
p { color: rgb(35,11,130); }
H1.HeaderClassName
{
color: #230B82;
}
.AnyTagClassName
{
color: #230B82;
}
</style>
background-color css
<style>
a { background-color: #230B82; }
a { background-color: rgb(35,11,130); }
div.DivClassName
{
background-color: #230B82;
}
.BgClassName
{
background-color: #230B82;
}
</style>
border-color css
<style>
span { border-color: #230B82; }
span { border-color: rgb(35,11,130); }
td.TdClassName
{
border-color: #230B82;
}
.TagClassName
{
border-color: #230B82;
}
</style>