Shades of Persian Indigo #2A1367
Tints of Persian Indigo #2A1367
RGB
CMYK
RGB Variations
Color information
#2A1367 (or 0x2A1367) is known color: Persian Indigo. HEX triplet: 2A, 13 and 67. RGB value is (42,19,103). Sum of RGB (Red+Green+Blue) = 42+19+103=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A1367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1367 is #D5EC98. Grayscale: #232323. Windows color (decimal): -14019737 or 6755114. OLE color: 6755114.
HSL color Cylindrical-coordinate representation of color #2A1367: hue angle of 256.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1367 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 19 | 103 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.60 |
| HSL | 256.43º | 0.69% | 0.24% | - |
| HSV(B) | 256.43º | 0.82% | 0.4% | - |
| XYZ | 3.64 | 1.94 | 13.01 | - |
| YUV | 35.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 103 | 0.59 | 0.82 | 0 | 0.60 | 256.43 | 0.69 | 0.24 |
| Hex | 2A | 13 | 67 | 3B | 52 | 0 | 3C | 100 | 45 | 18 |
| Octal | 52 | 23 | 147 | 73 | 122 | 0 | 74 | 400 | 105 | 30 |
| Binary | 101010 | 10011 | 1100111 | 111011 | 1010010 | 0 | 111100 | 100000000 | 1000101 | 11000 |
Color Harmonies of #2A1367
Complementary color
Monochromatic Colors of #2A1367
Black with #2A1367
Text Example
Text Example
White with #2A1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1367; }
p { color: rgb(42,19,103); }
H1.HeaderClassName
{
color: #2A1367;
}
.AnyTagClassName
{
color: #2A1367;
}
</style>
background-color css
<style>
a { background-color: #2A1367; }
a { background-color: rgb(42,19,103); }
div.DivClassName
{
background-color: #2A1367;
}
.BgClassName
{
background-color: #2A1367;
}
</style>
border-color css
<style>
span { border-color: #2A1367; }
span { border-color: rgb(42,19,103); }
td.TdClassName
{
border-color: #2A1367;
}
.TagClassName
{
border-color: #2A1367;
}
</style>