Shades of Persian Indigo #2C0567
Tints of Persian Indigo #2C0567
RGB
CMYK
RGB Variations
Color information
#2C0567 (or 0x2C0567) is known color: Persian Indigo. HEX triplet: 2C, 05 and 67. RGB value is (44,5,103). Sum of RGB (Red+Green+Blue) = 44+5+103=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C0567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0567 is #D3FA98. Grayscale: #1B1B1B. Windows color (decimal): -13892249 or 6751532. OLE color: 6751532.
HSL color Cylindrical-coordinate representation of color #2C0567: hue angle of 263.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0567 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 5 | 103 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.60 |
| HSL | 263.88º | 0.91% | 0.21% | - |
| HSV(B) | 263.88º | 0.95% | 0.4% | - |
| XYZ | 3.54 | 1.62 | 12.96 | - |
| YUV | 27.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 5 | 103 | 0.57 | 0.95 | 0 | 0.60 | 263.88 | 0.91 | 0.21 |
| Hex | 2C | 5 | 67 | 39 | 5F | 0 | 3C | 108 | 5B | 15 |
| Octal | 54 | 5 | 147 | 71 | 137 | 0 | 74 | 410 | 133 | 25 |
| Binary | 101100 | 101 | 1100111 | 111001 | 1011111 | 0 | 111100 | 100001000 | 1011011 | 10101 |
Color Harmonies of #2C0567
Complementary color
Monochromatic Colors of #2C0567
Black with #2C0567
Text Example
Text Example
White with #2C0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0567; }
p { color: rgb(44,5,103); }
H1.HeaderClassName
{
color: #2C0567;
}
.AnyTagClassName
{
color: #2C0567;
}
</style>
background-color css
<style>
a { background-color: #2C0567; }
a { background-color: rgb(44,5,103); }
div.DivClassName
{
background-color: #2C0567;
}
.BgClassName
{
background-color: #2C0567;
}
</style>
border-color css
<style>
span { border-color: #2C0567; }
span { border-color: rgb(44,5,103); }
td.TdClassName
{
border-color: #2C0567;
}
.TagClassName
{
border-color: #2C0567;
}
</style>