Shades of Persian Indigo #380164
Tints of Persian Indigo #380164
RGB
CMYK
RGB Variations
Color information
#380164 (or 0x380164) is known color: Persian Indigo. HEX triplet: 38, 01 and 64. RGB value is (56,1,100). Sum of RGB (Red+Green+Blue) = 56+1+100=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #380164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380164 is #C7FE9B. Grayscale: #1C1C1C. Windows color (decimal): -13106844 or 6553912. OLE color: 6553912.
HSL color Cylindrical-coordinate representation of color #380164: hue angle of 273.33º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380164 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 1 | 100 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.61 |
| HSL | 273.33º | 0.98% | 0.2% | - |
| HSV(B) | 273.33º | 0.99% | 0.39% | - |
| XYZ | 3.94 | 1.78 | 12.19 | - |
| YUV | 28.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 100 | 0.44 | 0.99 | 0 | 0.61 | 273.33 | 0.98 | 0.2 |
| Hex | 38 | 1 | 64 | 2C | 63 | 0 | 3D | 111 | 62 | 14 |
| Octal | 70 | 1 | 144 | 54 | 143 | 0 | 75 | 421 | 142 | 24 |
| Binary | 111000 | 1 | 1100100 | 101100 | 1100011 | 0 | 111101 | 100010001 | 1100010 | 10100 |
Color Harmonies of #380164
Complementary color
Monochromatic Colors of #380164
Black with #380164
Text Example
Text Example
White with #380164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380164; }
p { color: rgb(56,1,100); }
H1.HeaderClassName
{
color: #380164;
}
.AnyTagClassName
{
color: #380164;
}
</style>
background-color css
<style>
a { background-color: #380164; }
a { background-color: rgb(56,1,100); }
div.DivClassName
{
background-color: #380164;
}
.BgClassName
{
background-color: #380164;
}
</style>
border-color css
<style>
span { border-color: #380164; }
span { border-color: rgb(56,1,100); }
td.TdClassName
{
border-color: #380164;
}
.TagClassName
{
border-color: #380164;
}
</style>