Shades of Persian Indigo #230263
Tints of Persian Indigo #230263
RGB
CMYK
RGB Variations
Color information
#230263 (or 0x230263) is known color: Persian Indigo. HEX triplet: 23, 02 and 63. RGB value is (35,2,99). Sum of RGB (Red+Green+Blue) = 35+2+99=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #230263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230263 is #DCFD9C. Grayscale: #161616. Windows color (decimal): -14482845 or 6488611. OLE color: 6488611.
HSL color Cylindrical-coordinate representation of color #230263: hue angle of 260.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230263 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 2 | 99 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.61 |
| HSL | 260.41º | 0.96% | 0.2% | - |
| HSV(B) | 260.41º | 0.98% | 0.39% | - |
| XYZ | 2.97 | 1.3 | 11.9 | - |
| YUV | 22.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 99 | 0.65 | 0.98 | 0 | 0.61 | 260.41 | 0.96 | 0.2 |
| Hex | 23 | 2 | 63 | 41 | 62 | 0 | 3D | 104 | 60 | 14 |
| Octal | 43 | 2 | 143 | 101 | 142 | 0 | 75 | 404 | 140 | 24 |
| Binary | 100011 | 10 | 1100011 | 1000001 | 1100010 | 0 | 111101 | 100000100 | 1100000 | 10100 |
Color Harmonies of #230263
Complementary color
Monochromatic Colors of #230263
Black with #230263
Text Example
Text Example
White with #230263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230263; }
p { color: rgb(35,2,99); }
H1.HeaderClassName
{
color: #230263;
}
.AnyTagClassName
{
color: #230263;
}
</style>
background-color css
<style>
a { background-color: #230263; }
a { background-color: rgb(35,2,99); }
div.DivClassName
{
background-color: #230263;
}
.BgClassName
{
background-color: #230263;
}
</style>
border-color css
<style>
span { border-color: #230263; }
span { border-color: rgb(35,2,99); }
td.TdClassName
{
border-color: #230263;
}
.TagClassName
{
border-color: #230263;
}
</style>