Shades of Persian Indigo #230285
Tints of Persian Indigo #230285
RGB
CMYK
RGB Variations
Color information
#230285 (or 0x230285) is known color: Persian Indigo. HEX triplet: 23, 02 and 85. RGB value is (35,2,133). Sum of RGB (Red+Green+Blue) = 35+2+133=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #230285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230285 is #DCFD7A. Grayscale: #1A1A1A. Windows color (decimal): -14482811 or 8716835. OLE color: 8716835.
HSL color Cylindrical-coordinate representation of color #230285: hue angle of 255.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230285 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 2 | 133 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.48 |
| HSL | 255.11º | 0.97% | 0.26% | - |
| HSV(B) | 255.11º | 0.98% | 0.52% | - |
| XYZ | 4.95 | 2.09 | 22.33 | - |
| YUV | 26.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 133 | 0.74 | 0.98 | 0 | 0.48 | 255.11 | 0.97 | 0.26 |
| Hex | 23 | 2 | 85 | 4A | 62 | 0 | 30 | FF | 61 | 1A |
| Octal | 43 | 2 | 205 | 112 | 142 | 0 | 60 | 377 | 141 | 32 |
| Binary | 100011 | 10 | 10000101 | 1001010 | 1100010 | 0 | 110000 | 11111111 | 1100001 | 11010 |
Color Harmonies of #230285
Complementary color
Monochromatic Colors of #230285
Black with #230285
Text Example
Text Example
White with #230285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230285; }
p { color: rgb(35,2,133); }
H1.HeaderClassName
{
color: #230285;
}
.AnyTagClassName
{
color: #230285;
}
</style>
background-color css
<style>
a { background-color: #230285; }
a { background-color: rgb(35,2,133); }
div.DivClassName
{
background-color: #230285;
}
.BgClassName
{
background-color: #230285;
}
</style>
border-color css
<style>
span { border-color: #230285; }
span { border-color: rgb(35,2,133); }
td.TdClassName
{
border-color: #230285;
}
.TagClassName
{
border-color: #230285;
}
</style>