Shades of Persian Indigo #2D0567
Tints of Persian Indigo #2D0567
RGB
CMYK
RGB Variations
Color information
#2D0567 (or 0x2D0567) is known color: Persian Indigo. HEX triplet: 2D, 05 and 67. RGB value is (45,5,103). Sum of RGB (Red+Green+Blue) = 45+5+103=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D0567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0567 is #D2FA98. Grayscale: #1B1B1B. Windows color (decimal): -13826713 or 6751533. OLE color: 6751533.
HSL color Cylindrical-coordinate representation of color #2D0567: hue angle of 264.49º 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 #2D0567 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 5 | 103 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.60 |
| HSL | 264.49º | 0.91% | 0.21% | - |
| HSV(B) | 264.49º | 0.95% | 0.4% | - |
| XYZ | 3.58 | 1.65 | 12.96 | - |
| YUV | 28.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 103 | 0.56 | 0.95 | 0 | 0.60 | 264.49 | 0.91 | 0.21 |
| Hex | 2D | 5 | 67 | 38 | 5F | 0 | 3C | 108 | 5B | 15 |
| Octal | 55 | 5 | 147 | 70 | 137 | 0 | 74 | 410 | 133 | 25 |
| Binary | 101101 | 101 | 1100111 | 111000 | 1011111 | 0 | 111100 | 100001000 | 1011011 | 10101 |
Color Harmonies of #2D0567
Complementary color
Monochromatic Colors of #2D0567
Black with #2D0567
Text Example
Text Example
White with #2D0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0567; }
p { color: rgb(45,5,103); }
H1.HeaderClassName
{
color: #2D0567;
}
.AnyTagClassName
{
color: #2D0567;
}
</style>
background-color css
<style>
a { background-color: #2D0567; }
a { background-color: rgb(45,5,103); }
div.DivClassName
{
background-color: #2D0567;
}
.BgClassName
{
background-color: #2D0567;
}
</style>
border-color css
<style>
span { border-color: #2D0567; }
span { border-color: rgb(45,5,103); }
td.TdClassName
{
border-color: #2D0567;
}
.TagClassName
{
border-color: #2D0567;
}
</style>