Shades of Indigo #641383
Tints of Indigo #641383
RGB
CMYK
RGB Variations
Color information
#641383 (or 0x641383) is known color: Indigo. HEX triplet: 64, 13 and 83. RGB value is (100,19,131). Sum of RGB (Red+Green+Blue) = 100+19+131=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #641383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641383 is #9BEC7C. Grayscale: #373737. Windows color (decimal): -10218621 or 8590180. OLE color: 8590180.
HSL color Cylindrical-coordinate representation of color #641383: hue angle of 283.39º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641383 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 19 | 131 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.49 |
| HSL | 283.39º | 0.75% | 0.29% | - |
| HSV(B) | 283.39º | 0.85% | 0.51% | - |
| XYZ | 9.59 | 4.81 | 21.9 | - |
| YUV | 55.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 131 | 0.24 | 0.85 | 0 | 0.49 | 283.39 | 0.75 | 0.29 |
| Hex | 64 | 13 | 83 | 18 | 55 | 0 | 31 | 11B | 4B | 1D |
| Octal | 144 | 23 | 203 | 30 | 125 | 0 | 61 | 433 | 113 | 35 |
| Binary | 1100100 | 10011 | 10000011 | 11000 | 1010101 | 0 | 110001 | 100011011 | 1001011 | 11101 |
Color Harmonies of #641383
Complementary color
Monochromatic Colors of #641383
Black with #641383
Text Example
Text Example
White with #641383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641383; }
p { color: rgb(100,19,131); }
H1.HeaderClassName
{
color: #641383;
}
.AnyTagClassName
{
color: #641383;
}
</style>
background-color css
<style>
a { background-color: #641383; }
a { background-color: rgb(100,19,131); }
div.DivClassName
{
background-color: #641383;
}
.BgClassName
{
background-color: #641383;
}
</style>
border-color css
<style>
span { border-color: #641383; }
span { border-color: rgb(100,19,131); }
td.TdClassName
{
border-color: #641383;
}
.TagClassName
{
border-color: #641383;
}
</style>