Shades of Persian Indigo #2D237B
Tints of Persian Indigo #2D237B
RGB
CMYK
RGB Variations
Color information
#2D237B (or 0x2D237B) is known color: Persian Indigo. HEX triplet: 2D, 23 and 7B. RGB value is (45,35,123). Sum of RGB (Red+Green+Blue) = 45+35+123=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D237B is #D2DC84. Grayscale: #2F2F2F. Windows color (decimal): -13819013 or 8069933. OLE color: 8069933.
HSL color Cylindrical-coordinate representation of color #2D237B: hue angle of 246.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D237B is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 35 | 123 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.52 |
| HSL | 246.82º | 0.56% | 0.31% | - |
| HSV(B) | 246.82º | 0.72% | 0.48% | - |
| XYZ | 5.26 | 3.19 | 19.08 | - |
| YUV | 48.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 123 | 0.63 | 0.72 | 0 | 0.52 | 246.82 | 0.56 | 0.31 |
| Hex | 2D | 23 | 7B | 3F | 48 | 0 | 34 | F7 | 38 | 1F |
| Octal | 55 | 43 | 173 | 77 | 110 | 0 | 64 | 367 | 70 | 37 |
| Binary | 101101 | 100011 | 1111011 | 111111 | 1001000 | 0 | 110100 | 11110111 | 111000 | 11111 |
Color Harmonies of #2D237B
Complementary color
Monochromatic Colors of #2D237B
Black with #2D237B
Text Example
Text Example
White with #2D237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D237B; }
p { color: rgb(45,35,123); }
H1.HeaderClassName
{
color: #2D237B;
}
.AnyTagClassName
{
color: #2D237B;
}
</style>
background-color css
<style>
a { background-color: #2D237B; }
a { background-color: rgb(45,35,123); }
div.DivClassName
{
background-color: #2D237B;
}
.BgClassName
{
background-color: #2D237B;
}
</style>
border-color css
<style>
span { border-color: #2D237B; }
span { border-color: rgb(45,35,123); }
td.TdClassName
{
border-color: #2D237B;
}
.TagClassName
{
border-color: #2D237B;
}
</style>