Shades of Persian Indigo #381AA2
Tints of Persian Indigo #381AA2
RGB
CMYK
RGB Variations
Color information
#381AA2 (or 0x381AA2) is known color: Persian Indigo. HEX triplet: 38, 1A and A2. RGB value is (56,26,162). Sum of RGB (Red+Green+Blue) = 56+26+162=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #381AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381AA2 is #C7E55D. Grayscale: #313131. Windows color (decimal): -13100382 or 10623544. OLE color: 10623544.
HSL color Cylindrical-coordinate representation of color #381AA2: hue angle of 253.24º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381AA2 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 26 | 162 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.36 |
| HSL | 253.24º | 0.72% | 0.37% | - |
| HSV(B) | 253.24º | 0.84% | 0.64% | - |
| XYZ | 8.52 | 4.19 | 34.54 | - |
| YUV | 50.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 162 | 0.65 | 0.84 | 0 | 0.36 | 253.24 | 0.72 | 0.37 |
| Hex | 38 | 1A | A2 | 41 | 54 | 0 | 24 | FD | 48 | 25 |
| Octal | 70 | 32 | 242 | 101 | 124 | 0 | 44 | 375 | 110 | 45 |
| Binary | 111000 | 11010 | 10100010 | 1000001 | 1010100 | 0 | 100100 | 11111101 | 1001000 | 100101 |
Color Harmonies of #381AA2
Complementary color
Monochromatic Colors of #381AA2
Black with #381AA2
Text Example
Text Example
White with #381AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381AA2; }
p { color: rgb(56,26,162); }
H1.HeaderClassName
{
color: #381AA2;
}
.AnyTagClassName
{
color: #381AA2;
}
</style>
background-color css
<style>
a { background-color: #381AA2; }
a { background-color: rgb(56,26,162); }
div.DivClassName
{
background-color: #381AA2;
}
.BgClassName
{
background-color: #381AA2;
}
</style>
border-color css
<style>
span { border-color: #381AA2; }
span { border-color: rgb(56,26,162); }
td.TdClassName
{
border-color: #381AA2;
}
.TagClassName
{
border-color: #381AA2;
}
</style>