Shades of Indigo #44025C
Tints of Indigo #44025C
RGB
CMYK
RGB Variations
Color information
#44025C (or 0x44025C) is known color: Indigo. HEX triplet: 44, 02 and 5C. RGB value is (68,2,92). Sum of RGB (Red+Green+Blue) = 68+2+92=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #44025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44025C is #BBFDA3. Grayscale: #1F1F1F. Windows color (decimal): -12320164 or 6029892. OLE color: 6029892.
HSL color Cylindrical-coordinate representation of color #44025C: hue angle of 284º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44025C is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 2 | 92 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.64 |
| HSL | 284º | 0.96% | 0.18% | - |
| HSV(B) | 284º | 0.98% | 0.36% | - |
| XYZ | 4.34 | 2.05 | 10.29 | - |
| YUV | 31.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 92 | 0.26 | 0.98 | 0 | 0.64 | 284 | 0.96 | 0.18 |
| Hex | 44 | 2 | 5C | 1A | 62 | 0 | 40 | 11C | 60 | 12 |
| Octal | 104 | 2 | 134 | 32 | 142 | 0 | 100 | 434 | 140 | 22 |
| Binary | 1000100 | 10 | 1011100 | 11010 | 1100010 | 0 | 1000000 | 100011100 | 1100000 | 10010 |
Color Harmonies of #44025C
Complementary color
Monochromatic Colors of #44025C
Black with #44025C
Text Example
Text Example
White with #44025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44025C; }
p { color: rgb(68,2,92); }
H1.HeaderClassName
{
color: #44025C;
}
.AnyTagClassName
{
color: #44025C;
}
</style>
background-color css
<style>
a { background-color: #44025C; }
a { background-color: rgb(68,2,92); }
div.DivClassName
{
background-color: #44025C;
}
.BgClassName
{
background-color: #44025C;
}
</style>
border-color css
<style>
span { border-color: #44025C; }
span { border-color: rgb(68,2,92); }
td.TdClassName
{
border-color: #44025C;
}
.TagClassName
{
border-color: #44025C;
}
</style>