Shades of Persian Indigo #230266
Tints of Persian Indigo #230266
RGB
CMYK
RGB Variations
Color information
#230266 (or 0x230266) is known color: Persian Indigo. HEX triplet: 23, 02 and 66. RGB value is (35,2,102). Sum of RGB (Red+Green+Blue) = 35+2+102=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #230266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230266 is #DCFD99. Grayscale: #161616. Windows color (decimal): -14482842 or 6685219. OLE color: 6685219.
HSL color Cylindrical-coordinate representation of color #230266: hue angle of 259.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230266 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 2 | 102 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.6 |
| HSL | 259.8º | 0.96% | 0.2% | - |
| HSV(B) | 259.8º | 0.98% | 0.4% | - |
| XYZ | 3.11 | 1.36 | 12.67 | - |
| YUV | 23.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 102 | 0.66 | 0.98 | 0 | 0.6 | 259.8 | 0.96 | 0.2 |
| Hex | 23 | 2 | 66 | 42 | 62 | 0 | 3C | 104 | 60 | 14 |
| Octal | 43 | 2 | 146 | 102 | 142 | 0 | 74 | 404 | 140 | 24 |
| Binary | 100011 | 10 | 1100110 | 1000010 | 1100010 | 0 | 111100 | 100000100 | 1100000 | 10100 |
Color Harmonies of #230266
Complementary color
Monochromatic Colors of #230266
Black with #230266
Text Example
Text Example
White with #230266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230266; }
p { color: rgb(35,2,102); }
H1.HeaderClassName
{
color: #230266;
}
.AnyTagClassName
{
color: #230266;
}
</style>
background-color css
<style>
a { background-color: #230266; }
a { background-color: rgb(35,2,102); }
div.DivClassName
{
background-color: #230266;
}
.BgClassName
{
background-color: #230266;
}
</style>
border-color css
<style>
span { border-color: #230266; }
span { border-color: rgb(35,2,102); }
td.TdClassName
{
border-color: #230266;
}
.TagClassName
{
border-color: #230266;
}
</style>