Shades of Persian Indigo #381B9A
Tints of Persian Indigo #381B9A
RGB
CMYK
RGB Variations
Color information
#381B9A (or 0x381B9A) is known color: Persian Indigo. HEX triplet: 38, 1B and 9A. RGB value is (56,27,154). Sum of RGB (Red+Green+Blue) = 56+27+154=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #381B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B9A is #C7E465. Grayscale: #313131. Windows color (decimal): -13100134 or 10099512. OLE color: 10099512.
HSL color Cylindrical-coordinate representation of color #381B9A: hue angle of 253.7º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381B9A is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 27 | 154 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.40 |
| HSL | 253.7º | 0.7% | 0.35% | - |
| HSV(B) | 253.7º | 0.82% | 0.6% | - |
| XYZ | 7.86 | 3.96 | 30.92 | - |
| YUV | 50.15 | 186.61 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 154 | 0.64 | 0.82 | 0 | 0.40 | 253.7 | 0.7 | 0.35 |
| Hex | 38 | 1B | 9A | 40 | 52 | 0 | 28 | FE | 46 | 23 |
| Octal | 70 | 33 | 232 | 100 | 122 | 0 | 50 | 376 | 106 | 43 |
| Binary | 111000 | 11011 | 10011010 | 1000000 | 1010010 | 0 | 101000 | 11111110 | 1000110 | 100011 |
Color Harmonies of #381B9A
Complementary color
Monochromatic Colors of #381B9A
Black with #381B9A
Text Example
Text Example
White with #381B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B9A; }
p { color: rgb(56,27,154); }
H1.HeaderClassName
{
color: #381B9A;
}
.AnyTagClassName
{
color: #381B9A;
}
</style>
background-color css
<style>
a { background-color: #381B9A; }
a { background-color: rgb(56,27,154); }
div.DivClassName
{
background-color: #381B9A;
}
.BgClassName
{
background-color: #381B9A;
}
</style>
border-color css
<style>
span { border-color: #381B9A; }
span { border-color: rgb(56,27,154); }
td.TdClassName
{
border-color: #381B9A;
}
.TagClassName
{
border-color: #381B9A;
}
</style>