Shades of Persian Indigo #36177D
Tints of Persian Indigo #36177D
RGB
CMYK
RGB Variations
Color information
#36177D (or 0x36177D) is known color: Persian Indigo. HEX triplet: 36, 17 and 7D. RGB value is (54,23,125). Sum of RGB (Red+Green+Blue) = 54+23+125=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #36177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36177D is #C9E882. Grayscale: #2B2B2B. Windows color (decimal): -13232259 or 8197942. OLE color: 8197942.
HSL color Cylindrical-coordinate representation of color #36177D: hue angle of 258.24º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36177D is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 23 | 125 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.51 |
| HSL | 258.24º | 0.69% | 0.29% | - |
| HSV(B) | 258.24º | 0.82% | 0.49% | - |
| XYZ | 5.53 | 2.88 | 19.67 | - |
| YUV | 43.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 125 | 0.57 | 0.82 | 0 | 0.51 | 258.24 | 0.69 | 0.29 |
| Hex | 36 | 17 | 7D | 39 | 52 | 0 | 33 | 102 | 45 | 1D |
| Octal | 66 | 27 | 175 | 71 | 122 | 0 | 63 | 402 | 105 | 35 |
| Binary | 110110 | 10111 | 1111101 | 111001 | 1010010 | 0 | 110011 | 100000010 | 1000101 | 11101 |
Color Harmonies of #36177D
Complementary color
Monochromatic Colors of #36177D
Black with #36177D
Text Example
Text Example
White with #36177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36177D; }
p { color: rgb(54,23,125); }
H1.HeaderClassName
{
color: #36177D;
}
.AnyTagClassName
{
color: #36177D;
}
</style>
background-color css
<style>
a { background-color: #36177D; }
a { background-color: rgb(54,23,125); }
div.DivClassName
{
background-color: #36177D;
}
.BgClassName
{
background-color: #36177D;
}
</style>
border-color css
<style>
span { border-color: #36177D; }
span { border-color: rgb(54,23,125); }
td.TdClassName
{
border-color: #36177D;
}
.TagClassName
{
border-color: #36177D;
}
</style>