Shades of Persian Indigo #381B9C
Tints of Persian Indigo #381B9C
RGB
CMYK
RGB Variations
Color information
#381B9C (or 0x381B9C) is known color: Persian Indigo. HEX triplet: 38, 1B and 9C. RGB value is (56,27,156). Sum of RGB (Red+Green+Blue) = 56+27+156=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #381B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381B9C is #C7E463. Grayscale: #313131. Windows color (decimal): -13100132 or 10230584. OLE color: 10230584.
HSL color Cylindrical-coordinate representation of color #381B9C: hue angle of 253.49º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381B9C is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 27 | 156 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.39 |
| HSL | 253.49º | 0.7% | 0.36% | - |
| HSV(B) | 253.49º | 0.83% | 0.61% | - |
| XYZ | 8.02 | 4.02 | 31.81 | - |
| YUV | 50.38 | 187.61 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 156 | 0.64 | 0.83 | 0 | 0.39 | 253.49 | 0.7 | 0.36 |
| Hex | 38 | 1B | 9C | 40 | 53 | 0 | 27 | FD | 46 | 24 |
| Octal | 70 | 33 | 234 | 100 | 123 | 0 | 47 | 375 | 106 | 44 |
| Binary | 111000 | 11011 | 10011100 | 1000000 | 1010011 | 0 | 100111 | 11111101 | 1000110 | 100100 |
Color Harmonies of #381B9C
Complementary color
Monochromatic Colors of #381B9C
Black with #381B9C
Text Example
Text Example
White with #381B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B9C; }
p { color: rgb(56,27,156); }
H1.HeaderClassName
{
color: #381B9C;
}
.AnyTagClassName
{
color: #381B9C;
}
</style>
background-color css
<style>
a { background-color: #381B9C; }
a { background-color: rgb(56,27,156); }
div.DivClassName
{
background-color: #381B9C;
}
.BgClassName
{
background-color: #381B9C;
}
</style>
border-color css
<style>
span { border-color: #381B9C; }
span { border-color: rgb(56,27,156); }
td.TdClassName
{
border-color: #381B9C;
}
.TagClassName
{
border-color: #381B9C;
}
</style>