Shades of Persian Indigo #38088C
Tints of Persian Indigo #38088C
RGB
CMYK
RGB Variations
Color information
#38088C (or 0x38088C) is known color: Persian Indigo. HEX triplet: 38, 08 and 8C. RGB value is (56,8,140). Sum of RGB (Red+Green+Blue) = 56+8+140=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #38088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38088C is #C7F773. Grayscale: #242424. Windows color (decimal): -13105012 or 9177144. OLE color: 9177144.
HSL color Cylindrical-coordinate representation of color #38088C: hue angle of 261.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38088C is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 8 | 140 | - |
| CMYK | 0.6 | 0.94 | 0 | 0.45 |
| HSL | 261.82º | 0.89% | 0.29% | - |
| HSV(B) | 261.82º | 0.94% | 0.55% | - |
| XYZ | 6.45 | 2.91 | 25.03 | - |
| YUV | 37.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 140 | 0.6 | 0.94 | 0 | 0.45 | 261.82 | 0.89 | 0.29 |
| Hex | 38 | 8 | 8C | 3C | 5E | 0 | 2D | 106 | 59 | 1D |
| Octal | 70 | 10 | 214 | 74 | 136 | 0 | 55 | 406 | 131 | 35 |
| Binary | 111000 | 1000 | 10001100 | 111100 | 1011110 | 0 | 101101 | 100000110 | 1011001 | 11101 |
Color Harmonies of #38088C
Complementary color
Monochromatic Colors of #38088C
Black with #38088C
Text Example
Text Example
White with #38088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38088C; }
p { color: rgb(56,8,140); }
H1.HeaderClassName
{
color: #38088C;
}
.AnyTagClassName
{
color: #38088C;
}
</style>
background-color css
<style>
a { background-color: #38088C; }
a { background-color: rgb(56,8,140); }
div.DivClassName
{
background-color: #38088C;
}
.BgClassName
{
background-color: #38088C;
}
</style>
border-color css
<style>
span { border-color: #38088C; }
span { border-color: rgb(56,8,140); }
td.TdClassName
{
border-color: #38088C;
}
.TagClassName
{
border-color: #38088C;
}
</style>