Shades of Indigo #4509A4
Tints of Indigo #4509A4
RGB
CMYK
RGB Variations
Color information
#4509A4 (or 0x4509A4) is known color: Indigo. HEX triplet: 45, 09 and A4. RGB value is (69,9,164). Sum of RGB (Red+Green+Blue) = 69+9+164=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #4509A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4509A4 is #BAF65B. Grayscale: #2C2C2C. Windows color (decimal): -12252764 or 10750277. OLE color: 10750277.
HSL color Cylindrical-coordinate representation of color #4509A4: hue angle of 263.23º 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 #4509A4 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 9 | 164 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.36 |
| HSL | 263.23º | 0.9% | 0.34% | - |
| HSV(B) | 263.23º | 0.95% | 0.64% | - |
| XYZ | 9.25 | 4.14 | 35.43 | - |
| YUV | 44.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 164 | 0.58 | 0.95 | 0 | 0.36 | 263.23 | 0.9 | 0.34 |
| Hex | 45 | 9 | A4 | 3A | 5F | 0 | 24 | 107 | 5A | 22 |
| Octal | 105 | 11 | 244 | 72 | 137 | 0 | 44 | 407 | 132 | 42 |
| Binary | 1000101 | 1001 | 10100100 | 111010 | 1011111 | 0 | 100100 | 100000111 | 1011010 | 100010 |
Color Harmonies of #4509A4
Complementary color
Monochromatic Colors of #4509A4
Black with #4509A4
Text Example
Text Example
White with #4509A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4509A4; }
p { color: rgb(69,9,164); }
H1.HeaderClassName
{
color: #4509A4;
}
.AnyTagClassName
{
color: #4509A4;
}
</style>
background-color css
<style>
a { background-color: #4509A4; }
a { background-color: rgb(69,9,164); }
div.DivClassName
{
background-color: #4509A4;
}
.BgClassName
{
background-color: #4509A4;
}
</style>
border-color css
<style>
span { border-color: #4509A4; }
span { border-color: rgb(69,9,164); }
td.TdClassName
{
border-color: #4509A4;
}
.TagClassName
{
border-color: #4509A4;
}
</style>