Shades of Persian Indigo #381B8A
Tints of Persian Indigo #381B8A
RGB
CMYK
RGB Variations
Color information
#381B8A (or 0x381B8A) is known color: Persian Indigo. HEX triplet: 38, 1B and 8A. RGB value is (56,27,138). Sum of RGB (Red+Green+Blue) = 56+27+138=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #381B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B8A is #C7E475. Grayscale: #2F2F2F. Windows color (decimal): -13100150 or 9050936. OLE color: 9050936.
HSL color Cylindrical-coordinate representation of color #381B8A: hue angle of 255.68º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381B8A is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 27 | 138 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.46 |
| HSL | 255.68º | 0.67% | 0.32% | - |
| HSV(B) | 255.68º | 0.8% | 0.54% | - |
| XYZ | 6.61 | 3.46 | 24.36 | - |
| YUV | 48.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 138 | 0.59 | 0.80 | 0 | 0.46 | 255.68 | 0.67 | 0.32 |
| Hex | 38 | 1B | 8A | 3B | 50 | 0 | 2E | 100 | 43 | 20 |
| Octal | 70 | 33 | 212 | 73 | 120 | 0 | 56 | 400 | 103 | 40 |
| Binary | 111000 | 11011 | 10001010 | 111011 | 1010000 | 0 | 101110 | 100000000 | 1000011 | 100000 |
Color Harmonies of #381B8A
Complementary color
Monochromatic Colors of #381B8A
Black with #381B8A
Text Example
Text Example
White with #381B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B8A; }
p { color: rgb(56,27,138); }
H1.HeaderClassName
{
color: #381B8A;
}
.AnyTagClassName
{
color: #381B8A;
}
</style>
background-color css
<style>
a { background-color: #381B8A; }
a { background-color: rgb(56,27,138); }
div.DivClassName
{
background-color: #381B8A;
}
.BgClassName
{
background-color: #381B8A;
}
</style>
border-color css
<style>
span { border-color: #381B8A; }
span { border-color: rgb(56,27,138); }
td.TdClassName
{
border-color: #381B8A;
}
.TagClassName
{
border-color: #381B8A;
}
</style>