Shades of Indigo #430A65
Tints of Indigo #430A65
RGB
CMYK
RGB Variations
Color information
#430A65 (or 0x430A65) is known color: Indigo. HEX triplet: 43, 0A and 65. RGB value is (67,10,101). Sum of RGB (Red+Green+Blue) = 67+10+101=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #430A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A65 is #BCF59A. Grayscale: #252525. Windows color (decimal): -12383643 or 6621763. OLE color: 6621763.
HSL color Cylindrical-coordinate representation of color #430A65: hue angle of 277.58º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430A65 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 10 | 101 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.60 |
| HSL | 277.58º | 0.82% | 0.22% | - |
| HSV(B) | 277.58º | 0.9% | 0.4% | - |
| XYZ | 4.77 | 2.35 | 12.51 | - |
| YUV | 37.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 101 | 0.34 | 0.90 | 0 | 0.60 | 277.58 | 0.82 | 0.22 |
| Hex | 43 | A | 65 | 22 | 5A | 0 | 3C | 116 | 52 | 16 |
| Octal | 103 | 12 | 145 | 42 | 132 | 0 | 74 | 426 | 122 | 26 |
| Binary | 1000011 | 1010 | 1100101 | 100010 | 1011010 | 0 | 111100 | 100010110 | 1010010 | 10110 |
Color Harmonies of #430A65
Complementary color
Monochromatic Colors of #430A65
Black with #430A65
Text Example
Text Example
White with #430A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A65; }
p { color: rgb(67,10,101); }
H1.HeaderClassName
{
color: #430A65;
}
.AnyTagClassName
{
color: #430A65;
}
</style>
background-color css
<style>
a { background-color: #430A65; }
a { background-color: rgb(67,10,101); }
div.DivClassName
{
background-color: #430A65;
}
.BgClassName
{
background-color: #430A65;
}
</style>
border-color css
<style>
span { border-color: #430A65; }
span { border-color: rgb(67,10,101); }
td.TdClassName
{
border-color: #430A65;
}
.TagClassName
{
border-color: #430A65;
}
</style>