Shades of Indigo #430A85
Tints of Indigo #430A85
RGB
CMYK
RGB Variations
Color information
#430A85 (or 0x430A85) is known color: Indigo. HEX triplet: 43, 0A and 85. RGB value is (67,10,133). Sum of RGB (Red+Green+Blue) = 67+10+133=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #430A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430A85 is #BCF57A. Grayscale: #282828. Windows color (decimal): -12383611 or 8718915. OLE color: 8718915.
HSL color Cylindrical-coordinate representation of color #430A85: hue angle of 267.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430A85 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 10 | 133 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.48 |
| HSL | 267.8º | 0.86% | 0.28% | - |
| HSV(B) | 267.8º | 0.92% | 0.52% | - |
| XYZ | 6.66 | 3.1 | 22.44 | - |
| YUV | 41.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 133 | 0.50 | 0.92 | 0 | 0.48 | 267.8 | 0.86 | 0.28 |
| Hex | 43 | A | 85 | 32 | 5C | 0 | 30 | 10C | 56 | 1C |
| Octal | 103 | 12 | 205 | 62 | 134 | 0 | 60 | 414 | 126 | 34 |
| Binary | 1000011 | 1010 | 10000101 | 110010 | 1011100 | 0 | 110000 | 100001100 | 1010110 | 11100 |
Color Harmonies of #430A85
Complementary color
Monochromatic Colors of #430A85
Black with #430A85
Text Example
Text Example
White with #430A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A85; }
p { color: rgb(67,10,133); }
H1.HeaderClassName
{
color: #430A85;
}
.AnyTagClassName
{
color: #430A85;
}
</style>
background-color css
<style>
a { background-color: #430A85; }
a { background-color: rgb(67,10,133); }
div.DivClassName
{
background-color: #430A85;
}
.BgClassName
{
background-color: #430A85;
}
</style>
border-color css
<style>
span { border-color: #430A85; }
span { border-color: rgb(67,10,133); }
td.TdClassName
{
border-color: #430A85;
}
.TagClassName
{
border-color: #430A85;
}
</style>