Shades of Persian Indigo #38248C
Tints of Persian Indigo #38248C
RGB
CMYK
RGB Variations
Color information
#38248C (or 0x38248C) is known color: Persian Indigo. HEX triplet: 38, 24 and 8C. RGB value is (56,36,140). Sum of RGB (Red+Green+Blue) = 56+36+140=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #38248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38248C is #C7DB73. Grayscale: #353535. Windows color (decimal): -13097844 or 9184312. OLE color: 9184312.
HSL color Cylindrical-coordinate representation of color #38248C: hue angle of 251.54º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38248C is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 36 | 140 | - |
| CMYK | 0.6 | 0.74 | 0 | 0.45 |
| HSL | 251.54º | 0.59% | 0.35% | - |
| HSV(B) | 251.54º | 0.74% | 0.55% | - |
| XYZ | 7 | 4 | 25.21 | - |
| YUV | 53.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 140 | 0.6 | 0.74 | 0 | 0.45 | 251.54 | 0.59 | 0.35 |
| Hex | 38 | 24 | 8C | 3C | 4A | 0 | 2D | FC | 3B | 23 |
| Octal | 70 | 44 | 214 | 74 | 112 | 0 | 55 | 374 | 73 | 43 |
| Binary | 111000 | 100100 | 10001100 | 111100 | 1001010 | 0 | 101101 | 11111100 | 111011 | 100011 |
Color Harmonies of #38248C
Complementary color
Monochromatic Colors of #38248C
Black with #38248C
Text Example
Text Example
White with #38248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38248C; }
p { color: rgb(56,36,140); }
H1.HeaderClassName
{
color: #38248C;
}
.AnyTagClassName
{
color: #38248C;
}
</style>
background-color css
<style>
a { background-color: #38248C; }
a { background-color: rgb(56,36,140); }
div.DivClassName
{
background-color: #38248C;
}
.BgClassName
{
background-color: #38248C;
}
</style>
border-color css
<style>
span { border-color: #38248C; }
span { border-color: rgb(56,36,140); }
td.TdClassName
{
border-color: #38248C;
}
.TagClassName
{
border-color: #38248C;
}
</style>