Shades of Persian Indigo #2D237C
Tints of Persian Indigo #2D237C
RGB
CMYK
RGB Variations
Color information
#2D237C (or 0x2D237C) is known color: Persian Indigo. HEX triplet: 2D, 23 and 7C. RGB value is (45,35,124). Sum of RGB (Red+Green+Blue) = 45+35+124=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D237C is #D2DC83. Grayscale: #2F2F2F. Windows color (decimal): -13819012 or 8135469. OLE color: 8135469.
HSL color Cylindrical-coordinate representation of color #2D237C: hue angle of 246.74º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D237C is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 35 | 124 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.51 |
| HSL | 246.74º | 0.56% | 0.31% | - |
| HSV(B) | 246.74º | 0.72% | 0.49% | - |
| XYZ | 5.32 | 3.22 | 19.41 | - |
| YUV | 48.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 124 | 0.64 | 0.72 | 0 | 0.51 | 246.74 | 0.56 | 0.31 |
| Hex | 2D | 23 | 7C | 40 | 48 | 0 | 33 | F7 | 38 | 1F |
| Octal | 55 | 43 | 174 | 100 | 110 | 0 | 63 | 367 | 70 | 37 |
| Binary | 101101 | 100011 | 1111100 | 1000000 | 1001000 | 0 | 110011 | 11110111 | 111000 | 11111 |
Color Harmonies of #2D237C
Complementary color
Monochromatic Colors of #2D237C
Black with #2D237C
Text Example
Text Example
White with #2D237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D237C; }
p { color: rgb(45,35,124); }
H1.HeaderClassName
{
color: #2D237C;
}
.AnyTagClassName
{
color: #2D237C;
}
</style>
background-color css
<style>
a { background-color: #2D237C; }
a { background-color: rgb(45,35,124); }
div.DivClassName
{
background-color: #2D237C;
}
.BgClassName
{
background-color: #2D237C;
}
</style>
border-color css
<style>
span { border-color: #2D237C; }
span { border-color: rgb(45,35,124); }
td.TdClassName
{
border-color: #2D237C;
}
.TagClassName
{
border-color: #2D237C;
}
</style>