Shades of Persian Indigo #3809A4
Tints of Persian Indigo #3809A4
RGB
CMYK
RGB Variations
Color information
#3809A4 (or 0x3809A4) is known color: Persian Indigo. HEX triplet: 38, 09 and A4. RGB value is (56,9,164). Sum of RGB (Red+Green+Blue) = 56+9+164=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #3809A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3809A4 is #C7F65B. Grayscale: #282828. Windows color (decimal): -13104732 or 10750264. OLE color: 10750264.
HSL color Cylindrical-coordinate representation of color #3809A4: hue angle of 258.19º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3809A4 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 9 | 164 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.36 |
| HSL | 258.19º | 0.9% | 0.34% | - |
| HSV(B) | 258.19º | 0.95% | 0.64% | - |
| XYZ | 8.43 | 3.72 | 35.4 | - |
| YUV | 40.72 | 197.57 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 164 | 0.66 | 0.95 | 0 | 0.36 | 258.19 | 0.9 | 0.34 |
| Hex | 38 | 9 | A4 | 42 | 5F | 0 | 24 | 102 | 5A | 22 |
| Octal | 70 | 11 | 244 | 102 | 137 | 0 | 44 | 402 | 132 | 42 |
| Binary | 111000 | 1001 | 10100100 | 1000010 | 1011111 | 0 | 100100 | 100000010 | 1011010 | 100010 |
Color Harmonies of #3809A4
Complementary color
Monochromatic Colors of #3809A4
Black with #3809A4
Text Example
Text Example
White with #3809A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3809A4; }
p { color: rgb(56,9,164); }
H1.HeaderClassName
{
color: #3809A4;
}
.AnyTagClassName
{
color: #3809A4;
}
</style>
background-color css
<style>
a { background-color: #3809A4; }
a { background-color: rgb(56,9,164); }
div.DivClassName
{
background-color: #3809A4;
}
.BgClassName
{
background-color: #3809A4;
}
</style>
border-color css
<style>
span { border-color: #3809A4; }
span { border-color: rgb(56,9,164); }
td.TdClassName
{
border-color: #3809A4;
}
.TagClassName
{
border-color: #3809A4;
}
</style>