Shades of Persian Indigo #23015C
Tints of Persian Indigo #23015C
RGB
CMYK
RGB Variations
Color information
#23015C (or 0x23015C) is known color: Persian Indigo. HEX triplet: 23, 01 and 5C. RGB value is (35,1,92). Sum of RGB (Red+Green+Blue) = 35+1+92=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #23015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23015C is #DCFEA3. Grayscale: #151515. Windows color (decimal): -14483108 or 6029603. OLE color: 6029603.
HSL color Cylindrical-coordinate representation of color #23015C: hue angle of 262.42º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23015C is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 1 | 92 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.64 |
| HSL | 262.42º | 0.98% | 0.18% | - |
| HSV(B) | 262.42º | 0.99% | 0.36% | - |
| XYZ | 2.64 | 1.15 | 10.21 | - |
| YUV | 21.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 92 | 0.62 | 0.99 | 0 | 0.64 | 262.42 | 0.98 | 0.18 |
| Hex | 23 | 1 | 5C | 3E | 63 | 0 | 40 | 106 | 62 | 12 |
| Octal | 43 | 1 | 134 | 76 | 143 | 0 | 100 | 406 | 142 | 22 |
| Binary | 100011 | 1 | 1011100 | 111110 | 1100011 | 0 | 1000000 | 100000110 | 1100010 | 10010 |
Color Harmonies of #23015C
Complementary color
Monochromatic Colors of #23015C
Black with #23015C
Text Example
Text Example
White with #23015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23015C; }
p { color: rgb(35,1,92); }
H1.HeaderClassName
{
color: #23015C;
}
.AnyTagClassName
{
color: #23015C;
}
</style>
background-color css
<style>
a { background-color: #23015C; }
a { background-color: rgb(35,1,92); }
div.DivClassName
{
background-color: #23015C;
}
.BgClassName
{
background-color: #23015C;
}
</style>
border-color css
<style>
span { border-color: #23015C; }
span { border-color: rgb(35,1,92); }
td.TdClassName
{
border-color: #23015C;
}
.TagClassName
{
border-color: #23015C;
}
</style>