Shades of Persian Indigo #38237B
Tints of Persian Indigo #38237B
RGB
CMYK
RGB Variations
Color information
#38237B (or 0x38237B) is known color: Persian Indigo. HEX triplet: 38, 23 and 7B. RGB value is (56,35,123). Sum of RGB (Red+Green+Blue) = 56+35+123=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #38237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38237B is #C7DC84. Grayscale: #323232. Windows color (decimal): -13098117 or 8069944. OLE color: 8069944.
HSL color Cylindrical-coordinate representation of color #38237B: hue angle of 254.32º 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 #38237B is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 35 | 123 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.52 |
| HSL | 254.32º | 0.56% | 0.31% | - |
| HSV(B) | 254.32º | 0.72% | 0.48% | - |
| XYZ | 5.81 | 3.47 | 19.1 | - |
| YUV | 51.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 123 | 0.54 | 0.72 | 0 | 0.52 | 254.32 | 0.56 | 0.31 |
| Hex | 38 | 23 | 7B | 36 | 48 | 0 | 34 | FE | 38 | 1F |
| Octal | 70 | 43 | 173 | 66 | 110 | 0 | 64 | 376 | 70 | 37 |
| Binary | 111000 | 100011 | 1111011 | 110110 | 1001000 | 0 | 110100 | 11111110 | 111000 | 11111 |
Color Harmonies of #38237B
Complementary color
Monochromatic Colors of #38237B
Black with #38237B
Text Example
Text Example
White with #38237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38237B; }
p { color: rgb(56,35,123); }
H1.HeaderClassName
{
color: #38237B;
}
.AnyTagClassName
{
color: #38237B;
}
</style>
background-color css
<style>
a { background-color: #38237B; }
a { background-color: rgb(56,35,123); }
div.DivClassName
{
background-color: #38237B;
}
.BgClassName
{
background-color: #38237B;
}
</style>
border-color css
<style>
span { border-color: #38237B; }
span { border-color: rgb(56,35,123); }
td.TdClassName
{
border-color: #38237B;
}
.TagClassName
{
border-color: #38237B;
}
</style>