Shades of Persian Indigo #2A005F
Tints of Persian Indigo #2A005F
RGB
CMYK
RGB Variations
Color information
#2A005F (or 0x2A005F) is known color: Persian Indigo. HEX triplet: 2A, 00 and 5F. RGB value is (42,0,95). Sum of RGB (Red+Green+Blue) = 42+0+95=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A005F is #D5FFA0. Grayscale: #171717. Windows color (decimal): -14024609 or 6225962. OLE color: 6225962.
HSL color Cylindrical-coordinate representation of color #2A005F: hue angle of 266.53º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A005F is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 0 | 95 | - |
| CMYK | 0.56 | 1 | 0 | 0.63 |
| HSL | 266.53º | 1% | 0.19% | - |
| HSV(B) | 266.53º | 1% | 0.37% | - |
| XYZ | 3.02 | 1.32 | 10.92 | - |
| YUV | 23.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 95 | 0.56 | 1 | 0 | 0.63 | 266.53 | 1 | 0.19 |
| Hex | 2A | 0 | 5F | 38 | 64 | 0 | 3F | 10B | 64 | 13 |
| Octal | 52 | 0 | 137 | 70 | 144 | 0 | 77 | 413 | 144 | 23 |
| Binary | 101010 | 0 | 1011111 | 111000 | 1100100 | 0 | 111111 | 100001011 | 1100100 | 10011 |
Color Harmonies of #2A005F
Complementary color
Monochromatic Colors of #2A005F
Black with #2A005F
Text Example
Text Example
White with #2A005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A005F; }
p { color: rgb(42,0,95); }
H1.HeaderClassName
{
color: #2A005F;
}
.AnyTagClassName
{
color: #2A005F;
}
</style>
background-color css
<style>
a { background-color: #2A005F; }
a { background-color: rgb(42,0,95); }
div.DivClassName
{
background-color: #2A005F;
}
.BgClassName
{
background-color: #2A005F;
}
</style>
border-color css
<style>
span { border-color: #2A005F; }
span { border-color: rgb(42,0,95); }
td.TdClassName
{
border-color: #2A005F;
}
.TagClassName
{
border-color: #2A005F;
}
</style>